Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 minutes 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 (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T17:00:17.000Z (7 months ago)
- Last Synced: 2024-05-01T11:34:12.226Z (7 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
[![Translation status](https://l10n.elementary.io/widgets/desktop/-/icons-extra/svg-badge.svg)](https://l10n.elementary.io/engage/desktop/)![Default App Icon](https://raw.githubusercontent.com/elementary/icons/main/apps/64/application-default-icon.svg)
![Locale Preferences Icon](https://raw.githubusercontent.com/elementary/icons/main/categories/64/preferences-desktop-locale.svg)
![Terminal App Icon](https://raw.githubusercontent.com/elementary/icons/main/apps/64/utilities-terminal.svg)
![Dialog Password Icon](https://raw.githubusercontent.com/elementary/icons/main/status/48/dialog-password.svg)
![Empty Battery Icon](https://raw.githubusercontent.com/elementary/icons/main/status/48/battery-empty.svg)
![High Security Icon](https://raw.githubusercontent.com/elementary/icons/main/status/48/security-high.svg)
![Revert Document Icon](https://raw.githubusercontent.com/elementary/icons/main/actions/24/document-revert.svg)
![Flag Icon](https://raw.githubusercontent.com/elementary/icons/main/actions/24/edit-flag.svg)
![Redo Icon](https://raw.githubusercontent.com/elementary/icons/main/actions/24/edit-redo.svg)
![Down Arrow Icon](https://raw.githubusercontent.com/elementary/icons/main/actions/24/go-down.svg)
![Reply All Icon](https://raw.githubusercontent.com/elementary/icons/main/actions/24/mail-reply-all.svg)
![Stop Process Icon](https://raw.githubusercontent.com/elementary/icons/main/actions/24/process-stop.svg)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