/icons

Named, vector icons for elementary OS

Primary LanguageMesonGNU General Public License v3.0GPL-3.0

elementary Icons

Translation status

Default App Icon Locale Preferences Icon Terminal App Icon Dialog Password Icon Empty Battery Icon High Security Icon Revert Document Icon Flag Icon Redo Icon Down Arrow Icon Reply All Icon Stop Process Icon

An original set of vector icons designed specifically for elementary OS and its desktop environment: Pantheon.

Building and Installation

You'll need the following dependencies:

  • meson
  • rsvg
  • xcursorgen

Run meson to configure the build environment and then ninja to build

meson build --prefix=/usr
cd build
ninja

To install, use ninja install

sudo ninja install