Includes: 16x16, 24x24, 32x32, 48x48, 64x64
Convert SVG vector icons to ICO format favicons. The generated ICO file contains multiple sizes for different use cases.
Sizes: 16×16 (browser tab), 32×32 (Windows taskbar), 48×48 (desktop shortcut), 64×64 (HiDPI).
ICO is the Windows icon format that can store multiple sizes in one file. PNG holds a single image. Modern browsers support both, but ICO has better legacy compatibility.
Place the file as favicon.ico in your root directory, or add <link rel="icon" type="image/x-icon" href="/favicon.ico"> to your HTML.
Yes. Transparent areas in the source SVG are preserved in the ICO. For best results at small sizes, use simple solid-color icons.