Gorbeh - Mini font icon library 🔗 mryazdan.github.io/Gorbeh
Gorbeh is a pack of +950 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
- Gorbeh Font is licensed under the SIL OFL 1.1:
- Gorbeh CSS files are licensed under the MIT License:
To power up your website with Gorbeh Icons, follow these steps:
-
Clone it !
-
Add Gorbeh folder to your preferred directory on your project.
-
Add these lines to your HTML file header:
<!-- Gorbeh Icons -->
<link href="your_directory/css/gorbeh-icons.min.css" rel="stylesheet">
- Implement an icon:
<i class="gb gb_icon_name"></i>
in which, icon_name
is name of your desired icon.