Unicons, also known as the Unicorn Icon Pack, is the Icon Pack designed for the Unicorn Desktop Environment.
As Elsie (Lead Developer of Pacstall) says
This is an icon pack, it provides icon pack.
To optimize SVGs and generate PNGs from scalable icons, first install the requirements:
sudo apt install nodejs golang-go librsvg2-bin # Debian and friends
brew install node go librsvg # macOS
npm install -g svgo # both do this
Then, run:
go run generate-sizes.go
To install:
git clone https://github.com/rhino-linux/unicons
sudo mkdir -p /usr/share/icons/Unicons
sudo cp -r unicons/* /usr/share/icons/Unicons
sudo gtk-update-icon-cache /usr/share/icons/Unicons
Then (for Unicorn):
xfconf-query -c xsettings -p /Net/IconThemeName -s Unicons
gsettings set org.gnome.desktop.interface icon-theme Unicons
- oklopfer
- rudy-in
To start contributing to Unicons, check out the Official Figma Templates or the SVG Templates.