App Icon Maker · platform
macOS App Icon Maker — .iconset Bundle Generator
Complete .iconset bundle — all ten sizes including Retina @2x.
About this
macOS uses a different icon system from iOS: a single .icns file assembled from a ten-size .iconset folder. Vanikya's app icon maker generates the artwork and exports a complete .iconset bundle (16, 32, 64, 128, 256, 512, 1024 at @1x and @2x). Run iconutil -c icns locally and you have a ship-ready .icns for your app bundle.
macOS icon design has its own visual conventions — slightly more skeuomorphic than iOS, often with subtle depth, tilted perspective, and dense detail that survives at 1024×1024. Vanikya's generation system understands those conventions and produces icons that feel native to the Mac, not ported from mobile.
What you get
- Complete .iconset bundle — 16×16, 32×32, 64×64, 128×128, 256×256, 512×512, 1024×1024 at @1x and @2x — every size macOS expects.
- iconutil-ready structure — Filenames follow Apple's icon_16x16.png, icon_16x16@2x.png convention so iconutil -c icns assembles cleanly.
- Mac-native conventions — Tilted perspective, subtle depth, dense detail at 1024 — the visual language of professional Mac apps.
Prompt ideas
- Native macOS-style app icon for a code editor — tilted text-document with a subtle bracket highlight, blue accent, soft drop shadow
- Mac app icon for a finance tracker — tilted credit card with a small bar chart in front, premium dark backdrop with subtle gloss
- Productivity timer app icon — tilted hourglass with sand falling, warm amber inside, neutral steel exterior, Mac-native feel
- Mac calendar app icon — tilted calendar page with a highlighted date, soft drop shadow, paper texture, native macOS aesthetic
Who uses this
- Mac App Store and direct-download app launches
- Indie Mac developer tools and utilities
- Mac menubar app icons (with monochrome variant generation)
- Mac app rebrands moving from iOS-style to Mac-native icon language
- Companion Mac app for an existing iOS product
Common questions
How do I assemble the .icns from the .iconset?
Download the .iconset ZIP, unzip it, then run iconutil -c icns AppIcon.iconset in Terminal. macOS ships iconutil by default in /usr/bin/iconutil. The output AppIcon.icns is your final icon file.
Why doesn't Vanikya hand me the .icns directly?
iconutil is a macOS-only system tool that needs to run on a Mac. Vanikya provides every input the tool needs in a single ZIP, but the assembly step happens locally so you keep full control.
What about menubar (template) icons?
Menubar icons require a monochrome PDF or PNG with the template attribute. Generate the icon, then re-prompt with 'monochrome black silhouette only, transparent background' for the menubar version.