0
arrow_backBack to Toolbox

Toolbox

SVG to PNG

Free online SVG to PNG converter that exports SVG files or pasted SVG text to PNG locally in your browser, with transparent background, white background, and scale controls.

加载工具…

Local, No Uploads

File reading, SVG parsing, rasterization, and PNG export all happen in the current browser. Your SVG never leaves your browser, which is useful for icons, logos, illustrations, and design exports.

Open Source Direction

The default renderer uses the open source canvg project from GitHub to render SVG into Canvas before exporting PNG. It is steadier for icons, viewBox sizing, paths, and common styles; the browser-native renderer remains available for quick comparison or simple SVGs.

Best for Self-Contained SVG

Inline styles, paths, shapes, text, and viewBox-based SVGs work well. SVGs that depend on external images, remote fonts, or scripts may not export completely because of browser security rules.

FAQ

Is my SVG uploaded?

No. Reading, previewing, and exporting the PNG all happen locally in your browser.

Why avoid server-side upload conversion?

SVG files often contain logos, icons, or unreleased design work. Local conversion is simpler and avoids privacy and waiting-time problems.

How is the PNG size chosen?

The tool uses SVG width and height first, then viewBox, then falls back to 512 x 512 before applying your export scale.