Skip to content

MrYazdan/Gorbeh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gorbeh

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

License

Usage

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

  1. Clone it !

  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.min.css" rel="stylesheet">
  1. Implement an icon:
<i class="gb gb_icon_name"></i>

in which, icon_name is name of your desired icon.