Is the App Icon Pack Generator free?
Yes. The App Icon Pack Generator is free with no signup or watermark, and it runs in your browser with nothing to install.
Does this upload my source image to a server?
No. Resizing and packaging happen locally in your browser, so your source image never leaves your device and stays private.
Which platforms does the pack cover?
It exports core iOS, Android launcher, and web/PWA icon sizes, plus a 1024 marketing icon and a web manifest, all bundled in a single ZIP.
Does it include adaptive Android or maskable PWA variants?
No. This version focuses on the core pack of standard sizes most products need first rather than adaptive or maskable variants.
Can I set app name metadata for the manifest?
Yes. Basic app-name and manifest fields are part of the workflow, so the exported manifest reflects your app details.
Can I upload the 1024 icon straight to the App Store?
Only if you exported with a solid background. Every PNG here comes from an HTML canvas and therefore carries an alpha channel, and App Store Connect rejects app icons containing transparency. Pick White, Black, or a custom hex before you generate, and flatten the alpha channel if your validator still complains.
Does this include Android adaptive icons?
No. The pack ships the classic square launcher sizes from 48 to 192. Adaptive icons need separate foreground and background layers at 432 pixels with a safe zone, which is a different asset shape. Because Android masks whatever you give it, leave padding around your mark so the shape does not clip the artwork.
How do I use these in Xcode?
Drag the PNGs into the AppIcon set in your asset catalog and match each one to its slot. There is no Contents.json in the ZIP, so the mapping is manual. Note that recent Xcode versions accept a single 1024 icon and generate the rest, so the marketing icon may be the only file you actually need.
What is in the manifest?
Name, short name, start_url, display set to standalone, background and theme colors from the fields on the page, and the 192 and 512 icons. The icon paths assume the files live under /web/, so change them to match where you actually deploy the assets.
Is my icon uploaded anywhere?
No. All 23 sizes are rendered on canvases in your browser, the ICO and the manifest are built locally, and the ZIP is assembled in the tab. An unreleased product icon never leaves your machine.