SVG to PNG Converter
Choose an SVG to download a PNG snapshot. Linked webfonts that are not installed locally will fall back or disappear.
Drop a SVG file here, or choose one. It is not uploaded.
Part of Image converters
Rasterize SVG with the browser’s renderer
The SVG is drawn to a canvas and exported as PNG. Fonts referenced by the SVG must be installed (or bundled as data URIs) on this device—otherwise text falls back or vanishes. External images in the SVG may be blocked by the canvas origin rules.
Favicons and social previews
Use a square SVG and then PNG to ICO if you need a favicon package. For photos, start from PNG/JPEG, not SVG. Scaling up a tiny SVG is fine; scaling a tiny raster is not this tool’s job.
Scripts and security
SVG can contain script. This converter rasterizes; it is not a sanitizer for embedding untrusted SVG on a site. Files stay local.
Frequently asked questions
Why is my text missing in the PNG?
The SVG used a font this browser does not have. Convert text to outlines in a vector app, or install the font.
Can I pick the PNG pixel size?
Output size follows the SVG viewport and any on-page size control, capped so huge rasters cannot crash the tab.
Will filters and masks work?
Many SVG filters rasterize; some effects differ by browser engine. Check the PNG.