https://github.com/chris1111/mac-disk-icon
Create Mac Disk Icon as a PNG image
https://github.com/chris1111/mac-disk-icon
macos macos-icon macosx
Last synced: 2 months ago
JSON representation
Create Mac Disk Icon as a PNG image
- Host: GitHub
- URL: https://github.com/chris1111/mac-disk-icon
- Owner: chris1111
- Created: 2025-01-13T21:00:45.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-13T21:35:58.000Z (5 months ago)
- Last Synced: 2025-02-07T08:22:16.477Z (4 months ago)
- Topics: macos, macos-icon, macosx
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mac Internal, External, Removable Disk Icon (PNG)
- [x] `Create Internal Disk Icon:`
```bash
sips -s format png /System/Library/Extensions/IOStorageFamily.kext/Contents/Resources/Internal.icns --out $HOME/Desktop/DiskInternal.png
```- [x] `Create External Disk Icon:`
```bash
sips -s format png /System/Library/Extensions/IOStorageFamily.kext/Contents/Resources/External.icns --out $HOME/Desktop/DiskExternal.png
```- [x] `Create Removable Disk Icon:`
```bash
sips -s format png /System/Library/Extensions/IOStorageFamily.kext/Contents/Resources/Removable.icns --out $HOME/Desktop/DiskRemovable.png
```- It will create on Desktop --> the image in 1024px You can convert the image on any image format.
![]()