Use PNG to SVG - free
Frequently asked questions
Does this turn my image into actual vector shapes?
No. It embeds your image as image data inside an SVG file. True vector tracing needs specialised software and is not something this lightweight tool attempts.
Is transparency preserved?
Yes, the PNG’s alpha channel is preserved inside the embedded image data.
Will the resulting file be larger than the original PNG?
Slightly, since the image data is base64-encoded inside the SVG XML, which adds some overhead.