SVG converter

Runs entirely in your browser using canvas — nothing is uploaded.

SVG → PNG / JPG

Raster image → SVG

This embeds your image inside an SVG wrapper (a valid SVG that scales as a container, useful for icon pipelines that expect .svg) — it does not trace shapes into true vector paths. For real vectorization, use a dedicated tracing tool.

What is SVG converter?

SVG (vector) and raster formats like PNG serve different purposes — SVG scales infinitely without quality loss, while raster formats are needed wherever vector isn't supported (like most photo contexts).

How to use it

SVG to PNG/JPG rasterizes a vector image at your chosen scale, entirely in your browser. Raster to SVG wraps an image inside an SVG container — a genuinely useful trick for pipelines that expect .svg, though it's an embed, not true vector tracing.

Example

An SVG icon rendered at 2x scale produces a crisp PNG at double the original pixel dimensions.