Favicon Converter - Online Image to .ico & Multi-size
Upload a logo and generate a pack of favicon sizes plus a .ico file. All conversion in your browser.
UD5 Toolkit
Instantly check, preview, and download any website's favicon in all available sizes
We'll scan multiple sources including standard favicon.ico, Apple Touch Icons, and Google's favicon cache
favicon.ico – 16×16, 32×32 (classic format, max compatibility)favicon-32x32.png – 32×32 PNGfavicon-16x16.png – 16×16 PNGapple-touch-icon.png – 180×180 PNG (for iOS Safari, Android Chrome)icon-192x192.png – for PWA manifesticon-512x512.png – for PWA manifest/favicon.ico, /apple-touch-icon.png, and other common paths on the target domain.google.com/s2/favicons) to retrieve icons at 16px, 32px, 64px, 128px, and 256px sizes.<head> includes <link rel="icon" href="/favicon.ico">..ico or .png. Avoid .svg as the only favicon (Safari doesn't support it well).apple-touch-icon.png) is a larger icon (recommended 180×180 pixels) used when users add your website to their home screen on iOS devices (iPhone, iPad). It also appears in Safari's tab overview and Apple Watch. Yes, you absolutely need one. Without it, iOS uses a low-quality screenshot of your page, which looks unprofessional. Android Chrome also uses this icon for the "Add to Home Screen" prompt. Place a 180×180 PNG at your site root named apple-touch-icon.png and add the link tag for best results.
<head> section:
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<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">
Place the icon files in your website's root directory. For most CMS platforms (WordPress, Shopify, Wix), there are dedicated settings to upload your favicon without editing code.
<link rel="icon" type="image/svg+xml" href="/favicon.svg">. SVG favicons are resolution-independent and lightweight. However, Safari (both macOS and iOS) does not support SVG favicons as of 2024. Therefore, always provide a fallback .ico or .png favicon. The recommended approach: use an SVG as the primary icon with a PNG fallback using the sizes="any" attribute for the SVG link tag.
favicon.ico?v=2) to force cache refresh.
/assets/img/favicon.ico) specified in a <link> tag, our direct URL check might miss it. Google's cached service usually catches these cases.Upload a logo and generate a pack of favicon sizes plus a .ico file. All conversion in your browser.
Check if a website is globally reachable or experiencing issues. Status code and latency displayed. Quick browser-side test.
Enter a URL and fetch its text/background colors to perform a bulk contrast check. See warnings for WCAG violations.
Preview the Gravatar image associated with any email address. Generate the correct Gravatar URL. Handy for avatar debugging.
Upload multiple icon images and merge them into a single sprite sheet. Get the CSS background-position code. Optimize web performance.
Enter a URL and extract the font stacks and web font URLs used on that page. Quick typography research.
Connect a gamepad and see all button presses and axis movements visually. Check that every input is detected correctly.
Add web content to the device’s content index (like Google Discover). See the indexed items and delete them.
Test the Web Share API by sharing text, links, and files directly from the browser. Check compatibility and see example code.
Measure your internet connection speed by downloading and uploading a small test file. Works from your browser.
Detect browser support for font‑tech() and font‑format() values in @font‑face src. Check COLRv1, variable, etc.
Enter a URL and get a one‑page report of titles, description, headings, image alts, and broken links. All from browser.
Layer gradients and images and blend them with background‑blend‑mode. Create hero sections. Copy CSS.
Find out if a word is an isogram (no repeating letters). Different types: first-order, second-order. Word nerd fun.
Check if the browser has captured the beforeinstallprompt event. Understand why your PWA is (or isn't) installable.
Paste or write a CSS gradient value and instantly see the rendered output. Debug and iterate on gradients quickly. Local preview.
Check if the current page can be loaded offline by examining the service worker cache. Developer tool for PWAs.
Adjust a brightness threshold slider and see the live vector trace of an image. Export as SVG. Potrace‑style.
Test the Fullscreen API: request fullscreen on a colored div, detect changes, and copy the JavaScript boilerplate.
Visually create beautiful linear and radial gradients. Get the CSS code instantly. Copy the code or export as image. Perfect for web designers.
Compare font‑display values (block, swap, fallback, optional) on the fly. See how text renders during web font load. Choose the right strategy.
Inject dynamic messages into ARIA live regions and monitor how they trigger screen reader announcements. Debug a11y.
Generate a random, completely fake analytics dashboard snippet. 'Bounce rate: 98% from Mars.' Geeky humor.
Practice CSS selectors by targeting plates on a virtual restaurant table. 30+ levels. Perfect for beginners.
Apply an emboss filter to your photo. Choose direction and depth. Gives a 3D carved stone look. Pure canvas.
Click moving targets as fast as possible. Score time and accuracy. Fun benchmark.
Type text and set a gradient, then check contrast against a solid background. Ensure readability.
Simulate a PWA receiving shared text, links, and images. Test the Web Share Target API without a server.
Place bold text over an image and apply mix‑blend‑mode: screen, multiply, etc. Create stunning hero sections. Download preview.
Test the Content Indexing API to add a page to the device's content feed. See how your PWA integrates with the OS.