App Icon Sizes Complete Guide 2025: iOS, Android, macOS, Windows & Web (All Platforms)
Guide📖 45 min read📅 December 15, 2024

App Icon Sizes Complete Guide 2025: iOS, Android, macOS, Windows & Web (All Platforms)

Rajesh Kumar
Rajesh Kumar
App Icon Design Expert & Mobile Developer

Why App Icon Sizes Matter

App icons are the first thing users see. They appear on home screens, in app stores, in settings, and in notifications. Each platform and each placement requires specific icon sizes. Using wrong sizes leads to blurry icons, rejected app submissions, and poor user experience.

📘 Info

📊 App Icon Statistics 2025

65%
Users decide to download based on icon
30+
Icon sizes needed per platform
4x
Higher downloads with professional icon
2-5MB
Total icon assets per app

iOS App Icon Sizes (iPhone, iPad, App Store)

Apple requires multiple icon sizes for different purposes across iOS devices. iOS automatically applies rounded corners - provide square images only.

Purpose Size (px) Filename Convention Devices
App Store1024 x 1024iTunesArtwork@2xApp Store listing
iPhone App (60pt)120 x 120 (@2x)
180 x 180 (@3x)
Icon-60@2x.png
Icon-60@3x.png
iPhone home screen
iPad App (76pt)76 x 76
152 x 152 (@2x)
Icon-76.png
Icon-76@2x.png
iPad home screen
iPad Pro (83.5pt)167 x 167 (@2x)Icon-83.5@2x.pngiPad Pro home screen
Settings58 x 58 (@2x)
87 x 87 (@3x)
Icon-Small@2x.png
Icon-Small@3x.png
Settings app
Notifications40 x 40 (@2x)
60 x 60 (@3x)
Icon-40@2x.png
Icon-40@3x.png
Notification center
Spotlight Search80 x 80 (@2x)
120 x 120 (@3x)
Icon-80@2x.png
Icon-80@3x.png
Spotlight results
Message App54 x 54 (@2x)
81 x 81 (@3x)
iMessage-60@2x.png
iMessage-60@3x.png
iMessage stickers

📘 Info

💡 iOS Icon Pro Tip

Apple automatically applies rounded corners, drop shadows, and gloss effects. Never pre-round your icon corners. Provide square PNG images with no transparency. The system will mask them correctly.

iOS 18+ New Icon Sizes & Features

iOS 18 introduced new icon customization features including tinted icons and dark mode icons.

🌙

Dark Mode Icons

iOS 18 supports alternate icons that appear in dark mode. Provide a lighter/alternative version for dark backgrounds.

Size: Same as standard icons (120, 180px)

🎨

Tinted Icons

Users can apply tint colors to home screen icons. Design monochrome template versions for best results.

Format: Template images with transparency

Android Adaptive Icon Sizes (Modern)

Android 8.0+ uses adaptive icons that display different shapes based on device manufacturer. You need foreground and background layers.

Density Foreground/BG Size Scale Factor Devices
mdpi108 x 108 px1xLow density phones
hdpi162 x 162 px1.5xMedium density
xhdpi216 x 216 px2xHigh density
xxhdpi324 x 324 px3xVery high density
xxxhdpi432 x 432 px4xUltra high density

Adaptive Icon Key Requirements

  • Foreground Layer: Your icon artwork (108-432px depending on density)
  • Background Layer: Solid color or gradient behind the foreground
  • Safe Zone: Keep important content within inner 66% (72px on 108px base)
  • Format: Vector drawable (XML) or PNG
  • Transparency: Use transparency for foreground, solid for background

✅ Good to Know

🤖 Android Adaptive Icon Pro Tip

Design your icon in a 108x108 box with a 72x72 safe zone in the center. Google Play requires adaptive icons for all new apps. Your icon will be displayed in circles, squares, squircles, or teardrops based on the device manufacturer.

Android Legacy Icon Sizes (Pre-8.0)

For backward compatibility, you should still provide legacy icon sizes for older Android versions.

DensityLegacy SizeFolder Name
ldpi36 x 36 pxdrawable-ldpi
mdpi48 x 48 pxdrawable-mdpi
hdpi72 x 72 pxdrawable-hdpi
xhdpi96 x 96 pxdrawable-xhdpi
xxhdpi144 x 144 pxdrawable-xxhdpi
xxxhdpi192 x 192 pxdrawable-xxxhdpi

macOS App Icon Sizes

macOS apps use .icns files containing multiple resolutions. Here are the required sizes:

ResolutionSize (@1x)Size (@2x)
16x1616 x 16 px32 x 32 px
32x3232 x 32 px64 x 64 px
128x128128 x 128 px256 x 256 px
256x256256 x 256 px512 x 512 px
512x512512 x 512 px1024 x 1024 px

Web Favicon & PWA Icon Sizes

Modern websites need multiple icons for browsers, mobile devices, and Progressive Web Apps (PWAs).

Icon TypeSizeFormatUsage
favicon.ico16x16, 32x32, 48x48ICOBrowser tabs, bookmarks
favicon.svgVectorSVGModern browsers
apple-touch-icon180 x 180 pxPNGiOS home screen
android-chrome192 x 192, 512 x 512PNGAndroid home screen
mask-iconVectorSVGSafari pinned tabs
mstile70x70, 150x150, 310x310PNGWindows tiles
PWA icon144x144, 192x192, 512x512PNGProgressive Web Apps

Icon File Formats: When to Use Which

📦

PNG

Best for: iOS, Android, web icons
✅ Lossless, transparency support
❌ Larger file size

🎯

SVG

Best for: Web, Android vector
✅ Scalable, tiny file size
❌ Not for iOS native

💻

ICNS

Best for: macOS apps
✅ Container for multiple sizes
❌ macOS only

🪟

ICO

Best for: Windows, favicons
✅ Container for multiple sizes
❌ Windows/IE focus

🤖

WebP

Best for: Web, Android
✅ Smaller than PNG
❌ Older browser support

🎨

Vector Drawable

Best for: Android adaptive icons
✅ Scalable, small, themeable
❌ Android only

Complete Icon Size Checklist

📱 iOS Checklist

  • ✓ 1024x1024 (App Store)
  • ✓ 180x180 (iPhone 3x)
  • ✓ 120x120 (iPhone 2x)
  • ✓ 167x167 (iPad Pro)
  • ✓ 152x152 (iPad)
  • ✓ 87x87 (Settings 3x)
  • ✓ 58x58 (Settings 2x)
  • ✓ 60x60 (Notifications 3x)

🤖 Android Checklist

  • ✓ 432x432 (xxxhdpi adaptive)
  • ✓ 324x324 (xxhdpi adaptive)
  • ✓ 216x216 (xhdpi adaptive)
  • ✓ 192x192 (xxxhdpi legacy)
  • ✓ 144x144 (xxhdpi legacy)
  • ✓ 512x512 (Play Store)
  • ✓ Vector drawable (adaptive)

💻 Web Checklist

  • ✓ favicon.ico (16, 32, 48)
  • ✓ favicon.svg
  • ✓ apple-touch-icon (180)
  • ✓ android-chrome (192, 512)
  • ✓ mask-icon (SVG)
  • ✓ mstile (70, 150, 310)

🖥️ Desktop Checklist

  • ✓ macOS .icns (10+ sizes)
  • ✓ Windows .ico (16, 32, 48, 256)
  • ✓ Linux .png (16, 32, 48, 256)

Frequently Asked Questions

Q: What is the master size for app icons?

Always start with a 1024x1024 or 2048x2048 master image. This allows you to generate all smaller sizes without quality loss. Design in vector format (Illustrator, Figma, Sketch) for best results.

Q: Do I need all these sizes?

Yes! Missing sizes will cause your app icon to appear blurry on some devices or in some contexts. App stores may reject submissions missing required sizes. Use our icon generator to create all sizes automatically.

Q: What's the difference between @2x and @3x?

@2x is for Retina displays (double resolution). @3x is for iPhone Plus/Pro Max models (triple resolution). Provide both for sharp icons on all devices.

Q: Should I use PNG or vector for app icons?

Design in vector (SVG, AI, Figma) but export as PNG for iOS and Android app submissions. For Android adaptive icons, provide vector drawable XML for best results.

Generate All Icon Sizes Instantly

Upload your master image and get all platform-specific icon sizes automatically.

🎨 Generate Icons Now →

Share Article

Rajesh Kumar

Rajesh Kumar

App Icon Design Expert & Mobile Developer

Rajesh has over 12 years of experience designing and optimizing app icons for top mobile applications across all platforms.

Article Details

📅 PublishedDecember 15, 2024
⏱️ Read Time45 min read
📂 CategoryGuide
#appiconsizes#iosiconsizes#androidiconsize#icondimensions#faviconsizes#macosiconsizes
📱

Ready to Generate App Icons?

Generate adaptive app icons for iOS, Android, and macOS instantly - free, no registration.

Start Icon Generator →