Convert SVG to PNG
Rasterize an SVG to PNG at any size. Paste the markup or drop a file, lock the aspect ratio, and export at 1x, 2x, 3x or 4x.
How to use
- Paste your SVG markup into the box, or switch to the Upload tab and drop an .svg file.
- Set the output width and height, or click 2x, 3x, or 4x to scale from the original size.
- Pick a transparent or white background, check the preview, then download the PNG.
Frequently asked questions
How do I convert an SVG to PNG without Illustrator?
Paste the markup or drop the file here, type the pixel size you want, and download. The browser rasterizes the vector on a canvas, so no design app and no upload is involved.
Will the PNG look blurry at 2x or 3x?
No. The multiplier resizes the canvas before drawing, so the vector is rasterized at the final resolution rather than upscaled after the fact. A 512×512 logo at 3x is a real 1536×1536 PNG.
Why does my SVG have no size?
An SVG with no width, height, or viewBox has no intrinsic size, and a browser draws it as a zero pixel image. The tool falls back to 512×512, tells you it did, and lets you type any size instead.
Can I keep the transparent background?
Yes, and that is the default. PNG carries an alpha channel, so anything the SVG leaves uncovered stays transparent. Switch to white when the target cannot handle alpha.
Last updated
Powered by maratool