Upload one image, get all 10 favicon sizes + manifest.json + HTML snippet
Every site needs a favicon. Modern sites need eight favicons for different platforms (browser tab, iOS home-screen, Android home-screen, desktop shortcut, PWA splash). Doing this by hand means opening an image editor 10 times. This tool generates every size from one source in 5 seconds and emits the HTML + manifest.json you paste into your <head>.
SVG is best — infinite resolution. If PNG, use 1024×1024 or 512×512 square; anything smaller scales up badly.
At the root of your site (e.g. next to your index.html). The HTML snippet references them from the root path.
Technically no, but modern browsers + iOS + Android all want different sizes and you avoid ugly fallbacks by shipping everything. Total payload is under 20 KB.
Not yet — modern browsers accept PNG natively, so favicon.ico is optional. The standard favicon-32x32.png served at the root works for most setups.
No — everything runs in your browser via canvas.