Convert SVG to PNG

Rasterise logos and icons on your device, transparency intact.

Nothing is uploaded Works offline Open source No limits, no watermark
Drop SVG files hereor click to choose files. Batches welcome.
    Working…

    Done

    Your files are processed on this device and never sent to a server. Reload the page to clear everything from memory.

    SVG is a vector format: a set of drawing instructions rather than pixels. Many places still require a pixel image (PNG), including social profile uploads, some presentation tools, and app store listings. This page renders the SVG with your browser’s own vector engine and saves the pixels as PNG.

    The output size follows the width and height declared inside the SVG. If your SVG has only a viewBox and no size, the browser picks a default that may be small; set explicit dimensions in the file for a large export. Transparency is preserved. SVGs that load external fonts or images may render without them, because the converter does not fetch anything on your behalf.

    How it works

    1. Drop your SVG files onto the page, or tap to pick them. Batches are fine.
    2. There are no quality settings: PNG is lossless, so the output matches the decoded image exactly.
    3. Download each PNG, or all of them as one zip.

    In your browser, not on a server

    Your browser already knows how to decode JPG, PNG, WebP, AVIF and SVG. Stayput draws each image onto an off-screen canvas and asks the browser to encode it again in the format you picked. HEIC input goes through the libheif WebAssembly decoder, and JPEG XL (or AVIF, in a browser without native support) through the Squoosh decoders compiled to WebAssembly, fetched once as program files and cached. Nothing here needs a server because nothing here is beyond what a browser can do on its own.

    Compared with upload-based tools: Online converters upload your image, convert it on their machine and hand it back through an ad-covered download page. This does the same conversion with the same codecs, on your device, in less time than the upload.

    Verify it yourself. Load this page, turn off Wi-Fi or switch to airplane mode, and run the tool. Or open your browser's developer tools (F12, or Cmd-Option-I on a Mac), pick the Network tab, and watch it while you convert. The panel above does the same count for you.

    Questions

    How do I get a bigger PNG?

    The export size comes from the SVG’s own width and height attributes. Edit the file to set, for example, width="2048" height="2048" and convert again. Because it is vector, there is no loss in doing so.

    Is the background transparent?

    Yes, unless the SVG itself draws a background. PNG keeps the transparency.

    Can the SVG run scripts or load remote files?

    No. The SVG is rendered as an image, which disables scripts and external resources. That is also why an SVG relying on a web font may render with a fallback font.

    More image tools

    Other conversions

    Guides