Vectorize with clear limits
The browser samples the image into colored SVG rectangles, which keeps the result editable and honest.
png to svg
Turn raster artwork into editable SVG rectangles in the browser. This works best for flat logos, icons, pixel art, and line art rather than photos.
png to svg tool
Upload a PNG and create a simple editable SVG mosaic.
Ready
The browser samples the image into colored SVG rectangles, which keeps the result editable and honest.
Compare the vector result before saving the SVG file.
High-contrast icons, logos, and flat graphics produce cleaner SVG than photographs.
Flat source artwork can become a simple editable SVG mosaic.
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 160 96" role="img"><title>Check badge</title><rect width="160" height="96" rx="14" fill="#0e7c66"/><path d="M39 55l18 18 64-64" fill="none" stroke="white" stroke-width="10" stroke-linecap="round" stroke-linejoin="round"/></svg>
No. Raster images do not contain vector paths, so this creates an approximate editable SVG.
Simple logos, line art, icons, and pixel graphics work better than photos.