Making App Icons for macOS

According to Apple’s Human Interface Guidelines, every app must provide an icon to be displayed in Finder, the Dock, Launchpad, and the App Store. An app should specify several different icons of different dimensions to suit different screen sizes and different situations.

You can save valuable time by using Makeappicon.com to generate app icons of all dimensions you need for submitting your apps to Apple in one click, no matter if it’s built for iOS, watchOS, macOS, and iMessage App & Sticker Pack, and focus on coding and improving your apps.

Here are the dimensions for macOS app icons:

NameSize (px)
icon-macos-16x16@1x.png16x16
icon-macos-16x16@2x.png32x32
icon-macos-32x32@1x.png32x32
icon-macos-32x32@2x.png64x64
icon-macos-128x128@1x.png128x128
icon-macos-128x128@2x.png256x256
icon-macos-256x256@1x.png256x256
icon-macos-256x256@2x.png512x512
icon-macos-512x512@1x.png512x512
icon-macos-512x512@2x.png1024x1024

After creating all the icons, you should put them into a folder whose name is icon.iconset. The folder must have the .iconset extension. It might look a bit unusual for a folder to have an extension, but this extension is a signal to the system that the folder contains a set of icons.