Android app icons

Android App Icon Generator

Generate Android launcher icons at every mipmap density (mdpi–xxxhdpi) plus the 512 px Play Store icon from one image — built in your browser.

mdpi → xxxhdpiPlay Store 512100% freeNo sign-up

拖入图片以生成 Favicon

拖放、粘贴或选择文件

PNG · JPG · WebP · SVG — 图标在您的设备上生成

Launcher icons at every density

Android phones span many screen densities, so a launcher icon ships at several resolutions. This generator exports ic_launcher.png for mdpi (48), hdpi (72), xhdpi (96), xxhdpi (144), and xxxhdpi (192), plus the 512×512 Play Store icon — each in the right mipmap folder inside the zip.

Set a solid background and padding for a clean adaptive-icon look, then drop each mipmap folder into your project's res/ directory. Generation runs entirely on your device.

How to generate Android icons

  1. Add your icon art — a high-resolution square PNG or SVG is ideal.
  2. Choose a background — a solid color reads well as a launcher tile.
  3. Switch to App icons — the tool renders all mipmap densities plus the Play Store size.
  4. Download the zip — copy the mipmap-*/ic_launcher.png files into res/, and use play-store-512.png for your listing.

Tip: mind the safe zone

Android adaptive icons crop to circles, squircles, and more depending on the launcher. Keep important detail centered and add padding so nothing essential is clipped.

Android 启动器图标: sizes and where each is used

Android 手机横跨多种屏幕密度,因此启动器图标会以多种分辨率提供,每种都在各自的 mipmap 文件夹中,外加一个单独的 Play 商店上架图标。以下是导出的密度:

Size File Where it's used
48 × 48 px (mdpi) mipmap-mdpi/ic_launcher.png 基准密度启动器图标(约 160 dpi 屏幕)。
72 × 72 px (hdpi) mipmap-hdpi/ic_launcher.png 高密度启动器图标(约 240 dpi)。
96 × 96 px (xhdpi) mipmap-xhdpi/ic_launcher.png 超高密度启动器图标(约 320 dpi)。
144 × 144 px (xxhdpi) mipmap-xxhdpi/ic_launcher.png 超超高密度启动器图标(约 480 dpi)。
192 × 192 px (xxxhdpi) mipmap-xxxhdpi/ic_launcher.png 面向现代旗舰屏幕的最高密度启动器图标(约 640 dpi)。
512 × 512 px play-store-512.png 用于 Google Play 商店上架的高分辨率图标,而非应用安装包。

Format & container

每个 ic_launcher.png 都已为原生 Android 项目命名并归入文件夹;要获得最干净的自适应图标外观,请从带纯色背景和少许内边距的高分辨率方形源文件导出。

How it's wired into your page

                mipmap-<density>/ic_launcher.png → 你项目中对应的 res/ 文件夹
play-store-512.png → Google Play Console(上架信息,而非 APK/AAB)
              

Tip

注意自适应图标的安全区:启动器会把图标裁剪成圆形、圆角方形或圆角矩形,所以请把重要细节居中,并添加内边距,以免任何关键内容被裁掉。

所有 Favicon 与图标工具

常见问题

Which Android densities are exported?

mdpi (48), hdpi (72), xhdpi (96), xxhdpi (144), and xxxhdpi (192) px as ic_launcher.png, plus a 512×512 Play Store icon — each in its own folder in the zip.

Where do the files go in my project?

Each mipmap-<density>/ic_launcher.png goes into the matching res/ folder; play-store-512.png is for your Google Play listing, not the app bundle.

Where are the icons generated?

In your browser, on your own device. How any data associated with the tool is handled is described in our privacy policy.

Can I also get iOS icons?

Yes — App icons mode exports the full iOS set (40–1024 px) in the same zip alongside the Android files.

更多图片工具