- An
electron.js
app used for generating app icons - Support macOS
- Follow Human Interface Guidelines iOS
- Generate based on latest Xcode Contents.json
- Download latest release from https://github.com/onmyway133/IconGenerator/releases
- Drag image onto left box
- Support
png
,jpeg
,jpg
,webp
,tiff
,gif
,svg
- Choose platform to generate
- Generated
AppIcon.appiconset
and save toDownloads
folder
IconGenerator
names file inicon_size
format, to make it work foriconutil
- Go to the folder where
AppIcon.appiconset
is stored, rename it toAppIcon.iconset
, deleteContents.json
, then run
iconutil -c icns "AppIcon.iconset"
- Icon http://emojione.com/
- Use sharp to resize images
Khoa Pham, onmyway133@gmail.com
IconGenerator is available under the MIT license. See the LICENSE file for more info.