Format guide
SVG
Scalable Vector Graphics
SVG describes images as math (paths, shapes, fills) instead of pixels. The result scales to any size without losing sharpness, perfect for logos, icons, and UI graphics. SVG files are XML text, which means they can be edited in any text editor and styled with CSS. Browsers render SVG natively; for rasterized output (PNG/JPG) you can convert.
How to open a SVG file
Every browser displays SVG inline. Vector editors (Illustrator, Affinity Designer, Inkscape, Figma) edit them. Any text editor can open the underlying XML.
Primary use
Logos, icons, illustrations, and any graphic that needs to scale crisply.
Convert SVG to other formats
Looking for something else? Browse the full list of 192 converters.