SyntaxFix
Write A Post
Hire A Developer
Questions
Alternatively, if using Sass, one can "extend" FA icons to display them:
.mytextwithicon:before { @extend .fas, .fa-angle-double-right; @extend .mr-2; // using bootstrap to add a small gap // between the icon and the text. }