Free tool

Adaptive Icon Previewer

Android crops your icon to whatever shape the launcher uses. Check yours against all four masks — and find out whether your artwork strays outside the safe zone before a user sees it clipped.

Preview under every mask

Drop the foreground layer — the artwork, ideally with a transparent background.

Choose your iconPNG or SVG, square, 432px or larger
#12a2a0
Adaptive icons draw your foreground over this.

Your icon is not the shape you drew it

Since Android 8.0 the launcher decides what shape an app icon is. Pixel launchers use a squircle, Samsung's One UI uses a rounded square, some third-party launchers use circles or teardrops, and the same APK produces a different silhouette on each. You supply artwork; the system supplies the outline.

That is what an adaptive icon is: two layers — a background and a foreground — on a 108dp canvas, of which the launcher shows whatever its mask allows. The consequences are entirely predictable and almost always discovered too late, on somebody else's phone.

The 72dp safe zone

Of that 108dp canvas, only the central 72dp — about two thirds is guaranteed visible. The outer ring exists so launchers can animate the icon, apply parallax as you scroll, and mask it to their own shape. Anything you place out there is at risk.

The checker above measures this properly rather than eyeballing it: it renders your foreground at 108dp, counts the pixels that are actually inked, and reports what fraction falls outside the safe circle. Under 2% is fine. Over 12% means a circular mask will visibly cut your design.

What each mask does to a design

MaskUsed byWhat it punishes
CircleMany third-party launchersCorner detail, square logos with hard edges
SquirclePixel launcherSlightly less than a circle, same failure mode
Rounded squareSamsung One UIMost forgiving — nearly everything survives
TeardropSome OEM launchersAsymmetric — a centred design is unaffected

The practical rule: if it survives the circle, it survives everything.

Designing for it

Legacy icons and the sticker effect

An app that ships only a traditional square icon still appears on Android 8+, but the launcher cannot mask artwork it does not have layers for. It centres your square inside a white shape instead — the "sticker" look, a small icon floating on a white circle, that instantly marks an app as not having been updated in years. Supplying an adaptive foreground avoids it entirely.

Our icon generator exports a 432×432 foreground padded to respect the safe zone, which is the layer this previewer expects. Use the two together: generate the set, then check it here before you ship.

Why previewing beats guessing

Every part of this is deterministic — the canvas is 108dp, the safe zone is 72dp, the masks are fixed shapes. There is no reason to find out from a user that your logo has lost its edges. Thirty seconds here replaces a release cycle.

Frequently asked questions

What is an adaptive icon?

An Android 8+ icon made of two layers — background and foreground — on a 108dp canvas, which the launcher masks to its own shape. It is why the same app icon appears circular on one phone and as a rounded square on another.

What is the adaptive icon safe zone?

The central 72dp of the 108dp canvas, roughly two thirds. Only that area is guaranteed to be visible; the outer ring may be cropped by the mask or moved during launcher animations.

Why is my app icon cut off on some phones?

Artwork extending beyond the safe zone gets clipped by circular and squircle masks. The checker above measures exactly how much of your design is at risk instead of leaving you to judge by eye.

Do I still need a legacy square icon?

Yes, for devices older than Android 8, and the icon generator exports those alongside the adaptive foreground. Without an adaptive layer, newer launchers centre your square on a white shape — the dated "sticker" look.

Should the background layer be a solid colour?

A solid colour or a simple gradient is the safest choice, because the background is always cropped by the mask and detail there is wasted. Keep anything meaningful in the foreground, inside the safe zone.

Read next

Related tools

Ready to turn your site into an app?

Upload an HTML file or a ZIP, set your icon and name, and download a signed Android app. No Android Studio, no command line.

Open the builder