Favicon Generator
Turn a logo or image into a complete favicon set — every standard size packaged as a downloadable zip, plus ready-to-paste HTML tags, entirely in your browser.
Drag & drop a logo or image
or
Common Use Cases
About Favicon Generator
Every website needs a favicon, but browsers, phones, and bookmark screens all expect it at different pixel dimensions — a single logo file dropped into an `<head>` tag isn't enough. This tool takes one uploaded image and produces every commonly used favicon size at once: 16×16 and 32×32 for browser tabs, 48×48 for Windows site icons, 180×180 for Apple's home-screen icon, and 192×192 and 512×512 for Android/Chrome and PWA manifests. Everything happens directly in your browser — nothing is ever uploaded anywhere.
Drop in a logo, icon, or square graphic and a live preview shows exactly how it'll look at each of the six sizes, so you can catch a design that turns illegible or loses its padding before you ever paste it onto a live site. Under the hood, each size is produced independently by drawing the source image onto its own appropriately-sized `<canvas>` using the browser's own high-quality image resampling — the same `createImageBitmap` → canvas → `toBlob` pipeline used by this site's other image tools — so a 512×512 icon isn't just a blown-up 16×16, and a 16×16 isn't a blurry downscale of something never actually rendered at that size.
Once you're happy with the preview, download every size at once as a single zip file (built client-side with JSZip, no server round-trip involved), each image named to match the filename browsers and manifest files expect (`favicon-16x16.png`, `apple-touch-icon.png`, `android-chrome-512x512.png`, and so on) so you can drop the whole folder straight into your site's root without renaming anything. Alongside the zip, the tool also generates the exact `<link>` tags your page's `<head>` needs to reference every size — copy the whole block with one click and paste it in, no manual lookup of which `rel`/`sizes` attribute pairs with which file required.
Because decoding, resizing, and zipping all run locally using APIs already built into your browser, your uploaded image is never transmitted, logged, or stored anywhere, even for a moment.
Frequently Asked Questions
Related Tools
View all Image ToolsDocument Scanner
Turn a phone photo of a document into a clean, straightened scan — rotate, fix the perspective, flatten the background, boost contrast, and download it as a PDF, all in your browser.
Image Compressor
Shrink a JPEG, PNG, or WebP image's file size with a live quality slider — see the before/after size and preview instantly, entirely in your browser.
Image Format Converter
Convert JPEG, PNG, WebP, GIF, and other images between formats — batch multiple files at once, entirely in your browser, with nothing ever uploaded.