icon html code example
Example 1: html set icon
<link rel="icon" href="http://example.com/favicon.png">
Example 2: change font awesome icon size
<i class="fas fa-camera fa-xs"></i>
<i class="fas fa-camera fa-sm"></i>
<i class="fas fa-camera fa-lg"></i>
<i class="fas fa-camera fa-2x"></i>
<i class="fas fa-camera fa-3x"></i>
<i class="fas fa-camera fa-5x"></i>
<i class="fas fa-camera fa-7x"></i>
<i class="fas fa-camera fa-10x"></i>
Example 3: how to add an icon to your html website
<link rel="shortcut icon" href="http://sstatic.net/stackoverflow/img/favicon.ico">
Example 4: html icon
<link rel="shortcut icon" href="icon.ico" type="image/x-icon" />
Example 5: html icon
<link rel="shortcut icon" href="path to icon/name of icon.ico" type="image/x-icon" />
Example 6: how to add icons in html
<html>
<head>
<script src="https://kit.fontawesome.com/yourcode.js"></script>
<!--Get your code at fontawesome.com-->
</head>
<body>