A favicon is a small logo that appears in the address bar of the browser. Favicons appear next to the name of the website at the edge of the site's browser tab or in the bookmarks list.

A Favicon gives your website a distinctive look and increases its recognition value. Your customers or visitors will instantly recognise your site through a memorable favicon even if they have long lists of bookmarks.
In order to achieve the best possible recognition, the favicon should be based on your logo and coordinate with your website's colour scheme.

Manually Create a Favicon for Another System

  • Create the desired icon or logo in 16x16 pixels or 32x32 pixels .
    The Favicon Generator will help you.
  • Save this image in ICO format under the name favicon.ico.
  • Upload the file via FTP to the main directory of your website.
  • Add this code to the <head> section of your website:

    <link rel="icon" href="/favicon.ico" type="image/x-icon" />
    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />