🖼️ Image Resizer Guide

How to Resize Images for iOS App Icons
(All 13 Required Sizes)

📅 February 28, 2026 ⏱ 5 min read ✍️ DenaliKit Team

Apple requires iOS app icons in up to 13 different sizes — and submitting the wrong dimensions means your app gets rejected by App Store Connect. This guide covers every required size, explains what each is used for, and shows you the fastest way to generate them all from a single source image.

Why Does iOS Require So Many Icon Sizes?

Every Apple device renders icons at different pixel densities. An iPhone 15 Pro has a 3× Retina display, an older iPad may use 2×, and the App Store itself shows a separate large preview image. Rather than scale a single image at runtime (which can cause blurring), Apple requires you to provide pixel-perfect assets for every context.

As of iOS 17 and Xcode 15, Apple simplified the requirement — a single 1024×1024px image in your asset catalog can auto-generate all sizes. But if you're managing assets manually, deploying through older workflows, or need exact control over each size, you'll still want the full set exported individually.

💡
Tip: Always start from the largest size — 1024×1024px — and scale down. Never scale up from a smaller image, as this creates blurry, pixelated icons that Apple will reject.

Complete iOS App Icon Size Chart (2026)

Here are all the sizes Apple requires across iPhone, iPad, the App Store, and the iOS home screen. Sizes are in pixels:

Usage Size (px) Scale Device Status
App Store listing1024 × 1024AllRequired
Home screen180 × 180iPhoneRequired
Home screen120 × 120iPhoneRequired
Home screen167 × 167iPad ProRequired
Home screen152 × 152iPad, iPad miniRequired
Home screen76 × 76iPad (older)Required
Spotlight search120 × 120iPhoneRequired
Spotlight search80 × 80iPhone, iPadRequired
Spotlight search40 × 40iPad (older)Optional
Settings app87 × 87iPhoneRequired
Settings app58 × 58iPhone, iPadRequired
Settings app29 × 29iPad (older)Optional
Notifications60 × 60iPhoneRequired
⚠️
Important: All iOS app icons must be perfect squares with no rounded corners in the source file. Apple applies the corner rounding automatically when displaying them. If you submit pre-rounded icons, they'll appear double-rounded and distorted on device.

Common Mistakes That Get Apps Rejected

After reviewing hundreds of App Store submissions, these are the most frequent icon-related rejection reasons:

The Old Way vs The Fast Way

Before browser-based tools existed, generating all 13 sizes was a multi-step process:

❌ The Old Way (Photoshop / Sketch)

  • Open Photoshop or Sketch
  • Create 13 separate artboards or documents
  • Manually set each canvas size
  • Export each size individually
  • Rename each file to match Xcode conventions
  • Drag into asset catalog one by one
  • ~20–30 minutes per icon set

✅ The Fast Way (DenaliKit)

  • Open DenaliKit Image Resizer in browser
  • Drop your 1024×1024 source image
  • Select the iOS App Icons preset
  • Click Download — get a ZIP with all 13 sizes
  • Files are already named correctly for Xcode
  • Nothing uploaded, nothing stored
  • Small one-time fee, no subscription
  • ~30 seconds total

Step-by-Step: Generate All iOS Icons with DenaliKit

Here's exactly how to go from a single source image to a complete iOS icon set in under a minute:

1

Prepare your source image

Start with a square PNG at 1024×1024px with no transparency. If your logo has a background, make sure it's solid. Save it as a PNG file.

2

Open DenaliKit Image Resizer

Go to denalikit.com/app/image-resizer.html. A small one-time fee unlocks the iOS icon preset and all other premium presets — no subscription, no recurring charges option.

3

Drop your image into the tool

Drag and drop your 1024×1024 PNG into the upload area, or click to browse. The tool accepts PNG, JPG, and WebP.

4

Select the iOS App Icons preset

In the Presets panel, find the iOS App Icons preset. This automatically configures all 13 required sizes with the correct filenames.

5

Download your icon set

Click Download. You'll receive a ZIP file containing all 13 PNG files, named and sized correctly. Drag the folder directly into your Xcode asset catalog.

🔒
Privacy note: DenaliKit processes everything locally in your browser using the Canvas API. Your image file is never uploaded to any server, never stored, and never transmitted. This matters if your icon contains proprietary branding or unreleased app artwork.

Generate All 13 iOS Icon Sizes Now

Instant, completely private, and a small one-time fee. Your image never leaves your device.

🖼️ Open Image Resizer →

How to Import Icons into Xcode

Once you have your ZIP file downloaded and extracted, importing into Xcode takes about 60 seconds:

  1. In Xcode, open your project and navigate to Assets.xcassets in the file navigator.
  2. Click on AppIcon in the asset catalog.
  3. In Finder, open the folder from your DenaliKit download.
  4. Select all PNG files and drag them into the AppIcon slots in Xcode. Xcode will automatically match each file to the correct slot based on the filename.
  5. If any slots show a warning, check that the image dimensions match exactly — hover over the slot to see the required size.

Using the Single Image Approach (Xcode 15+)

If you're targeting iOS 17 and later only, Xcode 15 introduced a simplified workflow. You can provide a single 1024×1024px image and check "Single Size" in the AppIcon asset. Xcode generates all sizes at build time. This is the recommended approach for new projects.

For projects that still support iOS 14 or 15, or if you want pixel-level control over each size, the manual approach with all 13 files gives you the most flexibility.

Icon Design Tips That Improve Conversion

Getting the technical sizes right is only half the job. A well-designed icon significantly affects download rates. Here are the principles that separate top-performing app icons from forgettable ones:

Frequently Asked Questions

Can I use the same icon for iOS and Android?

Technically yes, but it's not ideal. Android uses adaptive icons with separate foreground and background layers, and Google Play has its own size requirements (512×512 for the store listing). DenaliKit has separate presets for Android icons as well.

Does my icon need to be exactly 1024×1024?

Yes for the App Store icon — Apple enforces this exactly. For the other sizes, the dimensions in the table above are the required pixel dimensions. Being off by even 1 pixel will cause a validation error in App Store Connect.

What if my source image is not square?

You'll need to crop or pad it to a square before processing. DenaliKit's image resizer includes a crop tool that lets you define the square crop area manually, or you can pad the shorter dimension with a background color.

Are there icon requirements for macOS or watchOS?

Yes — both platforms have their own size requirements. macOS icons range from 16×16 to 1024×1024 across 10 sizes. watchOS has 5 required sizes. DenaliKit's presets cover all of these separately.

Do I need to pay to use the iOS icon preset?

The iOS App Icons preset requires a small one-time Premium upgrade — there's no subscription or recurring fee. Premium also unlocks Android icons, favicon sets, email presets, and unlimited batch processing. See pricing →