font aweoms 5 icons code example
Example 1: fa icons
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
Example 2: 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 -->