Convertto
Free online PNG → SVG converter. Drop a file, download the result.
What happens when you convert PNG to SVG
PNG is a lossless format with full alpha transparency — ideal for screenshots, logos, and artwork with sharp edges, at the cost of larger files for photos. SVG stores shapes and curves rather than a grid of pixels, so it stays sharp at any size and is usually tiny for flat artwork. Getting there from a photo or screenshot means tracing, which redraws the image as approximate colour regions.
- The usual reason to be here: a flat PNG logo traces to a small SVG that stays sharp at any size. A photographic PNG will produce a large file that looks worse than what you started with.
- Tracing redraws the picture as flat colour shapes. It works best on logos, icons, and flat illustrations with clean edges, and worst on photographs, gradients, and soft shadows.
- The result approximates the source rather than copying it. Fine detail, noise, and subtle gradients are simplified away, and the shapes will not line up perfectly with the original.
- Very large images are scaled down before tracing. The output is resolution-independent, so this does not limit how big you can render the result.
- Transparent areas are left unpainted rather than traced into shapes, so a cut-out logo stays cut out.
- EXIF metadata, including GPS coordinates, is dropped. Orientation is applied first, so the image stays the right way up.
- The file is converted in memory and streamed straight back — nothing is written to disk or saved to an account.
Frequently asked questions
Is converting PNG to SVG free?+
Yes — free, no watermark, and no account required. Signing in raises the per-file size limit and is the only reason you would need one.
Do you store the images I convert?+
No. Conversion happens in memory during the request and the result is streamed back to your browser. The file never touches our disks or database, and there is nothing to delete afterwards.
Will my PNG look good as an SVG?+
If it is a logo, icon, or flat illustration with clean edges, usually yes — and it will then scale to any size without blurring. If it is a photograph, or has gradients and soft shadows, no: tracing turns smooth tone into dozens of flat bands, which looks worse than the PNG you started with and produces a much larger file. There is no setting that fixes this; it is what tracing does.
Is there a limit on file size?+
Guests get a smaller per-file limit than signed-in accounts. If a file is rejected as too large, signing in is usually enough to get it through.
Why is my SVG larger than the PNG?+
Every distinct colour region in the source becomes its own path, so a detailed or noisy image can produce thousands of them. A flat logo usually traces to a file far smaller than the PNG; a photograph will go the other way. If the result is huge, that is a sign the image was not a good candidate for tracing.