Windows Icons

How to Get the Favicon from Any Website

Leena Taylor Paul By Updated August 16, 2026 9 min read
Quick Answer

Most favicons are one address away. Type the site's domain followed by /favicon.ico and the classic fallback file loads right in the browser, ready to save. When that address is empty, the page source lists the real icon files in its link tags. The Univik ICO Converter does the whole hunt for you, paste a website address into Open Website Favicon and it pulls the icon with every size inside.

You are writing documentation, mocking up a design or building a bookmark board, and you need a site's little icon as a file. There is no download button for it, but the icon is public, your browser fetches it on every visit. This guide covers the three ways to grab it, from the ten second trick to the method that works when a site buries its icon three folders deep on an asset server.

The hunt, in order
Try the rootdomain/favicon.ico empty? Read the sourcelink tags in the head Open and savelargest file wins
Two lookups cover nearly every site, and the biggest declared file is the one worth saving

The Ten Second favicon.ico Trick

Browsers have checked one address for decades when a page does not say where its icon lives, the file named favicon.ico at the root of the site. That convention is why the fallback still sits there on a huge share of the web, as the current favicon implementation guides still recommend.

  1. Build the addressTake the site's domain and add /favicon.ico to the end, nothing else in between.
  2. Open itPaste the address into the browser. If the file exists, the icon renders right in the tab.
  3. Save itRight click the image and save it. The file lands as a real .ico on your disk.
  4. Convert if neededAn .ico is a container, not a plain image. Export the size you want as a PNG when a document or design tool needs it.

When the Root File is Missing, Read the Page Source

The root file is only the fallback, and plenty of modern sites skip it entirely. Their icons are declared in the page's head instead, one link tag per file, covering the tab icon, the Apple touch icon and the manifest icons for installable apps, the same family of files the favicon size references describe.

  1. Open the sourceRight click the page and choose View page source or press Ctrl U.
  2. Search for iconPress Ctrl F and search the word icon. The matches cluster in the head section near the top.
  3. Pick a fileEach link tag names a file and its size. A 512 or an apple touch icon at 180 beats the tiny tab file for quality.
  4. Open and saveClick or copy the address, open it and save the file the same way as before.
Relative addresses need the domain

A link tag address that starts with a slash is relative to the site, so put the domain in front of it before opening. An address that starts with https is complete as it stands.

Paste the Address, Get Every Size

The manual hunt has a faster version. The Univik ICO Converter has an Open Website Favicon option that takes a site address, finds the favicon and opens it like any other icon file, with every size it carries laid out in the grid. From there any frame exports as a clean transparent PNG, or the whole set saves at once. No source reading, no address rebuilding, no browser save dialogs.

The same tool solves the after problem too. A saved .ico is still a container, and the step of getting a normal image out of it is exactly what the ICO to PNG guide walks through.

One address in, the whole favicon out

Paste any website address into Univik and get its favicon opened with every size inside, ready to export as PNG for docs, decks and designs.

Free Download See All Features

Which of the Site's Icons to Take

A site rarely has just one icon file, and they differ a lot in usefulness once saved.

Root favicon.ico
Small sizes only, made for browser tabs. Fine for a bookmark board, too small for a slide or a design.
Apple touch icon
A 180 pixel PNG made for phone home screens. A solid middle choice that most sites carry.
Manifest icons
The 192 and 512 pixel PNGs behind installable sites. The 512 is the best quality copy a site publishes.

So the order runs large to small. Take the 512 manifest icon when it exists, fall back to the 180 Apple touch icon, and keep the root .ico for when the small tab art is genuinely all you need.

The Cases That Refuse to Cooperate

A few sites resist every trick above, and knowing why saves the frustration. Some serve their icons from a separate asset domain, so the address in the link tag points somewhere unexpected but still opens fine. Some ship only an SVG icon, which saves as a vector file rather than a pixel image and converts cleanly at any size. And a handful block direct file requests from outside the page, in which case the browser's developer tools network tab shows the icon arriving and lets you save it from the response. Online fetcher services like favicon.im will also hand you a copy on a one off basis, though they commonly return the small default rather than the full size set.

A favicon is a company's logo at small size, and grabbing the file does not grab the rights to it. Using a site's icon to reference that site, in documentation, a comparison table or an internal deck, is ordinary practice. Presenting it as your own branding or baking it into a product crosses into trademark territory. The wider question of reusing icons you did not draw is taken up in the guide to whether extracted icons are legal to use.

Grabbing Ideas for Your Own Site

Half the people saving favicons are building one of their own and want to study how good sites do it. Two guides carry that project from here. The full set of files a modern site needs, and the sizes each one wants, is mapped in the favicon sizes guide. And turning your own logo into the root .ico is the exact job covered in converting a PNG to a real ICO.

What You End Up Holding

Depending on the site and the route, the saved file is an ICO, a PNG or an SVG, and each behaves differently afterward. The PNG is ready for anything immediately. The SVG scales forever and opens in design tools directly. The ICO needs one unpacking step first, since it is a container of sizes rather than a picture, and the container itself is documented on the ICO file extension page with its PNG counterpart on the PNG file extension page.

Frequently Asked Questions

Try the site's address with favicon.ico added at the root first, since that is the classic location browsers check. If nothing loads there, view the page source and search for icon inside the head section. The link tags there name the icon files the site actually uses, and opening one of those addresses shows the file itself.

Because the root file is only the fallback. Plenty of modern sites skip it and declare their icons through link tags or a web app manifest instead, and some store the files on a separate asset server. When the root address comes back empty, the page source is where the real icon locations live.

It depends on the site. The root file is an ICO container that can hold several sizes of the icon in one file. Icons declared in link tags are commonly PNG, and some sites ship an SVG. An ICO needs one more unpacking step to become a normal image you can drop into a document or design tool.

Check the link tags for a size marked 512 or an apple touch icon at 180 pixels, since those beat the tiny tab icon by a wide margin. Sites with an installable app almost always carry a 192 and a 512 pixel icon in their manifest. The root ICO tops out much smaller, so it is the last place to look for a large copy.

Downloading it to look at is one thing, and reusing it is another. A favicon is a logo, and logos carry trademark and copyright protection. Referencing a company's icon in a how to guide or internal document is normal practice, while shipping it as your own branding is not. When in doubt, ask the owner.

Yes. If it came down as a PNG or SVG it already is one. If it came down as an ICO, open it in an icon tool and export the size you want as a PNG. The Univik ICO Converter opens a favicon straight from a website address and saves any of the sizes inside as a clean transparent PNG.
Leena Taylor Paul

Written and maintained by Leena Taylor Paul and the Univik team, developers of Windows data conversion and recovery software since 2013. The Open Website Favicon feature came from watching how many odd places sites actually stash their icons, and this guide is the field notes from building it. Last verified August 2026. Site icon refusing to show itself? Contact our support team.