https://github.com/elementary/icons
Named, vector icons for elementary OS
https://github.com/elementary/icons
freedesktop freedesktop-icon-theme hacktoberfest icons named-icons vector vector-icons
Last synced: 5 months ago
JSON representation
Named, vector icons for elementary OS
- Host: GitHub
- URL: https://github.com/elementary/icons
- Owner: elementary
- License: gpl-3.0
- Created: 2015-12-08T00:29:15.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T17:00:17.000Z (12 months ago)
- Last Synced: 2024-05-01T11:34:12.226Z (12 months ago)
- Topics: freedesktop, freedesktop-icon-theme, hacktoberfest, icons, named-icons, vector, vector-icons
- Language: Meson
- Homepage: https://elementary.io
- Size: 40.5 MB
- Stars: 540
- Watchers: 44
- Forks: 82
- Open Issues: 115
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
- awesome-gnome - Elementary Icons - Originally designed for Elementary OS. Vibrant color. (Appearance / Icons)
README
# elementary Icons
[](https://l10n.elementary.io/engage/desktop/)










An original set of vector icons designed specifically for [elementary OS](http://elementary.io) and its desktop environment: Pantheon.
## Building and Installation
You'll need the following dependencies:
* meson
* rsvg
* xcursorgenRun `meson` to configure the build environment and then `ninja` to build
meson build --prefix=/usr
cd build
ninjaTo install, use `ninja install`
sudo ninja install