SVG to PNG Converter
Rasterise SVG files at any resolution — 1×, 2×, 4× or custom px. Batch-ready, no uploads.
Best for designers exporting icon sets or SVG assets as PNG for apps, documents, or platforms that reject SVG.
Drop files here
or click to browse · paste from clipboard
Accepts .SVG · Up to 1,000 files
How it works
Drop your files
Drag and drop, click to browse, or paste from clipboard. Up to 1,000 files at once.
Choose settings
Adjust quality, format, and other options to match your needs.
Click Convert
Everything runs in your browser via WebAssembly. SVG to PNG Converter happens locally — no server involved.
Download
Download files individually or grab all at once as a ZIP.
Frequently asked questions
No. Conversion uses your browser's built-in Canvas API entirely on your device — no data is sent to any server. The SVG is rendered locally inside a canvas element, and the resulting PNG is generated in memory in your browser. ConvertYard's servers only deliver the tool's code; they never see your files.
The PNG resolution is determined by the scale multiplier or the custom width you set. A 24×24px SVG at 2× scale outputs a 48×48px PNG. Unlike raster-to-raster conversions, SVG-to-PNG never introduces blur or interpolation artifacts — the vector renders at pixel-perfect sharpness at whatever size you choose.
2× is the standard for retina and high-DPI screens. If your SVG is 24×24px, 2× outputs 48×48px — displayed at 24×24px in the browser, it looks sharp on all screens. For app store submissions, use the Custom Width field to hit exact required dimensions (e.g. 1024px for Apple App Store).
Yes, by default. PNG supports alpha transparency, and the Transparent background toggle is on by default. Turn it off and specify a fill colour if you need a solid-background PNG.
SVGs referencing external fonts (Google Fonts, system fonts by name) may fall back to a different font in the Canvas rendering environment. For reliable text rendering, embed the font in the SVG as base64 data, or convert text to outlines in your design tool before exporting.