Sanitized rendering
Scripts, embedded HTML, event handlers, JavaScript URLs, and remote references are removed before the SVG is rendered.
Image tools · Format conversion
Render a sanitized SVG as a PNG locally, with optional pixel dimensions for the output.
Convert on your device
The practical guide
SVG is ideal for scalable vectors; PNG is useful where software needs a fixed-size bitmap or does not accept SVG.
Scripts, embedded HTML, event handlers, JavaScript URLs, and remote references are removed before the SVG is rendered.
Enable output dimensions to rasterize at the exact width you need while preserving the original aspect ratio.
External fonts, remote images, unsupported filters, and removed active content can make the PNG differ from the source.
Privacy by architecture
The selected files, inputs, settings, and outputs are processed in this page and are not uploaded to any server.
Questions, answered
No. The selected image is decoded and re-encoded inside this browser tab. The file and output are not uploaded to any server.
No. PNG has fixed pixel dimensions, so choose a size appropriate for its intended display.
No. Remote references are removed to keep processing local and avoid unexpected network requests.