font awesome svg code example
Example 1: font awesome extract svg
Just get the ready svg icons from this github repo:
https://github.com/encharm/Font-Awesome-SVG-PNG/tree/master/black/svg
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: font awesome
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.13.0/css/all.css"
integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V"
crossorigin="anonymous"
/>
Example 4: font awesome extract svg
You can just download any Font-Awesome svg you need from their repo at Github
https://github.com/FortAwesome/Font-Awesome/tree/master/svgs