Tested tool guide
Tested browser tools
Checked August 16, 2026
What App Icon Designer does, with a checked example
This tool takes one square source image, applies a shape mask - rounded rectangle, squircle, or circle - with an adjustable corner radius, and previews how each platform's launcher will actually clip it. From that master you export a batch of PNGs sized for iOS, from the App Store listing icon through iPhone and iPad home-screen sizes, and Android, adaptive icon density buckets plus the Play Store listing icon. The most common mistake: rounding the corners on the iOS master icon yourself. iOS applies its own corner mask at render time, so a pre-rounded 1024x1024 upload gets double-masked or rejected - the App Store master icon should stay a flat, unmasked square.
Worked example
A concrete input and expected output from the current implementation.
Input
108x108dp adaptive-icon foreground layer, Android export preset selected
->
Expected output
five PNGs: 108x108 (mdpi), 162x162 (hdpi), 216x216 (xhdpi), 324x324 (xxhdpi), 432x432 (xxxhdpi), plus a 512x512 Play Store listing icon
Android's adaptive icon canvas is 108dp square; multiplying by the standard density scale factors (1x, 1.5x, 2x, 3x, 4x) gives 108, 162, 216, 324, and 432 px, and the Play Store listing icon is a fixed 512x512 px regardless of device density.