Icons

A font icons and svg icons from different open source collections for you to use anywhere in the design of your project.
Feather Icons

Feather is a collection of simply beautiful open source icons. Each icon is designed on a 24x24 grid with an emphasis on simplicity, consistency and usability. https://feathericons.com/

<i data-feather="circle"></i>

<script>
  feather.replace()
</script>
Ionicons

Premium designed icons for use in web, iOS, Android, and desktop apps. Support for SVG and web font. Completely open source, MIT licensed and built by the Ionic Framework team.

<i class="icon ion-md-alarm"></i>
<i class="icon ion-ios-alarm"></i>
FontAwesome

Get vector icons and social logos on your website with Font Awesome, the web's most popular icon set and toolkit.

<i class="fas fa-archive"></i>
<i class="far fa-bell"></i>