font awesome outline code example
Example: how to get font awesome outline
.fa-outline{
color: transparent;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: red;
}
.fa-outline{
color: transparent;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: red;
}