Private SVG to PNG converter

Convert SVG to PNG at the size you need

Turn a logo, icon, chart, or illustration into a transparent PNG. Choose the raster width first so a viewBox-only SVG does not fall back to an arbitrary browser size.

Runs locally in your browserSee all tools
SVG privacyRemove SVG metadata before publishingRemove SVG <metadata> elements and XML comments locally while preserving vector content and accessibility text.Open metadata remover

Choose the right format

A predictable PNG from scalable vector artwork

The SVG is rendered as an image at your chosen dimensions. Source markup and metadata are not copied into the new PNG.

You choose the pixel width

The height follows the SVG aspect ratio automatically. Files with only a viewBox start at a useful 1024 px long edge instead of a browser-specific fallback size.

Transparency and sharp edges survive

PNG keeps transparent areas and uses lossless storage, making it a practical result for logos, icons, diagrams, and interface graphics.

Rendered in the browser's image sandbox

SVG scripts do not run when the file is loaded as an image. Files that need an external image or font are rejected instead of producing an incomplete export.

Conversion questions

SVG to PNG converter FAQ

What PNG size should I choose?

Choose the pixel width needed by the app or website where the PNG will be used. For high-density displays, exporting at twice the displayed width is a sensible starting point.

Will SVG text look exactly the same?

Only if the same font is available or embedded in the SVG. Text can render differently when the file names a font that is not installed on this device.

Can an SVG script run during conversion?

No. The browser loads the SVG through its image pipeline, where scripts do not execute. This converter also rejects external image and font resources.

Is my SVG uploaded anywhere?

No. Inspection, rendering, conversion, preview, and download all stay inside your browser.