The whole process happens inside your browser. Your image is never sent to a server, so even sensitive artwork stays private.
Two ways to convert
Vector trace redraws the shapes in your image as real SVG paths. It shines on logos, icons, line art and anything with flat colors, and the output can be recolored or scaled to any size with no loss of quality.
Embed raster wraps the original pixels inside an SVG container. Nothing is redrawn, so photos and detailed graphics keep every bit of detail. This mode is lossless and finishes almost instantly.
How to use it
Select the PNG you want to convert, then choose vector trace or embed raster depending on the artwork. Trace works best for a small number of solid colors, while embed suits photographs and screenshots.
When the SVG is ready you can download it right away. If the file is larger than you expected, run it through the built-in compressor with a single click.
When an SVG is the right choice
Vector files stay crisp at any resolution, which makes them ideal for responsive websites, print, and high density screens. A single SVG replaces a whole stack of PNG sizes.
For simple graphics an SVG is often smaller than the original PNG, and because it is text it compresses well, caches cleanly, and can be styled with CSS.
Getting the cleanest trace
Start from the highest quality PNG you have. A sharp source with clear edges gives the tracer well defined boundaries to follow, and the result needs far less cleanup.
If the trace looks too busy, reduce the number of colors in the original first. Fewer colors mean fewer paths, a smaller file, and a shape that is easier to edit later.
Frequently asked questions
Is the converter really free?
Yes. There are no limits, watermarks or sign ups. You can convert as many files as you like.
Are my files uploaded anywhere?
No. Conversion runs locally in your browser using JavaScript, so the image data stays on your machine.
Why does my traced photo look posterized?
Vector trace groups nearby colors into flat regions, which suits logos rather than photos. For a photograph choose the embed raster mode instead.
Can I recolor the traced SVG later?
Yes. Traced output is made of standard path elements, so you can edit fills in any vector editor or directly in the SVG code.
What size of PNG can I convert?
Any size your device can hold in memory. Larger images take a little longer to trace, and the tool scales very big files down for tracing to keep the output manageable.