font awesome icons color change css code example
Example 1: css change font awesome icon color
.fa {
color: red !important;
}
Example 2: css change font awesome icon color
.<fa-icon-class> { color: red !important; }
.fa {
color: red !important;
}
.<fa-icon-class> { color: red !important; }