get favicon from web code example
Example 1: how to set favicon
<link rel="shortcut icon" type="image/jpg" href="/favicon.jpg"/>
Example 2: what is favicon.ico
Favicon.ico is the icon that gets shown on the left side of the tab of a web page.
To have one in your domain, just save one favicon.ico in your root folder.