Convert SVG to ICO
Drop an SVG logo or mark and download an .ico favicon. The SVG is rendered to pixels and written as an icon, which is what browsers and Windows expect for a traditional favicon.ico.
Because ICO is raster, the result is fixed-resolution rather than scalable. The SVG is rasterized at the size implied by its width, height, or viewBox, then the icon is capped so its longest side is at most 256px. If the SVG has no intrinsic size, it falls back to a default canvas, so set an explicit square size for predictable output.
Get a clean favicon
- Use a square viewBox so the icon stays centered and balanced.
- Keep it bold. A favicon renders as small as
16px; thin strokes and small text vanish. - Transparency carries through, so a cutout mark stays clean on any tab color.
Batch and privacy
Convert several marks at once and use Download all as ZIP for the set. Rasterizing and ICO encoding run in your browser; nothing is uploaded.