Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

font awesome icons html code

<!-- This example uses <i> element with: 
1. the `fa-solid` style class for solid style
2. the `user` icon with the `fa-` prefix -->
<i class="fa-solid fa-user"></i>

<!-- Or you can use a <span> element, with classes applied in the same way -->
<span class="fa-solid fa-user"></span>
 
PREVIOUS NEXT
Tagged: #font #awesome #icons #html #code
ADD COMMENT
Topic
Name
3+3 =