Use this CDN link in your HTML(This only has the free icons of Font Awesome :)
<head>
<link rel="stylesheet" href="https://fontawesome.com/releases/v5.15/css/all.css"/>
</head>
<body>
<i class="fab fa-google"></i>
</body>
<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 -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css">
<i class="fa fa-check-circle-o" aria-hidden="true"></i>
<i class="fa fa-address-book" aria-hidden="true"></i>
<i class="fa fa-check-circle-o" aria-hidden="true"></i>
<i class="fa fa-check-circle-o" aria-hidden="true"></i>
<i class="fa fa-chevron-right" aria-hidden="true"></i>
<i class="fa fa-check-circle-o" aria-hidden="true"></i>
<i class="fa fa-check-circle-o" aria-hidden="true"></i>
<i class="fa fa-check-circle-o" aria-hidden="true"></i>
<i class="fa fa-hand-pointer-o" aria-hidden="true"></i>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
</head>
<body>
<i class='fas fa-greater-than'></i>
</body>
</html>
<i class="fa fa-check-circle-o" aria-hidden="true"></i>
<i class="fa fa-check-circle-o" aria-hidden="true"></i>
Code Example |
---|
Html :: html5 datalist |
Html :: html scale svg |
Html :: html vs htm |
Html :: array in html form |
Html :: html text content new line |
Html :: theme colur in html |
Html :: css image slideshow |
Html :: html form templates |
Html :: html image size 50 percent |
Html :: color de las letras en html |
Html :: button inside input |
Html :: view html file linux terminal |
Html :: bootstrap 4 accordion |
Html :: img tag html |
Html :: html make range bar show value |
Html :: delete html |
Html :: links in html |
Html :: html form element disabled readonly |
Html :: meta tag checker |
Html :: variables in url_for flask jinja |
Html :: ng for |
Html :: how to add image in html from a folder |
Html :: selenium click not working |
Html :: how to make multiple pages html |
Html :: boostrap input tag |
Html :: iphone disable zoom on select |
Html :: password protect html page |
Html :: nav bar activate in jinja |
Html :: bootstrap hamburger |
Html :: icon for instagram in bootstrap |