Material icon color change class

<i class="material-icons color-red">phone</i>

This is not working.

How to change color of material icon?

User rules

.color-red {
color: red;
}

1 Like