Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

fontawesome icons for html

<i class="fas fa-camera"></i> <!-- this icon's 1) style prefix == fas and 2) icon name == camera -->
<i class="fas fa-camera"></i> <!-- using an <i> element to reference the icon -->
<span class="fas fa-camera"></span> <!-- using a <span> element to reference the icon -->
Source by fontawesome.com #
 
PREVIOUS NEXT
Tagged: #fontawesome #icons #html
ADD COMMENT
Topic
Name
3+5 =