Check out example codes for "favicon for html page". It will help you in understanding the concepts better.
Code Example 1
<link rel="icon" type="image/png" href="/favicon.png"/>
<link rel="icon" type="image/png" href="https://example.com/favicon.png"/>
Code Example 2
<link rel="icon" href="yourIcon.png" type="image/png">
Code Example 3
<link rel="icon" href="image.jpg" type="image/jpg">
Code Example 4
<link rel="shortcut icon" type="image/png" href="Link to the image"/>
Learn ReactJs, React Native from akashmittal.com