Android Icon Generator - Download All Density PNGs as ZIP
Simply drop an image to download all Android launcher icon densities (48–192px) and a Google Play Store icon (512px) as a ZIP with the res/ directory structure. Images of 512px or larger are recommended.
Drop image here
or click to select
Recommended: 512px or larger
What is Android Icon Generator?
Android places icons in mdpi/hdpi/xhdpi/xxhdpi/xxxhdpi folders based on screen density. The density ratios are 1:1.5:2:3:4. The standard path is res/mipmap-{density}/ic_launcher.png.
See also: iOS Icon Generator · Favicon Generator
How to Use
- Drop or select an image of 512px or larger
- Check the preview and ZIP structure
- Click 'Download ZIP'
FAQ
- What is the ZIP folder structure?
- The ZIP follows Android's res structure like res/mipmap-mdpi/ic_launcher.png. A ic_launcher-playstore.png for Google Play is also included at the root.
- How do I use this tool?
- Drop or select an image of 512px or larger, check the preview and ZIP structure, then click 'Download ZIP'.
- What input image formats are supported?
- Browser-displayable formats such as PNG, JPEG, WebP, and GIF are supported. PNG is recommended if you need to preserve transparency.
- Is my image sent to a server?
- No. All processing happens in your browser; no data is sent to any server.
- How do I use the generated ZIP in Android Studio?
- Extract the ZIP and copy the contents of the res/mipmap-* folders into your Android Studio project's res/ directory. Use ic_launcher-playstore.png when submitting to the Play Store.
Related Tools
Update History
Last Updated: 2026-02-21
- 2026-02-21 Initial release