Is this SVG to PNG converter free?
Yes. It is a free online SVG to PNG converter that runs in your browser with no signup and nothing uploaded.
Can I export the PNG at a larger size?
Yes. Set the output width or scale before exporting. Since SVG is a vector, you can turn it into a PNG at high resolution without losing sharpness.
Can I keep a transparent background?
Yes. Leave the background on transparent to export a PNG with alpha, which is ideal for logos and overlays.
Can I paste raw SVG code instead of uploading?
Yes. Both file upload and pasted SVG markup are supported, so you can convert code copied straight from an editor.
What width should I export at?
Pick the largest size the image will actually be displayed at, then double it if it will appear on a retina screen. For an in-page illustration displayed at 600 CSS pixels, 1200 is the honest ceiling. Going beyond that adds bytes without adding visible sharpness.
Why does my exported PNG look bigger or smaller than expected?
The output width you set is used literally, and the height is computed from the SVG's natural aspect ratio. If the SVG has no width, height, or viewBox, the tool assumes a 512 by 512 natural size, so a scale of 2 produces 1024 by 1024. Add a viewBox to the source to make the geometry predictable.
Can I keep the transparent background?
Yes. Leave the Background control on Transparent and the PNG keeps its alpha channel. Switch to White, Black, or a custom hex only when the destination cannot handle transparency, such as a print PDF or a marketplace listing that composites on an unknown color.
Do my files get uploaded?
No. The SVG is rendered to a canvas inside your browser and the PNG is produced from that canvas. Nothing leaves the tab, so unreleased logos and client artwork are safe to drop here.
Why does my gradient or filter look different in the PNG?
The SVG is rendered with a canvas-based renderer, not the browser's native SVG engine. Common fills, strokes, and gradients render faithfully, but exotic filter chains and blend modes can differ. Preview the result panel before you download and fall back to a screenshot if a filter does not survive.