Ionic 4 - Toolbar icon buttons looks smaller on Android than iOS

Just following standard icon-only ion-button structure in toolbar, when looking at the icons in Android mode, they look smaller than same icons in iOS mode. It happens in browser, emulator and also on the devices.
Is that by design? can I do something about that?

Thanks

iOS

Android

Yes, it is the original design.
You can see the svg file already come with size different.

You can add platform prefix to make they look same.

<ion-icon name="ios-refresh"></ion-icon>
<ion-icon name="md-refresh"></ion-icon>

As @sonicwong said it is the original design, Add custom css and change icon size

Thanks @sonicwong, I tried that too. It changes the shape but not the size!

iOS
iOS-2

Android
android-2