Launch StudioSTORE ASSET STUDIOGenerate an Android icon pack
ANDROID APP ICON GUIDE

Free Android Icon Generator for Mipmap, Adaptive Icons and Google Play

Choose Android / Google Play and upload one source image to download a complete Android project icon pack. The ZIP includes device launcher resources and a separate 512px Play Store listing icon.

What the Android icon pack includes

Resources follow the Android Studio app/src/main/res directory structure. Merge that folder into the project and apply the included Manifest attributes.

  • Legacy launcher PNGs from mipmap-mdpi through mipmap-xxxhdpi
  • Round ic_launcher_round icons for every density
  • Android 8+ adaptive foreground layers and XML
  • A customizable adaptive background color
  • A 512 × 512, 32-bit PNG Google Play listing icon

Adaptive icon limitations

A flattened image cannot be perfectly separated into independent foreground and background artwork. The generator applies a conservative inset over your chosen color and produces valid resources, but you should still preview different OEM masks in Android Studio. Use Image Asset Studio for advanced layer tuning or Android 13 monochrome themed icons.

Frequently asked questions

Is the Play icon the same as the launcher icon?

Not exactly. The ZIP provides a separate 512px Play listing icon and density-specific launcher resources.

Are adaptive icons included?

Yes. It includes foreground PNGs, a background color resource and mipmap-anydpi-v26 XML.

How do I install the pack?

Merge app/src/main/res into the project and add the supplied icon attributes to the existing application manifest element.