Using Favicon Fetcher

Learn how to extract favicons from any website

1 min read

Favicon Fetcher is a tool that allows you to extract favicons from any website by simply entering its URL. This is useful for developers, designers, and content creators who need to reference website icons.

How to Use Favicon Fetcher

  • Enter the website URL in the input field (e.g., google.com)
  • Click the 'Get Favicons' button or press Enter
  • Wait for the tool to fetch all available favicons
  • View the results showing all found favicon sizes
  • Click on any icon to copy its embed code in HTML or Markdown format
  • Toggle between dark and light backgrounds to preview how the icon looks
16x16
32x32
48x48
96x96

Tips for Best Results

  • You don't need to include 'http://' or 'https://' in the URL
  • Some websites may have limited favicon options or no favicons at all
  • The tool automatically detects all available favicon sizes and formats
  • You can download all discovered favicons using the 'Download All Favicons' button
  • The embed code is ready to use in your HTML documents or markdown files

Frequently Asked Questions

How do I get a favicon from a website?+

Enter the site's URL (e.g. github.com) in the Favicon Fetcher. The tool requests the page, scans its HTML for <link rel="icon"> tags, and also checks /favicon.ico, then lists every icon size it finds.

Is favicon fetching free?+

Yes — single fetch, batch fetch, and the favicon generator are all free with no signup. You can also hotlink any icon through our favicon embed.

Can I embed a site's favicon directly in my page?+

Yes. Use the URL https://favicon.run/favicon?domain=example.com&sz=128 in an <img> tag. We serve and cache the icon, so you don't have to host it.

Ready to put it into practice?