30

I'm on macOS Sierra and I have been losing icons randomly, as you can see below, the Adobe Illustrator folder does not look like it should.

enter image description here

This also occurs in the Dock:

enter image description here

FaceTime (left of iTunes) has no icon, this also occurs with numerous other applications such as Inkscape, Gimp, and a few others.

Please help!

techraf
  • 3,958
HXGamer
  • 411

11 Answers11

25

I had to run the below commands to make my icons come back. It took a while to find, but it finally sorted everything.

sudo find /private/var/folders/ -name com.apple.iconservices -exec rm -rf {} \;
sudo rm -rf /Library/Caches/com.apple.iconservices.store
killall Dock
  • 1
    Did that. Fixed my missing Apple icons. I only had the icons missing for apple apps. Read Notes, Mail, etc – LukeS Oct 16 '17 at 22:04
  • 2
    Er... I think I must be doing something stupid. I put the commands in Terminal, but got 'Operation not permitted'. Do I have to set something else before doing this? Thanks in advance, Ol. – Olly Oct 18 '17 at 03:31
  • @Olly run them one line at a time. You'll need to have root permission to run these correctly. If you're the only user on your computer, the root password is likely the password you use to sign in with. – Michael Robinson Oct 23 '17 at 01:30
  • 1
    Had 70% of icons missing, it restored everything! – Toldy Jan 21 '18 at 23:43
  • 1
    Restored some icons, not all – João Nunes Mar 13 '18 at 09:07
  • I got the same errors at Olly. Even when I tried running them one line at a time, it didn't help. However, the answer on here about restarting in Safe Mode fixed the problem for me quickly. – Jason Parker Mar 29 '18 at 16:37
14

This happened to me after upgrading to High Sierra - Having tried all of the icon cache suggestions without any success I booted in to "safe mode" and the problem was fixed.

  1. Restart Mac holding the shift key as soon as you hear the startup chime and hold until the boot sequence shows the Apple
  2. Log in and check the icons
  3. Restart to get out of safe mode (where many things are disabled)
  4. Log in normally and verify the icon database is rebuilt correctly under a normal mode start up

bmike
  • 235,889
7

This happened to my icons blank icons in high sierra

This was the fix. I booted in safe mode, logged in and then rebooted out of safe mode and all my icons were back. Yay!

Here's how to boot in safe mode

  1. Start or restart your Mac, then immediately press and hold the Shift key.
  2. The Apple logo appears on your display.
  3. Release the Shift key when you see the login window.

You can reboot out of safe mode by restarting and not pressing any buttons during startup. Hope that fixed your problems,

Noah

Nosh118
  • 79
  • The boot to save mode took quite long (~5min) but after rebooting to normal mode everything was fixed. – ulilicht Jul 11 '18 at 06:34
3

It worked for me (albeit in Mojave) by

• removing the icon from the dock, then

• opening the app and selecting the option to

• “keep in dock.”

The other options (the sudo routine with “killall Dock” at the end and booting in Safe Mode) did not have the desired result. Again, this was Mojave, but due to its simplicity, it’s worth a try in other OSes as well.

2

The complete solution that actually did the trick was the following commands, issued in terminal

sudo find /private/var/folders/ -name com.apple.iconservices -exec rm -rf {} \;

sudo rm -rf /Library/Caches/com.apple.iconservices.store;

defaults write com.apple.dock ResetLaunchPad -bool true;

killall Dock
1
  1. Open System Preferences
  2. Open Dock
  3. Change the Position on screen and then it back to your original settings
  • After trying both safe mode and removing icons and adding them back, your method finally fixed the missing icons! Thank you – Lucas P. Dec 17 '18 at 11:21
1

Right-click every broken icon and select Show in Finder. Fixed it for me while the other suggestions here did not work at all.

Jonas H.
  • 111
0

Tried a lot of commands found in several articles and nothing worked. Rebooting in safe mode did the trick in high sierra.

  • +1 I tried running the commands in the most upvoted answer, one by one, but the first one is operation not permitted. I guess because SIP stops stuff in /var/private being deleted unless SIP is disabled. Before rebooting in recovery mode to run sudo csrutil disable, I thought I'd try the safe mode boot suggested somewhere here. Rebooting holding shift, the icons were all present and correct. Rebooting again to a normal session, and the icons remained fixed. – i-CONICA Feb 09 '18 at 12:16
0

If nothing works, still you can download the latest adobe folder icons for 2020 release and try changing it manually

dribbble.com/adobe-folder-icons-SVG-PNG

enter image description here

-1
  1. Command Space
  2. Type Monitor and select Activity Monitor.
  3. Quit WindowServer process.
  4. Then the session is closed, enter your credentials and all icons all ok now.
Allan
  • 101,432
Bradley
  • 99
-1

Force quitting all the iconservices and the Dock executables through the Activity Monitor app also worked for me. This may be a smoother experience for terminal-averse users :)

  1. Open the "Activity Monitor" app
  2. Use the search box (top right) to search for "iconservices"
  3. Select and quit(top left button ) all the icon services executables with the "Force quit" option.
  4. Use the search box to search for "Dock"
  5. Select and quit the "Dock" executable () with the "Force quit" option.