google icons html code example

Example 1: material icons cdn

<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">

Example 2: google material icons change width

// css
.material-icons.md-48 { font-size: 48px; }

// html
<i class="material-icons md-48">important_devices</i>

Example 3: materialize icons

<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
      rel="stylesheet">

Example 4: google material icons

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