Android Development

Android Adaptive Icons

Learn how to create adaptive icons that work perfectly across all Android devices and launchers.

Adaptive Icon Concepts

Foreground & Background

Dual-layer system for flexible shapes

Safe Zone

66dp circle within 108dp canvas

Dynamic Shapes

Circle, square, rounded square, and more

Safe Zone Guidelines

Canvas Dimensions

  • Total canvas: **108x108 dp**
  • Safe zone: **66x66 dp circle**
  • Padding: **21dp from edges**
  • Critical content within safe zone

Shape Variations

  • Circle (most restrictive)
  • Rounded square
  • Square
  • Squircle (iOS-like)

⚠️ Design Tip

Keep your main logo elements within the 66dp safe zone circle to ensure they remain visible across all Android launcher shapes.