favicon.ico Generator

Icon

HTML5 Tag
Created: 13 years ago
From: Tomu
License: Creative Commons, no attribution
ZoomOriginal

How to add the favicon to your page ?

  • Download favicon
  • Put the favicon.ico file into your webserver directory
  • If it's not in the root directory, add this HTML snippet between the <head> ... </head> tags of the page:
  • Replace YOUR_PATH with the correct paths

- or -

  • Add this HTML snippet between the <head> ... </head> tags of the page. The whole image file is already included in the HTML. There is no need to upload the favicon.ico file. This works in all browsers except Internet Explorer.
Levi (8 years ago)
To refresh your site's favicon you can force browsers to download a new version using the link tag and a querystring on your filename. This is especially helpful in production environments to make sure your users get the update. <link rel="shortcut icon" href="http://www.yoursite.com/favicon.ico?v=2" />
astr.cyn (10 years ago)
How to remove it? Please it's stuck on my webpage


© 2024 Xoron GmbH - Home - About us - Privacy - Terms and Conditions - Contact