iOS App Icons
Creating icons for iOS applications.
iOS App Icons
AppIconGenerator creates the full set of icons required for Xcode AppIcon.appiconset.
Output Files
The downloaded ZIP file will contain a folder structure that you can drag directly into Xcode.
It includes sizes for:
- iPhone Notifications (20pt)
- iPhone Settings (29pt)
- iPhone Spotlight (40pt)
- iPhone App (60pt)
- iPad Notifications (20pt)
- iPad Settings (29pt)
- iPad Spotlight (40pt)
- iPad App (76pt)
- iPad Pro (83.5pt)
- App Store (1024pt)
How to use in Xcode
- Unzip the downloaded file.
- Locate
AppIcon.appiconset. - Open your Xcode project.
- Go to
Assets.xcassets. - Delete the existing
AppIconentry (or rename it). - Drag the new
AppIcon.appiconsetfolder into the assets list.
That's it! Your app now has all required icons.
AppIconGenerator Docs