material icon color code example
Example 1: material icons cdn
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
Example 2: change material icons color css
i.icon-blue {
color: blue;
}
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
i.icon-blue {
color: blue;
}