Convert SVG to PNG

A vector logo has to go somewhere that will not take vectors: a slide deck, a favicon set, an email signature, an app store listing.

Runs on your deviceFreeNo sign-upBatch supported
Conversion Deck
Uploaded to server: 0 B
    Waiting for files/Engine: on-device/Network requests made: 0
    What actually changes

    SVG and PNG are not the same picture in two wrappers.

    The SVG is drawn once at the pixel size you choose and frozen as PNG. Transparency carries over. From that point the image no longer scales, so exporting at 2x or 3x the intended display size is normal practice.

    Worth knowing first

    An SVG that names a font it does not embed will render with whatever font the machine doing the rasterising has, which is rarely the right one. Convert the text to outlines in your editor before exporting if the wordmark matters.

    Questions

    SVG to PNG, answered

    What size should I export at?

    At least twice the size it will be displayed, so it stays sharp on high-density screens. There is no quality penalty for going larger except file size.

    Why did parts of my SVG disappear?

    Usually a filter, a mask, an external image reference or embedded script. Renderers implement the exotic corners of the SVG spec unevenly, and anything script-driven never runs during a conversion.

    Is the background transparent?

    Yes, unless the SVG itself draws a background rectangle. PNG keeps the alpha channel exactly as the vector defined it.

    How to convert SVG to PNG

    01

    Add your files

    Drop one SVG or two hundred. Batch conversion is not a paid feature here.

    02

    Choose your settings

    Portable Network Graphics is lossless, so nothing is thrown away in the conversion.

    03

    Download

    Instant, because the file never went anywhere. Nothing expires, since nothing was stored.

    Related conversions