Skip to content
1440px

iOS App Icon Sizes

Since Xcode 14 a single 1024×1024 px icon is enough — Xcode generates every derived size at build time.

Since Xcode 14 a single 1024×1024 px icon is enough — Xcode generates every derived size at build time. The table below is what the system actually renders, which still matters if you are hand-building an asset catalogue or shipping through a non-Xcode toolchain.

iOS App Icon Sizes
UsagePointsScalePixels
App Store1024pt1024×1024
iPhone app icon60pt180×180
iPhone app icon60pt120×120
iPad Pro app icon83.5pt167×167
iPad app icon76pt152×152
Spotlight (iPhone)40pt120×120
Spotlight (iPhone)40pt80×80
Spotlight (iPad)40pt80×80
Settings (iPhone)29pt87×87
Settings (iPhone)29pt58×58
Settings (iPad)29pt58×58
Notification (iPhone)20pt60×60
Notification (iPhone)20pt40×40
Notification (iPad)20pt40×40
Worth knowing: App Store submission requires the 1024×1024 icon with no alpha channel and no rounded corners — iOS applies the mask itself.

Questions

What sizes do I need for ios app icon sizes?

Since Xcode 14 a single 1024×1024 px icon is enough — Xcode generates every derived size at build time. The table below is what the system actually renders, which still matters if you are hand-building an asset catalogue or shipping through a non-Xcode toolchain.

Is there anything easy to get wrong here?

App Store submission requires the 1024×1024 icon with no alpha channel and no rounded corners — iOS applies the mask itself.

Other asset references

Source: official iOS documentation. Verified 2026-08-07.