# Favicon Generator

> Generate favicon PNGs at 16, 32, 48, and 180 px from any image.

URL: https://uttir.com/favicon-generator
Categories: image-tools
Privacy: Your image is processed locally in your browser and never uploaded.

## About

A favicon needs several sizes to look crisp everywhere: 16 and 32 px for browser tabs, 48 px for Windows, and 180 px for Apple touch icons. This tool renders all four from a single source image so you can download exactly what your site needs.

A square source image produces the best results; non-square images are scaled to fit each square canvas.

## How to use

1. **Choose a square-ish image** — Your logo or icon works well.
2. **Download each size** — 16, 32, 48, and 180 px PNGs are generated.

## FAQ

### Which sizes do I actually need?

A 32x32 ICO for legacy browsers, a 180x180 apple-touch-icon.png for iOS, and a 192x192 + 512x512 PNG for Android. Modern browsers prefer the SVG version. The tool generates all of these from one source image.

### Can I use an SVG as the source?

Yes. SVG is the preferred modern source because it scales without quality loss. The tool rasterizes the SVG to each output size.

### Where do I put the generated files?

Drop the favicon.ico in your site root, the apple-touch-icon.png in the root too, and add the <link rel="icon"> and <link rel="apple-touch-icon"> tags in your HTML <head>.

## Related tools

- [Image Resizer](https://uttir.com/image-resizer) — Resize images to exact pixel dimensions with optional aspect-ratio lock.
- [Image to Base64](https://uttir.com/image-to-base64) — Turn a small image into a Base64 data URL you can paste into HTML or CSS.

---

For the full HTML page with the live tool, visit https://uttir.com/favicon-generator.
This file is the markdown rendering at https://uttir.com/favicon-generator.md. See https://uttir.com/llms.txt for a site-wide summary.
