https://materialdesignicons reduce boldness code example
Example 1: google material icons change width
// css
.material-icons.md-48 { font-size: 48px; }
// html
<i class="material-icons md-48">important_devices</i>
Example 2: materialize icons
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">