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
0 answers

Favicon is not appearing on firefox browser for Angular js templates

Here is my code snippet how I am including the favicon in my personal website which was built with Angular JS. With this code, the favicon is appearing on Chrome and IE…
0
votes
1 answer

Favicon.ico can't show up in the Chrome

Something werid happens to me, I am going to build my personal website, put favicon.ico in the header.html, like below: And clean up the history records of the browser, Firefox shows the icon, but…
Tangoo
  • 1,329
  • 4
  • 14
  • 34
0
votes
1 answer

Adding Favicon is causing css not to minify

I need to add a favicon to the application website. It works perfectly in dev environment with non minified css. But as soon as I move to test environment, the added app/favicon.ico is failing compression of css and henceforth breaking UI. I am…
siddhi
  • 1
  • 1
0
votes
0 answers

favicon not displaying in IE in Production

The favicon is shown perfectly in all version of IE in UAT. But once the application pushed to Production, the favicon is not showing in all the version of IE. The source file used is the same. Below are some of the methods I've tried but the…
Quincy
  • 11
  • 3
0
votes
0 answers

Showing favicon on page in IE

I have a page whereby a user uploads a favicon (.ico) icon, and then I show the icon to the user embedded on the page. To do this, I am using the typical image tag with the path to the .ico file. This works perfectly fine in Chrome & Firefox,…
user1809790
  • 1,349
  • 5
  • 24
  • 53
0
votes
1 answer

prevent favicon.ico from downloading

I want to view favicon.ico in the browser but not download them to my computer. How do I enforce that? punch line I have an app that is supposed to display favicons given a url. The app is successful only when the favicon.ico would display in…
learner
  • 11,490
  • 26
  • 97
  • 169
0
votes
1 answer

HTML Website icon / favicon

What's best for a favicon for my website, .png or .ico? What's the difference, browser-crossing and compatibility? Tell me everything please, I wanna know what's best. Also I'd like to know if it's the same if I use an image 16x16 or if I use it…
user3390335
0
votes
1 answer

How to reduce ico container size?

Icon sets keep coming out huge, is this standard? The files within the ico container are very small. Is there anything I can do to reduce the file size of the icon set? icoconvert.com -- multi-image to one icon, 6 very small files, ico came out to…
0
votes
1 answer

Play Framework [2.4.x] calling a favicon.ico file from a submodule

This is follow on to this question: Play Framework [2.4.x] how to address public assets in a sub module's routing file How does one address a favicon as it appears the browser needs to see it as a file in the ROOT directory of the site and you can;t…
Techmag
  • 1,383
  • 13
  • 24
0
votes
1 answer

Spring @RequestMapping("/favicon.ico") does not work when requested from index.html

I used to get mapping not found for favicon.ico so decided to deal with it. Easiest thing for me was to add an action to a controller method,@RequestMapping("/favicon.ico"). I no longer get these complaints ( although I don't request favicon.ico…
mjs
  • 21,431
  • 31
  • 118
  • 200
0
votes
2 answers

Favicon displaying without being set

I have a rails-backbone application in which there is a file favicon.ico inside /public/images directory. I have searched my entire codebase but have not found a single instance where this image is being referred. But this image is set on the top…
Gagan93
  • 1,826
  • 2
  • 25
  • 38
0
votes
1 answer

Website thumbnail on other websites

I just added my personal website http://oatmeeel.com/ to my Linkedin. It appears that there is no thumbnail/icon showing on my LinkedIn (https://ca.linkedin.com/pub/oat-wongsajjathiti/63/55b/967) How do I add some sort of an image (like favicon) to…
0
votes
1 answer

favicon not loading simple implementation

I have looked over pretty simple implementations of how to implement a favicon. The following code is on the landing page of my website: Strangely the icon is not loading, am…
Max
  • 2,072
  • 5
  • 26
  • 42
0
votes
1 answer

Wordpress favicon hack

A wordpress site of mine got hacked and there appears to be a favicon left by the hacker. I cannot see it anywhere in the theme, there is no shortcut line in the header
0
votes
1 answer

Change Disqus Icon / favicon

I have been trying for several weeks to change the icon of Disqus. I mean the favicon, is possibile? screenshot: http://prntscr.com/8cbxom
user5060975
1 2 3
99
100