App Icon Sizes Guide (iOS, Android, PWA & macOS Reference)
Complete reference guide and interactive dimension inspector for iOS, Android, PWA, and Web icon specifications.
TL;DR: App Icon Sizes Guide provides an up-to-date, interactive reference of all required icon dimensions across Apple, Google, and Web platforms.
Interactive Icon Dimension Inspector
Quickly search and copy exact required icon dimensions for any platform or launch our automated generator.
iOS & Apple App Icon Dimensions
| Target Device / Use Case | Required Size | Points & Scale | Xcode Slot |
|---|---|---|---|
| App Store Product Page | 1024 × 1024 px | 1024pt @1x | App Store |
| iPhone Home Screen | 180 × 180 px | 60pt @3x | iPhone 60pt |
| iPhone Home Screen | 120 × 120 px | 60pt @2x | iPhone 60pt |
| iPad Pro Home Screen | 167 × 167 px | 83.5pt @2x | iPad Pro 83.5pt |
| iPad / iPad Mini | 152 × 152 px | 76pt @2x | iPad 76pt |
| Spotlight Search (iPhone) | 120 × 120 px | 40pt @3x | Spotlight 40pt |
| Spotlight Search (iPad) | 80 × 80 px | 40pt @2x | Spotlight 40pt |
| Settings (iPhone) | 87 × 87 px | 29pt @3x | Settings 29pt |
| Settings (iPad) | 58 × 58 px | 29pt @2x | Settings 29pt |
| Notifications | 60 × 60 px | 20pt @3x | Notification 20pt |
Android & Google Play Icon Dimensions
| Density Bucket | Scale Multiplier | Dimensions | Asset Folder |
|---|---|---|---|
| Google Play Store Listing | Store Graphic | 512 × 512 px | playstore-icon.png |
| Extra-Extra-Extra-High (xxxhdpi) | 4.0x | 192 × 192 px | mipmap-xxxhdpi/ |
| Extra-Extra-High (xxhdpi) | 3.0x | 144 × 144 px | mipmap-xxhdpi/ |
| Extra-High (xhdpi) | 2.0x | 96 × 96 px | mipmap-xhdpi/ |
| High (hdpi) | 1.5x | 72 × 72 px | mipmap-hdpi/ |
| Medium Baseline (mdpi) | 1.0x | 48 × 48 px | mipmap-mdpi/ |
What Are the Exact App Icon Sizes for iOS and Android in 2026?
For iOS in 2026, the primary requirement is a 1024x1024 px 72 DPI PNG without transparency for App Store Connect, alongside Xcode assets including iPhone (180x180 px @3x, 120x120 px @2x) and iPad (152x152 px, 167x167 px). For Android, a 512x512 px 32-bit PNG is required for Google Play Store, alongside adaptive mipmap folders ranging from mdpi (48x48) to xxxhdpi (192x192).
How to Use the App Icon Sizes Guide
Our App Icon Sizes Guide is engineered for rapid developer workflow, high-performance in-browser execution, and complete code privacy.
- Select your platform tab: iOS (iPhone/iPad/Watch), Android, macOS, Web / PWA, or Social Media.
- Review the interactive dimension table listing points (pt), scale factors (@1x, @2x, @3x), and exact pixel dimensions.
- Check official platform guidelines: Corner radii, alpha transparency rules, and safe margins.
- Click on any row to copy the specific filename or dimension specifications.
- Launch the App Icon Generator to automatically produce all listed dimensions.
Key Capabilities & Developer Best Practices
- Fast In-Browser Processing: Zero server latency; code formatting, validation, and transformations execute in real time.
- Complete Data Confidentiality: Work with sensitive API keys, production configs, and database records safely on your local device.
- Standards-Compliant Output: Generates clean, RFC-compliant code ready for production deployment and clean Git diffs.
100% Client-Side Privacy Guarantee
All parsing, formatting, validation, cryptographic hashing, and code transformations occur 100% locally inside your web browser. Your source code, database queries, and private payloads are never uploaded to any remote server.
Frequently Asked Questions
- It is an authoritative developer reference manual detailing exact pixel dimensions, naming conventions, scale factors, and file formats required for app store publishing across all major operating systems.
- Always design your master app icon at 1024x1024 pixels (or vector SVG). This ensures high fidelity when downscaled to all mobile, desktop, and watch resolutions.
- Apple's App Store interface requires opaque backgrounds so icons render cleanly against light and dark store themes without unwanted black background artifacts.
- PWAs require at least `192x192 px` (for home screen icons) and `512x512 px` (for splash screens and installation dialogs) defined in `site.webmanifest` with `purpose: "any maskable"`.
- Modern web best practice is providing `favicon.ico` (multi-res 16x16 and 32x32), `favicon.svg` (for modern dark/light mode browser tabs), and `apple-touch-icon.png` (180x180 px for iOS Safari bookmarks).
- macOS icons require dimensions up to 1024x1024 px (with sizes at 16, 32, 64, 128, 256, 512, and 1024 px in 1x and 2x scales), featuring Apple's rounded squircle container with drop shadows.
- Android Adaptive Icons use a 108x108 dp canvas, but only the central 66x66 dp circle is guaranteed to be visible inside OEM launcher masks; critical artwork must remain within this inner safe zone.
- Yes. Use our companion App Icon Generator to automatically resize and export your master 1024x1024 image into every dimension listed in this guide.
Embed This Tool
Add the live App Icon Sizes Guide to your own website with this lightweight responsive iframe:
<iframe src="https://nexlove.org/embed/app-icon-sizes.html" width="100%" height="650" style="border:1px solid #e2e8f0;border-radius:12px" title="App Icon Sizes Guide — NexLove.org" loading="lazy"></iframe>