/material-icons-outline

This project provide the material icons outline version, made using Icomoon. Works pretty like Material Icons "baseline"

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

material-icons-outline

This project provide the material icons outline version, made using Icomoon. Works pretty like Material Icons normal.

Icomoon

You can upload the .json file in https://icomoon.io, then make your adjustments.

How to use

Use it like using Material Icon fonts. Puting link into head:

<link rel="stylesheet" href="fonts/material-icons.css" />

and using the same icon classes:

<i class="material-icons">dashboard</i>