how to but icon for your html page code example
Example 1: html set icon
<link rel="icon" href="http://example.com/favicon.png">
Example 2: 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>