App icon sizes and safe zones: we generated 74 files from two icons

SOMKYU · Updated

It is tempting to think an app icon is done once the 1024 px artwork looks good. In practice it also appears at 29 px in Settings and 20 px in notifications, and Android devices crop it into circles, rounded squares and other shapes. For this guide we fed two very different source icons into this site's app icon generator, produced 74 files from each, and checked how they look at each size and what goes wrong with Android adaptive icons.

The short answer

  • Only the simple icon stayed recognisable at small sizes. The detailed icon blurred from 58 px and was unidentifiable at 29 px.
  • Don't put text such as the app name inside the icon. It wasn't readable even at 120 px.
  • For Android adaptive icons, using artwork with its own background as the foreground leaves a square edge inside the shape. Separate the symbol on a transparent background and set the background layer separately.
  • Give iOS a plain square icon; don't round the corners yourself. The system does it.

Which size goes where

PlatformMain sizes (px)Where it's used
iOS1024 / 180·120 / 87·58·29 / 60·40·20App Store / Home Screen / Settings / Notifications, Spotlight
macOS16–1024 (1x, 2x)Dock, Finder, list views
watchOS48–234Notifications, launcher, Quick Look
Android legacy icon36·48·72·96·144·192ldpi–xxxhdpi launcher (mipmap)
Android adaptive foreground108·162·216·324·432108 dp canvas, cropped to the device shape
Google Play512Store listing

These are the generator's presets. The slots you actually need depend on your project's minimum OS version and target devices, so check for missing-icon warnings in Xcode and Android Studio.

How we tested

We created two 1024×1024 sources with a GPT image model: (1) a simple icon with one white paper plane on an orange gradient; (2) a detailed icon with a wallet, bar chart, coins, a calendar and thin “Daily Budget Planner” text. Both went through the app icon generator's real generation function. Environment: Chromium 152 on Windows, September 2026.

SourceFilesTotal sizeZIP size120 px file29 px file
Simple745.71 MiB5.73 MiB17.9 KiB1.5 KiB
Detailed746.96 MiB6.97 MiB25.3 KiB2.0 KiB

Generation took under a second on a PC for both. PNG is already compressed, so zipping barely changes the size; most of it comes from the 1024 px master and the large macOS sizes.

Result 1 — Which icon survives small sizes

Simple and detailed icons shown at 120, 58, 40, 29 and 20 px; the detailed one is hard to recognise at 58 px and below
Generated iOS icons at actual pixel size (corners imitate the system shape). On the right, the 29 px file enlarged four times.

The simple icon still read as a paper plane at 20 px. The detailed icon's text was unreadable even at 120 px, the wallet and calendar merged into one blob at 58 px, and the enlarged 29 px version showed only blue and green smudges. A 29 px Settings icon is effectively a 29×29 mosaic, so thin lines and small letters blend into one or two pixels and vanish.

The quickest check is to shrink the 1024 px artwork to fingernail size on a phone screen. Aim for one symbol, bold strokes and strong contrast with the background; save the detail for store screenshots.

Result 2 — The square edge in Android adaptive icons

Android adaptive icon under circle, squircle and rounded-square masks: full artwork as foreground shows an inner square edge; symbol only looks clean. Dashed circle marks the 66 dp safe zone
Top: the full source, background included, used as the foreground. Bottom: only the paper plane on transparency, with a solid background layer. The dashed circle is the 66 dp safe zone.

Adaptive icons on Android 8.0+ consist of a 108×108 dp foreground and background layer; the device shows only the central 72 dp, cut into a circle, rounded square or other shape. To avoid clipping, the logo must stay inside the central 66 dp circle. This generator places the source in the central 66 dp of the 108 dp canvas, about 61.1% (264 px in the 432 px file).

The trouble starts when the source has a painted background. As in the top row, the whole square becomes the foreground, and squircle or rounded-square masks reveal an inner square edge. As in the bottom row, feed the generator a transparent PNG of the symbol only and set the background layer to a colour or separate image in your adaptive-icon XML, and every shape looks clean.

Don't calculate with “66%”. 66 dp is about 61.1% of 108 dp, so fitting the logo into the central 66% makes it larger than the safe zone.

What to check for Apple icons

iOS and watchOS app icons may not contain transparency, so this generator fills transparent areas with the chosen background colour (white by default). If you use a transparent logo, try your brand colour instead. If the source already has rounded corners, the system rounds it again and the background colour shows in the corners, so provide a plain square.

The ZIP's Xcode/AppIcon.appiconset folder contains the PNGs and Contents.json and fills the slots when added to your project's Assets. Multiple targets, Watch extensions and Apple's new layered icons (Icon Composer) are not configured automatically, so check for warnings after building.

Workflow

  1. Prepare a square source of at least 1024×1024. Rectangular images are cropped from the centre.
  2. For Android adaptive icons, prepare a separate transparent PNG with the symbol only.
  3. Check the generator's previews to make sure the icon is recognisable at 29 px and 40 px.
  4. Download the ZIP: add AppIcon.appiconset to Xcode, and the mipmap folders and adaptive foregrounds to Android Studio.
  5. Check the Home Screen, Settings and notifications on a real device or emulator.

Common mistakes

  • Enlarging a small source: a 1024 px icon made from a 512 px source looks blurry. The generator warns about this.
  • Writing the app name in the icon: the name is already shown under the icon.
  • Filling the logo to the edges: adaptive icons will cut off its ends.
  • Checking a white icon only on white: also look at it in dark mode and on coloured wallpapers.

How this tool works and its limits

Everything runs in the browser and the source is never uploaded. The output is static PNGs and a classic AppIcon.appiconset. Android monochrome themed icons, white notification icons and Apple's dark and tinted variants are not produced; add them in your development tools if needed. Producing a set of PNGs is not the same as passing store submission checks.

References

Try the app icon generator · All guides

LTLT

Representative: Minkyu Song Business reg. no.: 104-14-21643 Mail-order reg. no.: 2025-부천원미-1949

102, 8, Simjung-ro 111beonga-gil, Wonmi-gu, Bucheon-si, Gyeonggi-do, 14609, Rep. of KOREA

support@ltlt.co.kr

© 2022 LTLT. All rights reserved.