Check out example codes for "html favicon". It will help you in understanding the concepts better.
Code Example 1
<link rel="icon" href="image.jpg" type="image/jpg">
Code Example 2
<link rel="shortcut icon" type="image/png" href="http://example.com/favicon.png"/>
Code Example 3
<head>
<title>Webpage</title>
<link rel="icon" type="image/gif/png" href="favicon.png">
</head>
Code Example 4
<link rel="shortcut icon" type="image" href="./favicons/examplefavicon.ico" />
Code Example 5
<link rel="icon" href="yourIcon.png" type="image/png">
Code Example 6
<link rel="icon" type="image/png" href="/favicon.png"/>
<link rel="icon" type="image/png" href="https://example.com/favicon.png"/>
Learn ReactJs, React Native from akashmittal.com