Nabbing macOS Icon Artwork
I keep a personal collection of beautiful macOS app icons, which might make you ask: “How does he get those icons?”
Apps in the App Store
For apps in the Mac App Store, I have my ways. I don’t necessarily want to write about them because I’m semi-afraid Apple would frown on my doings and close off my ways.
Don’t get me wrong, I’m not being nefarious. If you spent 30 minutes browsing through the publicly-accessible contents of a link from the App Store, you could probably figure out what I’m doing.
I’ll just leave it at that.
DMG Apps
For apps that aren’t in the Mac App Store, I’ll show you a few of the ways I grab icon artwork.
First off, you need the app itself. If that means you have to pay for it to download the DMG file, well sorry, I have no magic trick there. You just have to pay for it — or email the developer and ask for it.
But once you get your hands on the DMG, you can open that and do some sleuthing.
Opening a DMG will often get you a standard macOS app install screen, like this:
From there you can right click and “Get Info”:
Then click-to-focus the application icon in the upper-right of the “Get Info” panel and CMD+C:
Beautifully, this will copy the application’s .icns
file to your clipboard. From there, you can open Preview and go “File -> New From Clipboard” and it will open the .icns
file in Preview with all the different icon sizes!
For me, I want the biggest one (1024×1024 pixels), so I find that and then go “File -> Export” to save it as a transparent PNG to disk.
And violá, the app icon in a format I want!
However! Sometimes this won’t get you exactly what you want.
For example, I downloaded the wonderful TablePlus app, opened the DMG, did “Get Info”, and found an app icon that was different from the install app (and the one that shows in your dock).
Sometimes this can happen. Sometimes you won’t be able to find the icon you want using this method.
When I hit this roadblock, I turn to finding the Assets.car
file and plugging it into a tool like Asset Catalog Tinkerer by Guilherme Rambo.
With this method, you can right click the app and instead of “Get Info” do “Show Package Contents” and find .car
files (I’m not a Mac developer, but it seems like the convention is to stick it at “Contents -> Resources -> Assets.car”). Then you can drag them into Asset Catalog Tinkerer and hopefully find what you’re looking for. In my case, with TablePlus, I was able to find the 1024 pixel icon I was looking for.
The End
If you ever find yourself needing to nab the icon for a macOS app, hopefully this little guide is helpful.
And if you’re just reading this because you love poking around at the internals of things, good on you. I love that stuff too!