<a href="/users/edit"><i class="fa fa-cog" style="color:black !important;"></i> Edit profile</a>
.fa {
color: red !important;
}
<i class="fab fa-js" style="color:red"></i>
.<fa-icon-class> { color: red !important; }
<a href="/users/edit"><i class="icon-cog"></i> Edit profile</a>
<!-- Create an icon wrapped by the fa-stack class -->
<span class="fa-stack">
<!-- Change color of the icon that will wrap the number -->
<span class="fa fa-square fa-stack-2x" style="color:red;"></span>
<!-- a strong element with the custom content, in this case a number -->
<strong class="fa-stack-1x">
1
</strong>
</span>