SVG to PNG Converter
Convert SVG vector files to PNG at a chosen size, in your browser.
Drop an SVG here
Choose an SVG file or drop it here. It is rasterized in your browser and never uploaded.
Recommended next steps
Related tools
Strip EXIF and location data from images, locally in your browser.
Create a QR code from any text or link and download it as PNG or SVG.
Estimate text tokens and rough AI API costs before running a prompt.
Frequently asked questions
No. The SVG is rendered to a PNG entirely in your browser using the Canvas API. The file never leaves your device and nothing is sent to a server.
You choose. The tool reads the SVG's intrinsic width and height (or its viewBox) to fill in defaults, then lets you set any width and height up to 8192 px per side, or pick a 1×, 2×, or 4× scale. Lock the aspect ratio to scale both sides together.
Yes. The SVG is drawn onto a transparent canvas, so any transparent areas in the source SVG stay transparent in the exported PNG. If your SVG has a solid background rectangle, that color is kept.
Browsers rasterize SVGs in a sandbox, so external resources won't load: embedded fonts may fall back to a default, and images or stylesheets referenced by an external URL are skipped. Inline your styles, fonts, and images in the SVG for an exact match.
Last updated 2026-06-23.