fontawesome.com 4 icons code example
Example 1: font awesome icons link
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
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>