SVG → PNG
Rasterizes SVG into PNG at the resolution and background you choose.
Rasterizes a vector SVG into a PNG at the resolution you choose. Pick a multiplier (1×, 2×, 4×, 8× of the SVG’s intrinsic size), enter a custom width (height auto-fits the aspect ratio), or set both dimensions independently. Background can be transparent, white, black, or any custom color. The SVG is rendered through the browser’s native engine — the same one that paints SVG when it appears as an HTML image — so scripts and event handlers inside the SVG do not execute, which keeps the tool safe for files from arbitrary sources. SVGs that reference external resources (image href=”https://…”, remote fonts, cross-origin stylesheets) trigger the browser’s tainted-canvas rule and cannot be saved — embed those resources as data: URLs first. Runs in the browser, the file never leaves your device.