Add Your Website Icon to the Browser Tab

The little icon that shows up in each web page’s browser tab is called a “favicon”.  Adding this tiny detail really gives your website a professional appearance in the browser.  Here’s how to do it.

favicons
Favicons in a browser

If You’re Using WordPress…

WordPress provides a way to specify the favicon. Log into your site and go to Appearance -> Customize.

Then click on Site Identity and click on the logo area. There, you can specify an image to be your logo.

WordPress recommends it be at least 250px by 250px wide because it also uses it as your iOS button logo. Just keep in mind that it will be shrunken down to 16px by 16px in the browser tab.

If the logo is not square, WordPress will let you crop it right in the admin.

After you specify the image, save, and you’re done!

If You Have FTP Access to Your Site…

Alternatively, if you’re not using WordPress and you are able to FTP to your server, you can place your favicon image in the root and add one line of code to the <head> portion of the pages to specify it.

You’ll need to generate the artwork.  Keep in mind that it will be reduced to a 16 x 16-pixel square, so it can’t be too detailed.  To allow for higher resolutions in the future, I generate it as a 32 x 32-pixel image.  The browser will reduce it as needed.  Create your icon and save it as a .png file, then FTP it up to the root of your site.

Add the Head Code

Since I wrote this article in 2012, the browser makers have standardized and now you just need one snippet of code and one icon file type. The following piece of code in the <head> section of your site will work for the latest versions of all major browsers now:

<link rel="shortcut icon" href="http://www.yoursite.com/your_favicon.png" type="image/x-icon" />

Substitute the path to your 32 by 32 pixel.png image path inside the href.

One Important Caveat

Note that all browsers employ caching when it comes to images, including the icon image.  So, when you’re testing this you’ll need to clear your browser cache whenever you change the icon.

Hope this helps! – Brian

Shares

Please Leave a Question or Comment

Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

45 Comments
Inline Feedbacks
View all comments
Yossi David
Yossi David
3 years ago

Is there a way to change the browser tab icon for a website that I am visiting (i.e not my website)? I regularly visit two websites that display the same icon, and it is confusing, so I’d like a way to tell my browser to substitute one of them with something else. Can it be done?

Sam
Sam
4 years ago

hey, how do you make it your own image? just checking, cos it either nothing or the purple star..

Jeanette
Jeanette
5 years ago

so using this code in Dreamweaver it doesn’t show up when doing the preview in browser. Will it only work when it is uploaded to the server?

John
5 years ago

Hi Brian,

Just wondering why your name is in the line of HTML when I use https://www.convertico.com/.

Are you hosting the image for the favicon?

Thanks,

John

radhakrishna
6 years ago

Hi,

I am adding custom image when I get session time out to web browser tab using $(“link[rel*=’icon’]”).attr(“href”, “/test/images/iamIconError.png”);

when I click on OK button it should restore the default web browser icon but it is not working.
I am using $(“link[rel*=’icon’]”).attr(“href”, “”);

Could you please tell me the fix?

When I click on clear browser history it is working.

John
John
7 years ago

I’m a total novice when it comes to HTML. If I don’t have the icon stored on a website, but rather on my desktop, can I just substitute the file path name for the website?

Brian Shim
7 years ago
Reply to  John

Hi John,

Unfortunately, no. You have to upload that file from your computer to a server that is connected to the Internet. Usually that is done with an FTP program, or through your hosting provider’s website.

Best,
Brian

Anonymous
Anonymous
7 years ago

Thanks, it worked perfectly!

sheetal
8 years ago

How to fix icon on browser

Dilshan
8 years ago

Thank you. It works perfect..

zazu774
8 years ago

Hi

My problem is, I have tried everything I could get to change the ico on the browser but nothing. The current browser ico is http://www.afrihost.co.za and I have my ico already fixed and designed and uploaded to but, again, nothing.

http://www.newbirthministries.co.za
The website is a project of mine that I’m currently working on, I have till the end of the June to complete.

zazu774
8 years ago
Reply to  zazu774

I finally GOT IT!!! Thanks Brian, I just hope it works on all browsers.

Dickson
8 years ago

Thanks Brian my favicon showed up on firefox one more question how do i customize a name of my site or name of a my site pages to appear on the browser alongside with the favicon image,instead of this appearing http://www.mysite.com.

grfg
8 years ago

Its working

Rhonda Tet;ey
9 years ago

Hi Brian, new to websites, does this need to be live for the icon to show up?

Rhonda Tet;ey
9 years ago
Reply to  Rhonda Tet;ey

Hi Brian, thank you for your help and yes its working.

Lexer
Lexer
9 years ago

The 4th line seems to have an excess ‘>’ which caused an additional line with that character appearing on top of my header banner image. Deleted it and problem was fixed. Many thanks! this works for all current versions of chrome, firefox, and IE at the time of posting this comment. Also noticed .ico seems to work with IE now.

jomari balbalosa
jomari balbalosa
9 years ago

Thanks you! it works. :)

Guruprit singh
9 years ago

Thank U so much.