Icons

Font icons from open source collection that are included and ready to use in your project.
Material Icons

Material icons are delightful, beautifully crafted symbols for common actions and items. Visit Material Icons Website for a complete list of icons.

dark_mode
face
arrow_circle_down
language
videocam
call
sentiment_satisfied_alt
add_circle_outline
report
save_alt
airplanemode_active
bluetooth
<i class="material-icons">
    dark_mode
</i>

In order to use two-tone Material Iocns, you just need to use .material-icons-two-tone instead of .material-icons.

dark_mode
face
arrow_circle_down
language
videocam
call
sentiment_satisfied_alt
add_circle_outline
report
save_alt
airplanemode_active
bluetooth
<i class="material-icons-two-tone">
    dark_mode
</i>