Upload a .jpg file to convert it to a favicon!
Choose a file to upload:

How to use favicon on your website?

You can easily create the favicon from the above tool now save this files in your host and follw the simple way to implement it:

  1. First of all upload the generated file ("favicon.ico") into your website. Verify it's there by typing http://yoursitename.com/favicon.ico in the browser's location or where ever you upload the favicon file.
  2. Secondly, insert the below code in the HEAD section of your pages, below <meta> tags and above <body> tag.
    <link rel="shortcut icon" href="/favicon.ico">
    
    
    Note:Don't forget to place the currect url of your favicon image
  3. All done have fun! Your favicon image will apprear in most of the browser.If not then try to refresh the page again.