en

SVG to PNG

Convert SVG vectors to PNG locally - you pick the pixel width, transparency is preserved. No upload, right in your browser.

Width (px)

Your files

    Running locally on your device ...

    0%

    Your files never left your device

      Is my file uploaded?

      No. Everything runs in your browser - your file never leaves your device. How this is verifiable

      No upload100% local
      Your content stays with youno third-party access
      Servers in GermanyGDPR by design
      Independently auditedTLS A+ · HTTP headers A+

      SVG is a vector format: it describes shapes instead of pixels and stays crisp at any size. Many programs, office apps and platforms do not open SVG, however - they expect a raster image. PNG solves that and keeps the vector transparency.

      Because a vector has no fixed pixel size, you choose the output width (default 1024 px); the height follows the SVG aspect ratio. Rasterizing runs locally in the browser on a canvas - nothing is uploaded. The width can go up to 8192 px; the tool additionally caps the total pixel count at around 64 megapixels so the device does not run out of memory.

      Specifications

      Specifications
      Input formatsSVG
      Output formatPNG
      Batch processingYes
      ProcessingLocally in your browser (JavaScript)
      File uploadNone

      In 3 steps

      1. Drop or tap your SVG file.
      2. Choose the output width (default 1024 px).
      3. Download the PNG - with no upload.

      Limitations: External fonts and externally linked images in the SVG are not fetched for privacy reasons (no network access); embed fonts and images as data: URIs or convert text to paths. Very large widths are capped for memory reasons.

      FAQ

      Are my files uploaded?

      No. Rasterizing runs entirely in the browser - even in airplane mode.

      Which pixel width should I choose?

      For the web 1024 px is often enough; for print or large displays pick more. The height follows the aspect ratio automatically.

      Is transparency preserved?

      Yes, PNG keeps the SVG transparency. For a white background use SVG to JPG.

      Why does my text look different?

      Fonts that are not embedded cannot be fetched; embed the font or convert the text to paths.

      Does sharpness scale with the width?

      Yes. Because the SVG is a vector, you can output any width perfectly crisp - a 2048 px PNG looks much finer on large displays or in print than a 512 px one. But larger also means a bigger file.

      Related tools