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 the browser has captured the beforeinstallprompt event. Understand why your PWA is (or isn't) installable.
Build a complete Event structured data with performer, location, and dates. Get Google‑ready JSON‑LD for tickets.
Enter a URL and fetch its Twitter card meta tags. See a live preview of how the tweet will appear. Debug social sharing.
Check if a password appears in the Have I Been Pwned database using k‑Anonymity. Only the first 5 characters of the hash are sent.
Check which cipher suites a website supports and identify weak or outdated ones. Quick security audit from your browser.
Fetch a site’s HSTS header and validate its syntax, max‑age, and subdomain flags. Ensure your site enforce HTTPS.
Convert any PNG image into a proper .ico favicon file with multiple sizes embedded. For website icons. Local.
Paste any article and get a list of the most relevant keywords using a simple TF‑IDF‑like model. Skip stop words. All local.
Enter an API URL and quickly check its HTTP status code and response time. See response headers and body. Browser fetch.
Type any character and see how it renders in different font stacks. Detect missing glyphs and fallback behavior.
Enter a URL and get a one‑page report of titles, description, headings, image alts, and broken links. All from browser.
Look at HTTP headers and JavaScript objects to guess which browser extensions might be installed. For awareness.
Enter a package name and version range to see all satisfying versions from the registry. Understand ^ and ~.
Check if an IBAN has the correct length and structure for its country. Early validation, no bank connection.
Drop an image that might have wrong extension and see its real format (JPEG, PNG, WebP) based on header bytes.
Trace the full redirect path of a URL. See every hop, status code, and final destination. Detect broken chains.
Pick an emoji and convert it into a proper favicon .ico file for your website. No design skills needed. Instant download.
Paste your email body and subject, and get a spam score based on common trigger words and patterns. Improve your cold outreach.
Type a word to see all its homophones with definitions. Avoid embarrassing mistakes (their/there/they’re). Static dictionary.
Enter a year to check if it is a leap year. Shows the rule explanation and next/previous leap years. Simple reference.
Find out if a word is an isogram (no repeating letters). Different types: first-order, second-order. Word nerd fun.
Check if a word or phrase is a palindrome (reads same forward and backward). Live validation and fun facts.
Preview the Gravatar image associated with any email address. Generate the correct Gravatar URL. Handy for avatar debugging.
Check if a website is globally reachable or experiencing issues. Status code and latency displayed. Quick browser-side test.
Enter a URL and trace the full redirect chain, seeing each hop's status code and location. Identify unnecessary redirects. Client-side fetch.
Build a properly formatted robots.txt file with user-agent rules and sitemap location. Validate syntax in real time. Essential for webmasters.
Generate a standard XML sitemap for your website by entering a start URL. Crawls internal links directly from your browser. No server-side processing.
Enter a URL and see the full HTTP response headers returned by the server. Detect redirects and server type. Useful for SEO and web debugging.
Evaluate the strength of your passwords with a visual meter and detailed feedback. Check for length, complexity, and breached passwords. All analysis is client-side.