A real SVG document
The output carries a proper XML header, xmlns declarations, width, height and a viewBox that matches the raster — the shape design tools and icon pipelines expect.
Wrap PNG pixels in a scalable SVG container, in your browser.
Loading tool…
The tool is loading its code on your device. This happens once and is cached for later visits.
Processed entirely on your device
Overview
Convert PNG to SVG free online by embedding the raster in a clean SVG document with correct dimensions and viewBox. Honest about what it does — no fake tracing.
"PNG to SVG" searches usually end at tools that silently embed the raster and call it vectorisation, or at tracers that turn a photograph into fifty megabytes of wobbly paths. This page does the first one and admits it, because the embedded container is genuinely what most workflows need.
A well-formed SVG document: XML declaration, both xlink and plain href on the <image> element, width and height in pixels, and a viewBox that matches them. Browsers, Figma, Illustrator, Inkscape and every SVG-in-HTML pipeline accept it.
Editable paths. The pixels inside are untouched, so zooming in past 100% shows the same raster detail as the source PNG. True tracing — fitting Bézier outlines to shapes — is a research-grade problem that only works on flat, high-contrast artwork, and pretending otherwise produces SVGs that pixelate exactly like the PNG they came from.
Logos and line art that must stay crisp at any zoom should be redrawn in a vector editor, or traced there with manual cleanup. No browser tool replaces that step.
Step by step
Drop one or more PNG files onto the upload area, or click it to browse.
Press Convert to SVG — each image is measured and wrapped in a sized SVG document.
Check the result row for the embedded dimensions and the output size.
Download the .svg files; they open in browsers, Figma, Illustrator and Inkscape.
Why use it
What this tool is good for, and what it deliberately does not try to do.
The output carries a proper XML header, xmlns declarations, width, height and a viewBox that matches the raster — the shape design tools and icon pipelines expect.
True outline tracing is a research-grade problem. Tools that claim instant tracing produce wobbly paths; this tool embeds the pixels and says so plainly instead.
Because the SVG declares its own coordinate system, the embedded image scales with any layout, sprite system or <image>-friendly pipeline without dimension mismatches.
Questions
Short, honest answers about quality, limits and privacy.