Questions tagged [favicon]

An icon associated with particular website. It is often displayed in a web browser in address field (usually left to the URL), on tab bar, or in bookmarks.

A favicon is an icon associated with a particular website. It is often displayed in a web browser in the address field (usually left of the URL), on a tab bar, or in bookmarks.

Originally, favicons had a size of 16x16 pixels, though now they can be larger. How large the favicon is depends on the user agent. Favicons were introduced by Internet Explorer 5, which was using those small graphics for ed websites. Bookmarked websites were called favorites in IE5, which led to the name "favicon".

Favicons were originaly produced in format, but now they can use other types of image files (ie. or ). The benefit of using ".ico" files is that these can hold images in multiple sizes (usually 16x16, 32x32 and 48x48 pixels) for different contexts such as in the browser or on the desktop.

Favicons help give a website identity. They are often a scaled-down version of a website logo.

1781 questions
0
votes
1 answer

Fav icon is getting cached

I am writing a java script code which is going to change the fav icons for webpages. I am able to do it successfully for most of the webpages a/c to situation. But the webpages which doesn't have fav icons are caching the fav icon my code is setting…
SHASHA
  • 90
  • 1
  • 12
0
votes
1 answer

Putting robots.txt, favicon and other files to another directory

I have my own directory for static files and that's why I want to move my favicon, robots.txt, sitemap and other files of the same sort to it. Therefore, these files will be accessible not as my_website.com/robots.txt, my_website.com/favicon.ico,…
Sojo
  • 5,455
  • 3
  • 10
  • 11
0
votes
3 answers

What are the valid favicon types for IE10+?

By type I mean file extension. My favicon works for FF, Chrome, and Safari, and someone suggested in might be the favicon type that is causing the issue. More generally is there a good resource online that would give me this information? I am more…
john doe
  • 1
  • 1
0
votes
0 answers

How to load a favicon from Amazon AWS CDN?

I have built my web app using AngularJS and it loads various microsites for displaying different content that all have a different fav icon. I am using a Amazon AWS CDN to host all images, and fav icons since we do not want to store the fav icons in…
0
votes
3 answers

Favicon is not working in google chrome on my site

I am currently working on this site I am trying to set favicon but it is not working on google chrome. I found some questions related to this topic but none of that solved my issue. I have tried to use png image like,
Nick
  • 40
  • 6
0
votes
0 answers

How to prevent favicon href from changing by triggering onchange event?

We have a favicon on page head (). If someone changes the icon dynamically via Javascript, is there a way to catch this event? (In order to prevent the favicon from changing?)
Tal
  • 1,773
  • 4
  • 18
  • 20
0
votes
1 answer

How do i read the favicon of an webpage in Java?

I want to find a way to read the favicon of a webpage and pass it to an Image in my program. So far I've created these methods that read the webpage, find the line favicon (or the first .ico file) and then isolate the url. Finally i read the image…
nick zoum
  • 7,216
  • 7
  • 36
  • 80
0
votes
4 answers

Google chrome doesnt load favicon

I opened Chrome's developers tools and it doesn't load my favicon at all when I looked for it at networks tab. Here is my code:
0
votes
2 answers

Chrome isn't displaying the favicon of my tumblr blog?

It works perfectly fine on Firefox, it even moves as it's supposed to, seeing it's a gif and I added the appropriate coding. I've been at this for three hours and I couldn't find a fix. The only thing that I've managed to do is make it stop showing…
0
votes
1 answer

Favicon Only Works with IP

EDIT:Solved, had to restart Firefox twice for some odd reason. Note: I use firefox on my main computer. I made a favicon recently for my website, so I put it into the root directory as "favicon.ico" as you would usually do. I refreshed my page, and…
SpecialBomb
  • 137
  • 1
  • 8
0
votes
2 answers

Which favicon does Chrome use on iOS?

I have used the online tool RealFaviconGenerator to generate the favicons for my website, to support a variety of devices and browsers. Most of my favicons have a transparent background, except for the apple-touch-icons as iOS adds a black…
Tarun
  • 631
  • 7
  • 19
0
votes
0 answers

Django 1.9 icone in admin panel not displayed

after install django 1.9 my admin panel not displayed icones; Exemple
0
votes
2 answers

Re-get icon for website

I am using PHP to set my favicon by using "> This will work properly on Firefox but not on Chrome. How can I get Chrome to reget the icon whenever the icon is…
0
votes
1 answer

favicon working in all browsers except Google Chrome

I am generating the favicon programatically from ASP.NET using C# which works fine in all browsers except for Chrome. I'm passing the page to the method SetFavIcon and setting it using HtmlLink class which is forms part of the…
tech-dev
  • 139
  • 7
0
votes
2 answers

Favicon not displaying in Chrome (Rails-based page)

I've had a look at other solutions proposed to other similar questions on StackOverflow and I can't seem to get my favicon to display for my Rails page in Chrome (at least on the desktop, it works for Chrome on my iPad weirdly). I've tried having it…
Amir
  • 281
  • 5
  • 15