Get Favicon from Website
Insert link below.
Insert link below.
A favicon (short for βfavorite iconβ) is the small icon displayed in browser tabs, bookmark lists, history entries, and search results. It is one of the most recognizable visual elements of a website, providing instant brand recognition even at tiny sizes. Favicons are typically square and served in multiple sizes to accommodate different contexts β from a 16Γ16 pixel tab icon to a 512Γ512 pixel app icon on mobile home screens.
While favicons are not a direct ranking factor, they play an important role in user experience and click-through rates. Google displays favicons in mobile search results next to the page title, making a well-designed favicon essential for standing out in SERPs. Sites without a favicon show a generic globe icon, which can reduce trust and lower click-through rates.
Modern browsers support several favicon sizes and formats. Providing multiple sizes ensures your icon looks sharp everywhere β from tiny tab icons to high-resolution displays and app launchers.
| Size | Usage |
|---|---|
| 16Γ16 | Browser tab icon (standard) |
| 32Γ32 | Browser tab icon (high-DPI), taskbar shortcut |
| 48Γ48 | Windows site icon |
| 64Γ64 | Windows site icon (high-DPI) |
| 128Γ128 | Chrome Web Store, large bookmarks |
| 180Γ180 | Apple Touch Icon (iOS home screen) |
| 192Γ192 | Android Chrome icon, PWA manifest |
| 256Γ256 | Opera Speed Dial, high-quality previews |
| 512Γ512 | PWA splash screen, Google search results |
Favicons can be served in several file formats. Each has trade-offs in terms of browser support, quality, and file size:
Adding a favicon requires placing the icon file on your server and referencing it in the <head> section of your HTML. The most common approach is to include multiple link tags for different sizes and formats:
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">For WordPress sites, most themes automatically handle favicon setup through the Customizer under Appearance β Customize β Site Identity. You upload a single high-resolution image (at least 512Γ512 pixels) and WordPress generates all the required sizes automatically.
prefers-color-scheme media query.This favicon extractor uses three public APIs to fetch favicon URLs for any domain. No server-side processing is required β all URLs are constructed client-side and images are loaded directly from the source.
Google's S2 Favicons API returns favicons at any size from 16 to 256 pixels. Google caches favicons for most indexed websites, making this one of the most reliable sources. The API automatically upscales small favicons to the requested size.
DuckDuckGo provides favicons in ICO format through their icons API. This is useful when you need the original .ico file rather than a PNG conversion. DuckDuckGo respects privacy and does not track requests to this endpoint.
Icon Horse is an open-source favicon service that returns high-quality icons in multiple sizes (64px, 192px, and 512px). It attempts to find the best available icon for a domain, including Apple Touch Icons and manifest icons that other services may miss.
If your favicon is not appearing, check that the <link> tag in your HTML <head> points to the correct file path. Browsers cache favicons aggressively β try clearing your browser cache or loading the site in an incognito window. Also verify the file is accessible by navigating directly to the favicon URL.
This usually happens when serving a low-resolution image (e.g., 16Γ16) that gets scaled up for high-DPI displays. Provide at least a 32Γ32 PNG alongside the 16Γ16 version, and consider adding larger sizes (64px, 128px) for contexts that need them.
Google has specific requirements for favicons in search results: the image must be a multiple of 48px (e.g., 48Γ48, 96Γ96, 144Γ144), the file must be crawlable (not blocked by robots.txt), and the image should be a visual representation of your brand. Google may take weeks to pick up a new or changed favicon.
Connect Massblogger with your favorite platforms to streamline content creation, transform videos into blogs, and publish effortlessly.
Transform YouTube videos into SEO-optimized blog posts.
Try itTurn Instagram Reels into evergreen blog content.
Try itTransform X posts and videos into SEO-optimized blog posts.
Try itTurn Facebook Reels, videos, and posts into evergreen blog content.
Try itTransform TikTok videos into SEO-optimized blog posts.
Try itSee how your meta tags appear in Google search results. Free SEO tool.
Try it