/Gorbeh-Icons

Material Icons and more, with CSS toolkit

Primary LanguageCSS

Gorbeh Icons

Gorbeh is a pack of 946 scalable vector icons, suitable for web at any size and on any screen. Gorbeh is originally based on Google’s Material Design Icons; Enhanced and optimized by Setareh Karimi and Javid Izadfar at IKA Computing Club.

License

Contributing

We support and encourage any kind of contribution by anyone. Please read through contributing guidelines. In these guidelines, directions to asking for a new icon, reporting a bug and other notes are fully explained.

Usage

To power up your website with Gorbeh Icons, follow these steps:

  1. Download Gorbeh’s latest release.

  2. Add Gorbeh folder to your preferred directory on your project.

  3. Add these lines to your HTML file header:

<!-- Gorbeh Icons -->
    <link href="your_directory/css/gorbeh-icons.css" rel="stylesheet">

or

<!-- Gorbeh Icons -->
    <link href="your_directory/css/gorbeh-icons.min.css" rel="stylesheet">
  1. Implement an icon:
<i class="gorbeh gorbeh_icon_name"></i>

in which, icon_name is name of your desired icon.

Creators