I know that a similar question has been asked before (Use Font Awesome Icon As Favicon) but it doesn't address my question: How can you display a favicon using the embed code from your kit?
<head>
<meta charset="utf-8">
<title> Home </title>
<script src="https://kit.fontawesome.com/1111111111.js" crossorigin="anonymous"></script>
</head>
Aside from the <script>
tag, what do I do with <i class="fa-solid fa-house"></i>
in the head to display the favicon?