Favicons are an important component of the website interface, which also plays an important role in advanced web applications and is shown at the top of web browser.
This component is a kind of visiting card, so it should be created in the same style as the site. The main function of such branded icons is to visualize the website’s main functions in one little image. In addition, the icon should be relevant and clear: the user should immediately understand what is drawn on it, and it also has to be memorable.
Design Favicon in Adobe Illustrator
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
An ICO file is a special image file use by the browser. The unique feature of an ICO file is that it is multilayered. Each layer of the favicon holds a different size of the image. The common sizes for a ICO formatted favicon are 16x16px, 32x32px, and 48x48px.
For best compatibility web browsers can leverage the ICO file generated by the favicon generator. The browsers will use the different sizes for displaying in different areas of the website such as the bookmarks bar, the address bar, the browser tab, and as a desktop shortcut.