font awesome icons 4.7 code example

Example 1: fontawesome 4.7 icon

<i class="fa fa-facebook" aria-hidden="true"></i>

Example 2: release icon font awesome

<i class="fa fa-rocket" aria-hidden="true"></i>

Example 3: font awesome css

<span style="font-size: 3em; color: Tomato;">
  <i class="fas fa-camera"></i>
</span>

<span style="font-size: 48px; color: Dodgerblue;">
  <i class="fas fa-camera"></i>
</span>

<span style="font-size: 3rem;">
  <span style="color: Mediumslateblue;">
  <i class="fas fa-camera"></i>
  </span>
</span>

Example 4: font awesome fa

Posting random icons in grepper doesn't make sense guys, you need the 
visuals on the page

Tags:

Css Example