Renaming the file is not converting
Changing a file's name from logo.png to logo.svg does not change what is inside it. The bytes are still a PNG, so a program that expects SVG code finds none.
An SVG that carries the PNG inside an <image> element is not a vector either. It opens like an SVG, but the picture is still a grid of pixels: it blurs when enlarged, and a vector editor or cutting machine cannot select a single shape in it. A real conversion traces the picture, rebuilding each area of color as a closed path. How to tell a real vector from a wrapped PNG.
Convert a PNG to SVG with png2svg.art
- Upload a PNG, JPG or WebP of up to 25 MB on the converter. Images over 2048 px on the long side are scaled down to that before tracing.
- Choose a preset: Standard (starts at 8 colors), Cricut / Vinyl (starts at 4 colors, removes the background and merges shapes too narrow to cut), Line art / Stencil (always 2 tones) or Detailed artwork (starts at 16 colors).
- Set Colors, up to (2 to 24) to the number of colors you can see. It is a ceiling: flat artwork keeps only the colors it really has.
- Keep Smooth curves on. Turn on Remove background if the image sits on a plain backdrop you do not want in the SVG.
- Check the whole result in the preview, watermarked and free with no sign-up (5 previews a day as a guest). Change the settings and re-trace until it looks right.
- Unlock the clean SVG for 1 credit (1 free with an account; sign-in is with Google), then download it or open it in the SVG editor.
The SVG has one filled path per color. Transparent areas of a PNG or WebP stay transparent, and every result is checked to contain vector paths only, with no embedded bitmap.
Convert a PNG to SVG in Inkscape
Inkscape is a free, open-source desktop vector editor. Its Trace Bitmap tool works like this:
- Open the PNG, or bring it in with File > Import, and select it with the Selector tool.
- Choose Path > Trace Bitmap (Shift+Alt+B).
- For a one-color silhouette, choose Single scan with Brightness cutoff. For a color trace, choose Multiple scans with Colors and set the number of scans; that mode also offers Remove background. Multiple scans creates a separate object for each scan.
- Click Update to preview the result, then Apply to create the paths.
- The trace is placed on top of the bitmap. Move it aside with the Selector tool, check it, and delete the bitmap.
- Save with File > Save As… and choose Plain SVG, which leaves out Inkscape's own editing data.
Convert a PNG to SVG in Adobe Illustrator
Illustrator is paid software from Adobe. Its Image Trace feature works like this:
- Choose File > Place to bring the PNG into a document, and select it.
- Open Window > Image Trace.
- Pick a preset, for example one of the color-count presets or Black and White Logo. For a black-and-white trace, Ignore White leaves the white areas out of the result.
- Click Expand in the Control or Properties panel. That turns the trace into editable paths, grouped together; after expanding, you can no longer change the trace options.
- Choose File > Export > Export As… and pick SVG as the format.
If you skip Expand, the trace stays a tracing object rather than ordinary paths, so expand before you export.
Turn a PNG into cut lines in Cricut Design Space
If the only goal is a cut on a Cricut machine, Design Space can use the PNG itself:
- Choose Upload and open the PNG or JPG.
- Remove the background with the Select and Erase tools.
- Choose Single Layer for a one-color cut, or Flat Graphic for Print Then Cut, then name the image and upload it.
Cricut renames these options from time to time, so the labels on your screen may differ a little. Turning a flat image into several color layers with Convert to Layers needs a Cricut Access subscription. An SVG with one path per color, such as a png2svg.art trace, uploads as a grouped image whose layers you can ungroup: see PNG to SVG for Cricut and Silhouette.
Which route to use
| Route | Good when | Keep in mind |
|---|---|---|
| png2svg.art | Multi-color logos and flat art, traced online with no install | The watermarked preview is free; a clean SVG costs 1 credit |
| Inkscape | You want a free desktop tool, and to tune the trace or edit nodes | There are more settings to learn |
| Adobe Illustrator | You already use it | Expand the trace before you export |
| Cricut Design Space | The only goal is a one-color cut or Print Then Cut | You get cut lines inside Design Space, not an SVG file |
Questions
Does converting keep a transparent background?
In png2svg.art, yes for PNG and WebP: only pixels more than half opaque are traced, so transparent areas stay transparent and the SVG has no background rectangle. A JPG has no transparency; turn on Remove background to leave a plain backdrop out. More in Does PNG to SVG keep a transparent background?
Can I keep the colors?
Up to 24 flat colors, one path per color. Shading and gradients are reduced to flat bands of color. How many colors a traced SVG should have.
Can I convert PNG to SVG without losing quality?
Tracing redraws the image rather than converting it losslessly. Flat logos and icons come back very close to the original and then scale without blur. Photos and gradients lose detail, because they are reduced to at most 24 flat colors. Tracing cannot add detail that a small PNG lacks.
Is it free?
In png2svg.art, the watermarked preview is free with no sign-up, and a clean SVG costs 1 credit (1 free with an account). Inkscape is free software; Illustrator is paid.