Custom macOS 11 Big Sur icon collection for the following applications:
- Parallels
- Discord
- Telegram
- Windows (Any VM)
- AirDrop (Finder)
Contains the relevant premade Apple ICNS
icon files, ready for download. [ Preview↗︎ ]
Contains the deconstructed ICNS files, as Apple iconset
folders, ready for build, or modification.
Using the Apple iconutil(1)
terminal application, build the desired icon(s) with the following syntax:
iconutil -c ICNS -o [path to output]/[filename].icns [path to iconset]/[iconset]
Example:
iconutil -c ICNS -o ~/Pictures/Twitter-1016.icns ~/Downloads/Urufus-bigSurIcons/Iconsets/Twitter-1016.iconset
- Open the desired
iconset
you wish to modify - Remove all files, except
icon_512x512.png
- Open
icon_512x512.png
in your desired photo editor, and apply the relevant changes - Export downscaled versions of this file using the following syntax:
icon_[width]x[height].png
^ - Duplicate all files within the directory
- Rename all duplicates using the following syntax:
icon_[width/2]x[height/2]@2.png
^ - Follow instructions under header To Build.
512x512
-> icon_512x512.png
256x256
-> icon_256x256.png
128x128
-> icon_128x128.png
64x64
-> icon_64x64.png
32x32
-> icon_32x32.png
512x512
-> [email protected]
256x256
-> [email protected]
128x128
-> [email protected]
64x64
-> [email protected]
32x32
-> [email protected]