Android App Icon Generator
Generate Android adaptive launcher icons, mipmap density folders, and Google Play Store 512x512 graphics.
TL;DR: Android App Icon Generator is a free, browser-based tool that lets you generate Android adaptive launcher icons, mipmap density folders, and Google Play Store 512x512 graphics.
Android Source Artwork
Android Density Settings
Generated Android Mipmap Icons & Play Store
About the Android App Icon Generator
Android App Icon Generator builds all Android app launcher icons, generating `mipmap-mdpi`, `hdpi`, `xhdpi`, `xxhdpi`, `xxxhdpi` folders and Play Store 512x512 graphics.
How to Use the Android App Icon Generator
- Upload your master icon image.
- Configure adaptive icon layers (Foreground icon + Background color/pattern).
- Click 'Generate Android Icons'.
- Download the `res/` folder ZIP package ready to drop into Android Studio.
Expert Tips for Android App Icon Generator
- Adaptive Icon Safe Zones: Keep key logo elements within the inner 66dp safe circle to prevent clipping across dynamic OEM shapes.
- Google Play 512x512: Includes the mandatory 32-bit PNG 512x512 store listing asset.
- Complete Mipmap Hierarchy: Generates all density buckets from mdpi (48px) to xxxhdpi (192px).
Related Guides & Tutorials
- Json Formatting For Developers — Learn in-depth concepts, best practices, and expert tips.
- Base64 Encoding Explained — Learn in-depth concepts, best practices, and expert tips.
100% Client-Side Privacy Guarantee
All processing runs locally inside your browser using JavaScript and HTML5 APIs. Your data, files, and inputs are never uploaded to any remote server. Complete privacy by design.
Frequently Asked Questions
- Google Play requires a 512 × 512 pixel 32-bit PNG with an alpha channel and a maximum file size of 1024 KB.
- Introduced in Android 8.0 (API level 26), adaptive icons consist of two layers (foreground and background) allowing the system launcher to display different shapes (circular, squircle, rounded rectangle) depending on OEM settings.
android:roundiconis an attribute in your AndroidManifest.xml that specifies a circular icon variant for devices that use round launcher masks.- Extract the downloaded ZIP directly into your project's
app/src/main/res/directory. Android Studio will automatically recognize the mipmap density folders.
Cite This Tool
Referencing this tool in a paper, article, or bibliography? Copy a ready-made citation below.
Embed This Tool
Add the live Android App Icon Generator tool to your own website with this snippet — it loads the real, working tool in an iframe, not a static screenshot.
<iframe src="https://nexlove.org/embed/android-app-icon-generator.html" width="100%" height="600" style="border:1px solid #e2e8f0;border-radius:12px" title="Android App Icon Generator — NexLove.org" loading="lazy"></iframe>