Rasterize SVG vectors to PNG
Click or drop an SVG file here
SVG to PNG rasterizes a vector SVG file into a PNG image at the exact pixel width and height you specify, entirely in your browser using the canvas element — your file is never uploaded to a server. Transparency in the SVG is preserved in the PNG output.
What is the maximum file size I can convert?
There's no fixed size limit — processing happens locally, and SVG files are typically small text-based files anyway.
Will the conversion maintain transparency?
Yes, PNG supports transparency, and any transparent areas in your SVG carry over to the output.
Can I convert multiple SVG files at once?
No, only one file can be converted at a time — there's no batch upload.
Can I set a DPI or background color for the output?
No, you only set pixel width and height — there's no DPI or background color option.