Essential App Icon Size iOS Guide for 2026
Master the app icon size ios requirements for 2026. Get precise pixel tables, Xcode setup tips, and App Store guidelines to ensure a flawless submission.
You're probably at the point where the build is stable, the screenshots are close, and App Store Connect is waiting. Then the “easy” task lands on the desk: make the icon.
That's where a lot of launches stall. Not because the icon is hard to draw, but because app icon size ios is not just one file. It's a workflow that touches design, export settings, Xcode, App Store rules, and first-impression conversion. One wrong choice, like transparency, pre-rounded corners, or a muddy shape that collapses at small sizes, can turn a finished launch into a cleanup sprint.
The practical way to handle it is simple. Design one correct master asset, validate it where it appears, and hand it off in a format Apple expects. That sounds obvious. In practice, many organizations still lose time by treating the icon like a logo file instead of a platform-specific product asset.
Table of Contents
- Your Last Pre-Launch Hurdle The App Icon
- Why teams underestimate it
- The practical mindset
- The Master iOS App Icon Reference 2026 Sizes
- How the scale system works
- iOS App Icon Sizes Generated from 1024x1024 Master
- What this means in practice
- Setting Up App Icons in Xcode
- Use the single master asset approach
- The Xcode setup that avoids missing icon errors
- App Store Connect Submission Rules
- The non-negotiable checklist
- What usually gets teams into trouble
- Designing an Icon That Converts
- What works on crowded search results
- What fails even when the file is technically correct
- Your Export Workflow from Figma and Sketch
- Figma handoff that stays clean
- Sketch export habits that save time
- Handoff details that prevent confusion
- Common Mistakes That Cause Rejection or Blurry Icons
- The rejection list I see most often
- The blur problems that are self-inflicted
- Frequently Asked Questions about iOS Icons
- Do these sizes apply to iPad-only apps
- Can I use SVG or PDF instead of PNG
- What about watchOS tvOS macOS and P3 color
- Do I need to provide every individual icon size manually
- Should the app icon be the same as the company logo
Your Last Pre-Launch Hurdle The App Icon
A common launch-day pattern goes like this. The developer assumes the icon will take an hour, asks for a square PNG, drops it into the project, and moves on. Then Xcode complains, App Store Connect flags the asset, or the icon looks fine in the App Store but weak on the Home Screen and unreadable in Settings.
That mismatch happens because the icon isn't consumed in one place. It has to survive large promotional contexts and tiny utility contexts without changing meaning. A finance app icon still has to read as finance when it shrinks. A game icon still has to keep its silhouette when contrast drops and detail disappears.
The reason the rules feel strict is historical, not arbitrary. The original iPhone era started with a 512x512 icon in 2007, but the shift to Retina in 2010 pushed Apple toward a 1024x1024 master size so icons stayed sharp on denser displays, as outlined in Jim Nielsen's short history of iOS app icons.
> The icon is the smallest asset in the listing, but it carries the heaviest recognition job.
That matters because users don't meet your app through code quality. They meet it through the icon first. On Apple's ecosystem, that visual identity has to remain dependable across app discovery, installation, and everyday use.
Why teams underestimate it
The trap is thinking “it's just branding.” It isn't. It's branding under tight rendering constraints.
A founder might choose a detailed logo lockup that looks polished in a pitch deck. On the device, the same icon turns into noise because the fine lines collapse. A designer might add soft transparency for polish. App Review sees an asset that breaks platform rules. A developer might manually resize exports. The result is softness that shouldn't exist at all.
The practical mindset
Treat the icon like a production workflow, not a final illustration.
- Design one master asset that works as a symbol, not just as a poster.
- Preview it at small sizes before anyone signs off.
- Export it exactly once, correctly, then let Xcode handle the rest.
- Validate the App Store version separately from the in-app bundle workflow.
If you handle those steps in order, the icon stops being a last-minute blocker.
The Master iOS App Icon Reference 2026 Sizes
For modern iOS work, the answer is much cleaner than older guides make it sound. Apple requires one master App Store icon at 1024×1024 pixels in PNG format with no alpha transparency, and Xcode scales it for the needed contexts, including Home Screen, Spotlight, and Settings, as described in Adapty's iOS app icon design guide.
That's the key shift. You're not building a folder of manually resized exports for every context unless you're maintaining a legacy workflow for a special reason. In current practice, you create the master well, then verify how the system renders it.
How the scale system works
Apple's size labels can look messy until you separate points from pixels.
- A size marked @2x means the rendered asset uses twice the point dimension in pixels.
- A size marked @3x means three times the point dimension in pixels.
- On iPhone, @3x shows up on higher-density displays.
- On iPad, you'll mostly deal with @2x contexts in this icon set.
If a designer says “the Home Screen icon is 60 points,” that becomes 120×120 pixels at @2x and 180×180 pixels at @3x.
iOS App Icon Sizes Generated from 1024x1024 Master
| Usage Context | Dimensions (Pixels) | Scale Factor | Devices |
|---|---|---|---|
| App Store master | 1024×1024 | 1x master | iOS submission asset |
| Home Screen | 120×120 | @2x | Standard iPhone |
| Home Screen | 180×180 | @3x | Higher-density iPhone |
| Home Screen | 152×152 | @2x | iPad, iPad mini |
| Home Screen | 167×167 | @2x | iPad Pro |
| Spotlight | 80×80 | @2x | iPhone, iPad contexts |
| Spotlight | 120×120 | @3x | Higher-density iPhone |
| Settings | 58×58 | @2x | iPhone, iPad contexts |
| Settings | 87×87 | @3x | Higher-density iPhone |
| Notifications | 76×76 | @2x | iPhone, iPad contexts |
| Notifications | 114×114 | @3x | Higher-density iPhone |
What this means in practice
You don't need to design ten different icons. You need to design one icon that survives ten different renderings.
That changes the design brief. Thin strokes, tiny counters, delicate shadows, and text-heavy marks might look refined at 1024px, but they usually fail in Settings or Spotlight. The master should be built from shapes that stay identifiable after downscaling.
> Practical rule: If the icon's main idea disappears when you view it small, the problem is not export quality. The design itself is too fragile.
A useful check is to evaluate the icon in three moments:
1. Large preview for store presence and polish 2. Home Screen size for daily recognizability 3. Small utility size for legibility under pressure
If it works in all three, your app icon size ios workflow is on solid ground.
Setting Up App Icons in Xcode
The implementation side is easier now than it used to be. Apple's 2025 unification of the 1024x1024 single required master size reduced designer overhead by up to 90% compared to manually creating 15+ legacy variants, according to SplitMetrics' mobile icon guide.

Use the single master asset approach
In Xcode, open your project and go to Assets.xcassets. You'll see the App Icon set that the build target expects. In current projects, the clean path is to use the single-size setup and provide the master icon once.
Here's the handoff I prefer for teams:
1. Prepare one final PNG at 1024×1024. 2. Confirm opacity before export. No transparency. 3. Drop it into the App Icon slot in the asset catalog. 4. Check the target settings so the build points to the correct App Icon asset. 5. Run on iPhone and iPad simulators and inspect the icon in real contexts, not just the canvas preview.
Many teams save time through this approach. Designers stop exporting folders full of guessed variants, and developers stop wondering which file is the correct version.
The Xcode setup that avoids missing icon errors
Most icon issues in Xcode come from configuration drift, not from bad artwork. The usual culprits are:
- Wrong asset selected in target settings
- Old icon set still referenced after a rename
- A marketing icon present but app icon missing
- A file dropped into the project navigator instead of the asset catalog
If the asset is correct but the app still shows a placeholder, verify the target under General and App Icons and Launch Screen. Make sure the app icon source matches the asset catalog set you edited.
A quick visual walkthrough helps if you're setting this up for the first time:
<iframe width="100%" style="aspect-ratio: 16 / 9;" src="https://www.youtube.com/embed/fpCb1ArYSvg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
One more practical note. Don't manually resize the 1024 file before import “just to be safe.” That usually introduces the exact softness Xcode is designed to avoid.
App Store Connect Submission Rules
Bundled icons and submission assets are related, but teams still mix them up. The easiest way to stay out of trouble is to treat the App Store icon as a compliance checklist. If the file violates one of Apple's basic requirements, the rest of the design discussion doesn't matter.

The non-negotiable checklist
Before uploading, confirm all of these:
- PNG format. Don't send JPG, SVG, or layered source files.
- 1024×1024 canvas. No larger master, no cropped variant.
- No alpha transparency. The icon must be fully opaque.
- sRGB color space. Keep it predictable unless your broader workflow intentionally supports Display P3 where appropriate.
- No pre-rounded corners. Apple applies the mask.
- Square artwork. The system handles the final shape adaptation.
These requirements sound mechanical, but each one prevents a real rendering problem. Transparency can create visual artifacts. Pre-rounding can clash with system masking. Wrong color space handling can shift how the icon appears across devices and workflows.
What usually gets teams into trouble
The first mistake is exporting a polished branding file instead of a platform asset. Designers often hand over a logo with soft transparent edges or background effects that look great in a design tool and fail as an app icon submission.
The second mistake is rounding corners manually. Apple already handles shape adaptation. If you round the artwork yourself, the final result can look doubly processed and visually off.
> If the icon needs special tricks to look good, it usually isn't strong enough yet.
The third mistake is using the App Store icon as if it only matters on the listing page. It doesn't. That same visual identity needs to carry across system-generated contexts after installation. So the compliance checklist and the design review should happen together, not as separate late-stage tasks.
Designing an Icon That Converts
A valid file can still be a weak icon. The teams that ship polished listings know the difference between “passes review” and “wins the tap.”
Apple's Human Interface Guidelines stress that icons should be “simple, memorable, and recognizable,” and Twinr notes that legibility at very small sizes like 29×29px can affect first-impression tap-through rates by up to 40% in A/B tests in App Store environments, covered in its Apple app icon design guidelines.

What works on crowded search results
The icons that perform well usually do a few things with discipline.
- One focal point. A single symbol, shape, or character reads faster than a composition with multiple competing ideas.
- Clear silhouette. If you blur your eyes or step back, the icon should still feel distinct.
- Strong contrast. The core form should separate from the background immediately.
- Category fit without copying. A budgeting app can signal trust and control without looking like every other blue finance square.
- Meaning before decoration. Gradients, texture, and lighting should support recognition, not replace it.
When I review icons with founders, the losing versions are usually the ones trying to explain the whole product. The winning version picks one idea and commits to it.
A useful way to judge this before release is with an App Store listing preview tool. It helps you see whether the icon still stands out when surrounded by actual listing elements instead of a clean artboard.
What fails even when the file is technically correct
Some icons look expensive and still underperform.
That usually happens when teams rely on one of these patterns:
| Design choice | Why it struggles |
|---|---|
| Detailed illustration | Small sizes erase the important forms |
| Long text or tiny initials | Users can't read it consistently |
| Soft low-contrast palette | The icon blends into the page |
| Overused visual clichés | The app loses distinction |
| Logo lockup with multiple elements | Recognition drops when scaled down |
> Good icon design is subtraction. Every extra element has to earn its place.
If you want a practical filter, ask three blunt questions:
1. Can a user identify the app category at a glance? 2. Can they remember the shape after seeing it once? 3. Does the icon still read when it's tiny?
If the answer to any of those is no, keep editing.
Your Export Workflow from Figma and Sketch
A clean icon handoff starts long before Xcode. Most export mistakes come from a messy source file, not from the export button itself. If the artboard is inconsistent, the icon will stay inconsistent no matter how many times it's resized.

Figma handoff that stays clean
In Figma, set up a 1024×1024 frame and treat it as the only source of truth. Don't design on a random canvas and crop later. Put the icon inside a predictable safe area so the focal point doesn't crowd the edges once Apple applies masking.
My preferred handoff routine looks like this:
- Use vector shapes where possible so edges stay clean during revisions.
- Flatten only at the end after you've checked alignment and contrast.
- Preview the icon small inside Figma before export, not just zoomed in.
- Export a single PNG at 1x from the 1024 frame.
- Name the file clearly, such as
AppIcon-1024.png.
If your team wants automation, keep it focused on consistency. Plugins can help with previews and export discipline, but they don't fix weak composition.
For teams that want automated generation as part of the asset workflow, Ryplix Studio's app icon generator can produce the iOS icon set from the required master asset approach.
Sketch export habits that save time
Sketch still works well for icon production if the symbol structure is clean. The main thing is to avoid duplicate symbols or nested masks that hide export issues until handoff.
A dependable Sketch routine:
1. Build the icon on a 1024×1024 artboard. 2. Keep backgrounds fully opaque. 3. Check that no layer effects depend on transparency tricks. 4. Export PNG only for the final app icon asset. 5. Open the exported file outside Sketch and inspect it at actual size.
Handoff details that prevent confusion
A lot of designer-developer friction comes from naming and version chaos, not from visual quality.
Use a tiny delivery package:
- Final PNG for implementation
- Editable source file in Figma or Sketch
- One note on color profile and intended background
- One screenshot of the approved icon at small size
That's enough. You don't need a folder full of ambiguous alternates named icon-final-final-2.
Common Mistakes That Cause Rejection or Blurry Icons
Most icon problems are boring. That's why they're expensive. Teams don't lose time to exotic edge cases. They lose time to preventable mistakes that show up right before submission or after install when the icon suddenly looks soft.
There's also a performance cost. Iconikai notes that when teams fail to test small-size legibility, ASO results can suffer, and simplified icons that pass a “distance test” can improve App Store tap-through rates by 10-30%, as discussed in its iOS app icon size guidelines.
The rejection list I see most often
These are the repeat offenders:
Apple expects an opaque icon. Even subtle alpha can trigger problems.
- Transparent background
Designers often do this out of habit from logo presentations. On iOS, it creates the wrong final shape.
- Pre-rounded corners
A JPG or pasted screenshot is not an app icon workflow.
- Wrong export format
Fine detail, tiny text, and complex scenes don't survive system contexts.
- Designing like a poster
Teams approve the look in Figma, then never inspect the exported PNG.
- No final compliance pass
If you want a last-step sanity check before review, use a dedicated App Store rejection checker as part of your release checklist.
The blur problems that are self-inflicted
Blurry icons usually come from one of three choices.
First, someone exported from the wrong source size and then scaled it up. Second, someone manually resized multiple outputs instead of relying on the master asset workflow. Third, the artwork depends on details that become mush after downscaling.
Here's a clean diagnosis table:
| Symptom | Likely cause | Fix |
|---|---|---|
| Looks soft on device | Manual resizing | Re-export one clean 1024 master |
| Edges look fuzzy | Transparency or effects | Use fully opaque shapes |
| Shape feels crowded | Important elements too close to edges | Rebalance inside the square |
| Hard to identify at a glance | Too many details | Simplify to one dominant idea |
> Test the icon where users will actually see it. Home Screen, Spotlight, Settings. Not just a giant artboard on a Retina monitor.
The teams that avoid rework do one thing consistently. They check the smallest useful rendering before launch, not after the first rejection or after weak App Store performance forces a redesign.
Frequently Asked Questions about iOS Icons
Do these sizes apply to iPad-only apps
Yes. The single master workflow still applies. The main difference is which generated sizes matter most in your testing. For iPad-focused products, pay closer attention to the iPad Home Screen outputs and how the icon holds up in system contexts on larger devices.
Can I use SVG or PDF instead of PNG
For the iOS app icon submission workflow, stick to PNG for the final asset. Vector source files are great during design, but the submitted and implemented icon asset should follow Apple's PNG requirement.
What about watchOS tvOS macOS and P3 color
Apple's broader platform family uses the same master-size direction in current workflows, but presentation rules differ by platform. Some platforms support additional layering or platform-specific treatments. If you're shipping beyond iOS, verify each target in your asset catalog and preview the exported result in context instead of assuming one visual treatment feels identical everywhere.
For color, keep the final workflow predictable. sRGB is the safe baseline for the required icon pipeline, while some Apple contexts also support wider gamut handling. The practical rule is simple: export intentionally, then inspect the final PNG on real Apple hardware if color richness matters to your brand.
Do I need to provide every individual icon size manually
In current iOS workflows, no. The normal path is to provide the single correct master icon and let Xcode generate the required sizes. Manual file farms are mostly legacy baggage unless your pipeline has a very specific exception.
Should the app icon be the same as the company logo
Sometimes yes, often no. A company logo can work if it's already simple, distinctive, and scalable. But many logos are built for websites, decks, or signage, not for tiny square rendering. The better question is whether the symbol is instantly recognizable when small.
---
Ryplix Studio helps mobile teams create store-ready visual assets using real app UI, including icon workflows, screenshot sets, and listing previews. If you want a faster way to turn raw product assets into submission-ready creative without stitching together separate design and ASO tools, you can explore Ryplix Studio.
Try the product
Stop reading. Start ranking.
Ryplix Studio takes everything in this article and runs it for you — AI keyword pools, live ranks, conversion-focused screenshots, market intel. Free to start.
