favicon maker code example
Example 1: favicon HTML
<link rel="icon" href="yourIcon.png" type="image/png">
Example 2: html favicon
<link rel="shortcut icon" type="image/png" href="http://example.com/favicon.png"/>
Example 3: make favicon transparent
This website can generate transparent favicon.ico from transparent png pictures.
https://favicomatic.com/
Example 4: favicon generator
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">