Skip to content
1440px

Android App Icon Sizes

Android has used adaptive icons since API 26.

Android has used adaptive icons since API 26. An adaptive icon is two 108×108 dp layers, of which only the centre 72×72 dp is guaranteed visible — the launcher masks the rest into whatever shape the device uses.

Android App Icon Sizes
DensityScaleLegacy iconAdaptive layer
mdpi48×48108×108
hdpi1.5×72×72162×162
xhdpi96×96216×216
xxhdpi144×144324×324
xxxhdpi192×192432×432
Play Store512×512
Worth knowing: The outer 18 dp on each edge is reserved for parallax and mask effects. Anything important placed there will be clipped on some launchers.

Questions

What sizes do I need for android app icon sizes?

Android has used adaptive icons since API 26. An adaptive icon is two 108×108 dp layers, of which only the centre 72×72 dp is guaranteed visible — the launcher masks the rest into whatever shape the device uses.

Is there anything easy to get wrong here?

The outer 18 dp on each edge is reserved for parallax and mask effects. Anything important placed there will be clipped on some launchers.

Other asset references

Source: official Android documentation. Verified 2026-08-07.