Step 1: Add your PNG files using the button above or by carry and plop.
Step 2: Click the 'Convert' button to start the conversion.
Step 3: Pull your converted SVG files.
PNG to SVG Conversion FAQ
Can any PNG image be turned into a clean SVG vector?
+
Honestly, no. Tracing works beautifully on flat artwork — logos, icons, silhouettes, line drawings, screenshots of solid shapes. It works badly on photographs, because PNG is lossless DEFLATE with a full 8-bit alpha channel and optional 16-bit depth, so it never degrades on re-save but gets large on photographic content and a photo has no clean edges to follow; the tracer emits thousands of tiny paths that are larger and uglier than the original.
How does PNG to SVG tracing actually work?
+
The tracer quantises your PNG into a small number of colour regions, finds the boundary of each region, and fits Bezier curves along those boundaries. The result is real SVG geometry — paths and fills, not a pixel image wrapped in XML.
Will the SVG look identical to my PNG?
+
Close, not identical. Curve fitting smooths jagged pixel edges, which usually looks better on a logo and worse on a texture. Expect small colour merges where two similar shades were adjacent in the PNG.
How do I get the best trace out of my PNG?
+
Feed it the highest-resolution, least-compressed PNG you have, with high contrast and as few colours as possible. Remove JPEG artefacts and dithering first if you can — the tracer treats compression noise as real edges and faithfully vectorises it.
How many colours will the SVG have?
+
You choose. Fewer colours give simpler, smaller, more editable SVG output; more colours track the PNG more closely at the cost of path count. Two to eight colours is the sweet spot for a logo.
Can I edit the SVG afterwards in Illustrator or Inkscape?
+
Yes — the output is plain SVG geometry, so every path is selectable, recolourable and reshapeable in any vector editor. That is usually the whole point of tracing: recovering an editable logo when only a flat PNG survived.
Will text in my PNG come out as editable text?
+
No. Text that was flattened into the PNG is now pixels, and tracing turns those pixels into outlines that merely look like letters. To get real text back you would retype it in a vector editor and match the font.
Does transparency in the PNG carry through?
+
Transparent regions are simply left unfilled in the SVG, which is the vector equivalent. Semi-transparent pixels are approximated to the nearest opaque fill or dropped, since a traced region has one flat fill rather than a per-pixel alpha value.
Why is my SVG file huge?
+
Too many colours or a noisy source. Every distinct region becomes a path, so a photographic PNG can produce tens of thousands of them. Reduce the colour count and pre-clean the PNG, or accept that this particular image is not a vectorisation candidate.
Is tracing PNG to SVG lossless?
+
No — it is a reinterpretation, not a conversion. Pixels are approximated by curves. That is why it improves scalability (the SVG is now resolution-independent) while never being pixel-faithful to the PNG.
Can I batch-trace many PNG files?
+
Yes, with the same settings applied to each. Because tracing quality is so source-dependent, review the batch afterwards — settings tuned for one logo can be wrong for another.
Is my PNG private during tracing?
+
Yes — files are processed in isolated workers and deleted within minutes of completion. Nothing is stored, reviewed or reused. See /privacy/ for the retention window.