SVG to ICO Converter

Build one .ico that contains every size you tick. Each size is rendered separately from the vector, so small icons stay crisp.

Loading the SVG to ICO tool…

Processed on your device. Files are never uploaded.

How to use the SVG to ICO tool

  1. Drop or paste an SVG (a square viewBox works best).

  2. Tick the sizes to include. 16, 32 and 48 cover favicon.ico; add 256 for Windows app icons.

  3. Download the .ico.

What is inside an ICO file

An .ico is a small container that holds several images of different sizes. The operating system or browser picks the closest one. SVGShift renders each size straight from your vector and stores it as PNG inside the ICO, which Windows Vista and later, and all modern browsers, understand.

Questions

Which sizes should a favicon.ico contain?

16×16, 32×32 and 48×48. Browsers use 16 and 32 in tabs and bookmarks; Windows uses 48 for shortcuts.

My SVG is not square.

It will be centred on a transparent square canvas so it is not stretched.

Do I still need favicon.ico in 2026?

Most browsers accept an SVG favicon, but some tools, crawlers and older browsers request /favicon.ico directly. A small ICO alongside your SVG is still best practice; the favicon generator builds the full set.