Generate premium iOS app icons for the App Store. Use when creating app icons, App Store icons, or launcher icons. Creates 1024x1024 master icons and resizes to all required iOS sizes.
Generate premium, Apple Design Award-worthy app icons using Nanobanana.
bun .claude/skills/nanobanana-skill/nanobanana.ts \
--prompt "App icon design for [app type]. [Main element] with [style] on [color] gradient. Premium quality, sophisticated, single focal point, subtle depth" \
--size 1024x1024 \
--output "AppIcon.png"
| Spec | Value |
|---|---|
| Master size | 1024×1024 px |
| Format | PNG |
| Background | Fully opaque (no transparency) |
| Corners | Don't add—iOS applies mask |
| Shadows/gloss | Don't add—iOS applies effects |
"App icon design for [purpose]. [Main element] with [visual style] on [color description] gradient background. Premium quality, sophisticated, minimal, single focal point, [lighting], rich colors"
Key elements:
Meditation App:
bun .claude/skills/nanobanana-skill/nanobanana.ts \
--prompt "App icon design for meditation app. Elegant lotus flower with subtle 3D depth on rich purple-to-violet gradient. Premium quality, sophisticated, single focal point, subtle top-left lighting" \
--size 1024x1024 \
--output "AppIcon-Meditation.png"
Fitness App:
bun .claude/skills/nanobanana-skill/nanobanana.ts \
--prompt "App icon design for fitness app. Bold dumbbell with metallic chrome finish on vibrant orange-to-red gradient. Premium quality, energetic, single focal point, dynamic lighting" \
--size 1024x1024 \
--output "AppIcon-Fitness.png"
Finance App:
bun .claude/skills/nanobanana-skill/nanobanana.ts \
--prompt "App icon design for finance app. Elegant coin stack with gold metallic sheen on deep emerald-to-teal gradient. Premium quality, trustworthy, single focal point, subtle ambient glow" \
--size 1024x1024 \
--output "AppIcon-Finance.png"
After generating the 1024x1024 master:
# All required sizes
magick AppIcon.png -resize 1024x1024 AppIcon-1024.png # App Store
magick AppIcon.png -resize 180x180 [email protected] # iPhone @3x
magick AppIcon.png -resize 120x120 [email protected] # iPhone @2x
magick AppIcon.png -resize 167x167 [email protected] # iPad Pro @2x
magick AppIcon.png -resize 152x152 [email protected] # iPad @2x
magick AppIcon.png -resize 87x87 [email protected] # Spotlight @3x
magick AppIcon.png -resize 80x80 [email protected] # Spotlight @2x
magick AppIcon.png -resize 58x58 [email protected] # Settings @2x
magick AppIcon.png -resize 40x40 [email protected] # Spotlight @1x
| Size (px) | Usage |
|---|---|
| 1024×1024 | App Store |
| 180×180 | iPhone App @3x |
| 120×120 | iPhone App @2x |
| 167×167 | iPad Pro @2x |
| 152×152 | iPad @2x |
| 87×87 | Spotlight @3x |
| 80×80 | Spotlight @2x |
| 58×58 | Settings @2x |
| 40×40 | Spotlight @1x |
Do:
Avoid:
After generation: