Xcode Ready
Generates the complete AppIcon.appiconset folder with a valid Contents.json. Just drag and drop into your Xcode Asset Catalog.
Generate all required app icon sizes for iOS, iPadOS, watchOS, macOS, and Android. High-quality resizing, formatted properly for Xcode and Android Studio. 100% private & free.
An app icon generator creates properly sized icons for iOS, Android, and web applications from a single source image. App stores require icons in multiple dimensions (e.g., 29×29 to 1024×1024 for iOS, 48×48 to 512×512 for Android). This tool resizes your source icon to all required dimensions using the Canvas API, generating a complete icon set in seconds -- entirely in your browser.
One 1024×1024 image → every size for iOS, Android, watchOS, and macOS. Xcode-ready AppIcon.appiconset and Android mipmap folders. All in your browser.
Design a square icon at 1024x1024 pixels. Do not add rounded corners; the device OS will apply the mask automatically.
Drag your file into the tool above.
Select iPhone, iPad, Watch, Mac, or Android.
Get a single .zip file containing all organized assets.
Generates the complete AppIcon.appiconset folder with a valid Contents.json. Just drag and drop into your Xcode Asset Catalog.
Creates standard Android mipmap folders (mdpi, hdpi, xhdpi, etc.) ready to be pasted into your Android Studio project's res folder.
Uses advanced resizing algorithms (Lanczos3 via Pica) to ensure your icons look crisp and sharp, even at the smallest sizes.
Your source image is processed locally. Never uploaded, never stored, never sent to a server.
Mobile operating systems display app icons in many different contexts: the home screen, the app switcher, settings, notifications, the App Store/Play Store listing, and search results. Each context requires a different pixel dimension. iOS alone requires over 20 different icon sizes for a complete submission -- from 20×20 (notification on iPad) to 1024×1024 (App Store listing). Android uses adaptive icons that must be 108×108 with a 72×72 safe zone, plus legacy icons at multiple densities (mdpi: 48×48, hdpi: 72×72, xhdpi: 96×96, xxhdpi: 144×144, xxxhdpi: 192×192).
Creating each size manually in an image editor is tedious and error-prone. A source image that looks good at 1024×1024 might lose important detail when scaled to 29×29. The key is starting with a simple, bold design that works at all sizes -- avoid thin lines, small text, and intricate details that will disappear at small sizes. The source image should be at least 1024×1024 pixels (for iOS) or 512×512 pixels (for Android), in PNG format with no transparency (iOS doesn't allow transparent app icons).
For web applications (PWA), the requirements are simpler but still important. The manifest.json file references icons at 192×192 and 512×512, but additional sizes improve the experience when users add your site to their home screen. Apple Touch Icons (apple-touch-icon) should be 180×180 for the best quality on iOS devices. Favicon files should include 16×16, 32×32, and 180×180 sizes.
The tool uses the Canvas API to resize the source image to each required dimension. The source image is loaded into an Image object, then for each target size, a canvas is created at that dimension and the image is drawn using ctx.drawImage() with high-quality resampling (imageSmoothingQuality = 'high'). Each canvas is then exported as a PNG blob and packaged for download.
For iOS, the tool generates an icon set following Apple's naming convention (Icon-App-20x20@1x.png, Icon-App-20x20@2x.png, etc.) and can optionally create a Contents.json file for use in Xcode asset catalogs. For Android, the tool generates icons in the correct directory structure (mipmap-mdpi/, mipmap-hdpi/, etc.) for direct inclusion in the project's res/ folder. For web, it generates a favicon set and the necessary HTML meta tags.
A side-by-side comparison of popular app icon generation tools.
| Feature | NovaTools | AppIcon.co | EasyAppIcon |
|---|---|---|---|
| Privacy (no upload) | 100% browser | Uploads to server | Uploads to server |
| iOS icon set | All sizes | ||
| Android icon set | All densities | ||
| Web/PWA icons | |||
| No watermark | Free has watermark | Ads | |
| Instant processing | Queue | Queue |
Server-based icon generators require uploading your source image. Our tool resizes icons locally using the Canvas API -- your brand assets never leave your device.
This tool runs entirely in your browser using the HTML5 Canvas API and the Pica resampling library.
A complete guide to creating compelling App Store screenshots that boost downloads. Learn design best practices and use our free online generator to create professional iOS marketing images in minutes.
Stop resizing icons manually. Learn how to generate all required app icon sizes for Xcode and Android Studio in one click. Free, high-quality, and 100% private.
Learn what a hash is, how MD5, SHA-1, SHA-256 and SHA-512 differ, when to use each algorithm, and why MD5 is broken for any security use.