Assets & configuration

The app icon: turning your logo into an Android launcher icon

Your website's logo is almost never ready to be an app icon. The sizes Android needs, the adaptive-icon safe zone that crops the edges, the 512×512 Play Store version, and the mistakes that make icons blurry or clipped.

7 min read Updated September 2026

An Android app icon is not one image. It is a launcher icon at five densities, a round variant, an adaptive icon made of a separate foreground and background, and a 512×512 PNG for the Play Store listing — and each is judged at a size where a website logo's fine detail disappears. The good news is that all of them are generated from one square source, so the work is designing that one source well.

The sizes Android needs

DensityFolderSizeWhere it shows
mdpimipmap-mdpi48 × 48Old and very cheap phones
hdpimipmap-hdpi72 × 72Budget phones
xhdpimipmap-xhdpi96 × 96Mid-range phones
xxhdpimipmap-xxhdpi144 × 144Most phones sold today
xxxhdpimipmap-xxxhdpi192 × 192Flagship phones
Play Storeuploaded separately512 × 512The listing page and search results

Provide a single 1024×1024 PNG and every one of these is produced by downscaling, which is sharp. Provide a 200-pixel logo and the larger sizes are produced by upscaling, which is the blurry-icon problem you see in cheap apps. Start big.

APK Icon GeneratorEvery Android launcher size from one image Open the tool
The APK icon generator with a logo dropped in and the generated launcher sizes shown below
One 1024×1024 source in, every launcher size out, named for its folder.

Adaptive icons and the safe zone

Since Android 8, launchers draw icons as an adaptive icon: a 108×108 dp foreground over a background, masked to whatever shape the phone maker chose — a circle on Pixel, a squircle on Samsung, a rounded square elsewhere. Only the central 66 dp circle is guaranteed to be visible; everything outside it can be cropped by the mask. A logo that fills the square to its corners loses its corners on every phone.

Design the foreground so the logo sits within the middle 60% of the canvas, and give the background a solid colour that looks right in any shape. The previewer shows your icon under each common mask so you can see what gets cut:

Adaptive Icon PreviewerSee your icon under every launcher mask Open the tool
The adaptive icon previewer showing one icon under circle, squircle, rounded square and teardrop masks
The same foreground under four launcher masks — the safe zone is what survives all of them.

Designing for 48 pixels

Your website logo was designed for a header at 200 pixels wide with a wordmark beside it. At 48 pixels on a budget phone, that wordmark is an unreadable smear and the mark itself is a few dozen pixels. What works at that size:

Test by shrinking your candidate to 48 pixels and looking at it from arm's length. If you cannot tell what it is, neither can anyone else.

The Play Store icon is different

The 512×512 listing icon is not an adaptive icon. It is a flat, full-bleed PNG with no transparency that Play shows with its own rounded corners. Do not add your own rounding or a drop shadow — Play applies both and the result is a rounded rectangle inside a rounded rectangle. The icon generator exports this one alongside the launcher set.

Matching the website

People find the app on their home screen by recognising the site. Keep the same colour and the same symbol as your favicon and header; the app icon and the site's favicon should be recognisably the same thing at different sizes. If you are making both from scratch, generate the favicon set from the same source:

Favicon Generatorfavicon.ico plus every modern icon size Open the tool

Common mistakes

Questions people ask

What size should my app icon be?

Provide one 1024×1024 PNG. The builder generates the 48, 72, 96, 144 and 192 pixel launcher icons, the round and adaptive variants, and the 512×512 Play Store icon from it.

Why is my icon cropped on some phones?

Adaptive icons are masked to the launcher's shape — circle, squircle or rounded square — and only the central 66 dp circle is safe. Keep the logo inside the middle 60% of the canvas.

Can I use my website's logo as the icon?

The symbol, usually yes; the wordmark, no. At 48 pixels text is unreadable. Use the mark alone on a solid background, or the first letter if the logo is only a word.

Does the Play Store icon need rounded corners?

No. Upload a flat 512×512 PNG with square corners and no transparency; Play applies its own rounding.

Read next

Ready to make your website into an app?

Paste a URL, or upload an HTML file or a ZIP, set your icon and name, and download a signed Android app from the free APK creator. No Android Studio, no command line.

Make my app — free