This project provide the material icons outline version, made using Icomoon. Works pretty like Material Icons normal.
You can upload the .json file in https://icomoon.io, then make your adjustments.
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>