Generate iOS app icons
ios-icon-genskillsetup L2★0
Sheshiyer/skill-clusters ↗What it does
Generate iOS app icon imagesets
Best for
Creating PNG icon assets for Xcode when you need SF Symbols (native Apple style) or Iconify (275k+ open source icons) in one output format.
Inputs
- · Icon name or query (e.g., 'receipt', 'mdi:receipt-text-outline')
- · Optional: size (pt), color (hex), weight, output directory
Outputs
- · <name>.imageset/ directory with 1x, 2x, 3x PNG files + Contents.json
Requires
- · Iconify API (275k+ icons) OR SF Symbols (5k+ Apple icons, macOS-only)
Preconditions
Xcode project with Assets.xcassets; icon name decided; no existing icon mismatch in style/color
Failure modes
Wrong size if existing icons not checked first; color clash if project palette not respected; generation fails offline if using Iconify
Trust signals
- · Includes concrete scripts and examples
- · Best practices and anti-patterns listed
- · Code examples provided