Convert SVG to PNG

Rasterize SVG vector artwork into a PNG image locally in your browser — handy for apps that don’t accept SVG. Transparency is preserved and nothing is uploaded.

Privacy-first: every image is processed locally in your browser. Nothing is uploaded, stored or transmitted to any server.

When vectors need to become pixels

SVG is code, not pixels — which is exactly why so many platforms reject it: marketplaces, social networks, document tools and CMSes often refuse SVG uploads for security and rendering reasons. Rasterizing to PNG turns the vector into a plain, safe image that uploads anywhere, with transparency preserved.

Sized intelligently, rendered locally

The converter reads the SVG’s intrinsic size (or viewBox), upscales tiny icons to at least 512px so they stay crisp, and caps huge artwork at 2048px so files stay sane. Rendering happens in your browser’s own SVG engine — the same one that displays the file — so what you see is exactly what you get, and nothing is uploaded.

Frequently asked questions

Which formats are supported?
You can convert to and from JPG, PNG, WebP, AVIF and BMP, and convert from HEIC/HEIF (iPhone photos). Browsers cannot create HEIC files, so HEIC is input-only. Output formats your browser cannot encode are detected and disabled automatically.
Can I convert HEIC to JPG?
Yes. Drop in a HEIC photo from an iPhone and choose JPG (or PNG/WebP). The HEIC file is decoded locally in your browser with a bundled decoder — it is never uploaded anywhere.
Is transparency preserved?
Yes, when converting to a format that supports an alpha channel (PNG, WebP, AVIF). For formats without transparency (JPG, BMP), you can pick a background color for transparent areas.
Is my image uploaded?
No. Conversion runs entirely in your browser — your images never touch a server.
What is AVIF and should I use it?
AVIF produces the smallest high-quality files. Encoding support varies by browser, so PixelVault enables it only when your browser can create AVIF files.
Can I convert many images at once?
Yes. Batch-convert a whole folder of images and export them together as a ZIP.