The word "favicon" comes from "favourite icon" — it was originally designed to appear when someone bookmarked a website in the early days of Internet Explorer. Since then, browsers have expanded where favicons appear, and they have become one of the small but visible signals that distinguishes a professionally built website from something thrown together quickly.
If your website does not have a favicon, visitors see a small grey square or a generic browser icon in their tab. It is a minor thing in isolation, but combined with other small signals — slow loading, stock photography, generic fonts — it contributes to an impression of a business that has not invested much thought in its online presence.
Where Favicons Appear
People think of favicons as just the browser tab icon, but they appear in more places than that:
- Browser tabs. The most visible placement. When someone has multiple tabs open, your favicon helps them find your page quickly without reading each tab title.
- Bookmarks. When someone saves your website to their bookmarks or favourites, the favicon appears next to the bookmark name. A recognisable icon makes your bookmark easy to spot.
- Browser history. Your favicon appears next to your page title in the browser's history list.
- Home screen shortcuts on phones. When a visitor uses "Add to Home Screen" on their phone, the favicon becomes the icon that appears on their phone's home screen alongside their apps. A well-designed favicon at the right size looks like a proper app icon.
- Search results. Google now shows favicons in mobile search results next to each result's web address. A recognisable favicon reinforces your brand at the point where someone is deciding whether to click your result.
What Makes a Good Favicon
The main challenge with favicons is size. They are displayed at very small dimensions — typically 16 by 16 pixels or 32 by 32 pixels. At that scale, most logos become unreadable. A detailed illustration, a business name in full, or a complex graphic will all blur into an unrecognisable smear.
What works well is a simplified version of your brand mark — often just an initial, a symbol, or an icon that represents your business. If your logo is your business name written out, the common approach is to take just the first letter or letters and turn that into the favicon. It should be recognisable as yours without containing more detail than tiny dimensions can support.
A favicon works when you can recognise it in a row of twenty other browser tabs. That requires simplicity — one letter, one symbol, or a bold minimal shape.
The file itself is usually a square image saved as either an ICO file (the traditional format) or as an SVG file (a modern, infinitely scalable format that many browsers now prefer). For best compatibility, professional websites often include both.
How to Check Whether Your Site Has a Favicon
Open your website in a browser and look at the tab. If you see your logo or a letter representing your brand, you have a favicon. If you see a small grey square, a broken image icon, or just the browser's generic page icon, you do not.
You can also check in your browser's address bar — many browsers show the favicon there too. And if you search for your website name on Google from a phone, you can see whether a favicon appears in the search results next to your URL.
How to Get a Favicon for Your Website
If your website was built on a platform like Wix, Squarespace, or WordPress, adding a favicon is usually found in the site settings under something like "Branding" or "Identity". You upload a square image — ideally your logo or a simplified version of it — and the platform handles the rest.
If your website is hand-coded, a favicon is added via a line of HTML in the head of each page:
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
The file itself needs to be created. If you have a logo, a graphic designer or a tool like Figma can create a simplified version sized appropriately. There are also free online tools that will convert an image into the correct formats — searching for "favicon generator" will find several. The result should be a clean square image that reads clearly at very small sizes.
Does a Favicon Affect Google Rankings?
Not directly. Google does not use the presence or absence of a favicon as a ranking signal. However, having a favicon does affect how your site appears in Google search results on mobile — a missing or broken favicon shows a generic grey icon next to your URL, while a well-designed one shows your brand mark. Given that search results are a first impression, and first impressions affect click-through rates, it is reasonable to treat a favicon as one of the small things that contributes to a professional result.
More practically, a favicon is one of those details that is immediately visible to anyone who looks at your website. It is not a big deal on its own — but getting all the small details right signals a level of care and professionalism that matters to potential customers. If you are currently relying on a Facebook page as your online presence, having a website instead of a Facebook page puts those details — including the favicon — firmly under your own control.