font-awesome 4.7 code example

Example 1: font awesome 4.7 cdn

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0=" crossorigin="anonymous" />

Example 2: fontawesome

Make sure to put this just before the </body> tag!

<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/js/all.min.js"></script>

Example 3: download font awesome icons

View the icons here:
https://fontawesome.com/icons?d=gallery

Download SVG files here:
https://github.com/FortAwesome/Font-Awesome/tree/master/svgs

Example 4: fontawesome 4.7 icon

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

Example 5: release icon font awesome

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

Example 6: font awesome 4

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

Tags: