Where can I download the Gnome 3 Icons?
Solution 1:
You should be able to get the icons from the gnome-icon-theme git repository.
Adapted installation instructions from WebUpd8:
- Install git (if you don't have it already).
- Then run
git clone git://git.gnome.org/gnome-icon-theme
- You have to compile the icon theme using the standard
./autogen.sh --prefix=/usr
,./configure
,make
,make install
orsudo make install
.