Include the following code in <head>
tag
<!-- Material icons font hosted by Google -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!-- Material icons CSS toolkit -->
<link rel="stylesheet" href="/path/to/css/material-icons.min.css">
To insert an icon use class mi mi-*
<i class="mi mi-face"></i>
Use classes mi-18
mi-24
mi-36
mi-48
to chane the size of icons.
More options coming soon...
npm install material-icons
bower install material-icons
Material icons are designed by Google and are free to use under Creative Common Attribution 4.0 International License (CC-BY 4.0).