fa font awesome code example
Example 1: fontawsome
<link rel="stylesheet" href="path/to/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<script src="https://kit.fontawesome.com/8aec3381bb.js" crossorigin="anonymous"></script>
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: fa icons
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
Example 4: release icon font awesome
<i class="fa fa-rocket" aria-hidden="true"></i>
Example 5: fontawesome
<i class="fa fa-facebook" aria-hidden="true"></i>
Example 6: fontawesome
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>