SVG is a vector format: it describes shapes, not pixels, so it stays sharp at any size. That makes it ideal for logos and icons on the web, but many places do not accept it. Word, PowerPoint on older versions, social media profiles, email signatures and most upload forms want a PNG. This tool renders the SVG to a PNG at the size you set.
What size should I choose?
Pick the width in pixels you need, from 16 to 8192 (1024 by default), and the height follows from the SVG's proportions. Because the source is vector, a larger size is always sharp; there is no quality penalty for going big, only a larger file. Useful sizes: 512 or 1024 pixels for app icons and profile pictures, 2000 pixels or more for print, and roughly twice the display size for anything shown on high-density screens.
Is transparency kept?
Yes, by default. Areas of the SVG with no fill come out transparent in the PNG. If you need a white background, for example for a platform that shows transparent areas as black, set the background option to white.
Why does my PNG look different from the SVG in my browser?
SVG files can depend on things outside the file. Text set in a web font that is not embedded falls back to a standard font. Images linked from other files or websites may not load. CSS in a separate stylesheet is not applied. For a reliable result, convert text to outlines in your design tool and embed any images before exporting the SVG.
What happens to my upload?
Rendering runs on our server. The SVG is uploaded over an encrypted connection, rendered in Germany, and deleted with the PNG automatically within two hours.
Is there a limit?
SVG files up to 50 MB are free without an account, within a daily allowance of 20 server jobs (50 with a free account). Exporting an icon set at the same size is a pipeline builder job, with a rename pattern such as {name}-{w}x{h} to label every file. You can try a pipeline on up to 3 files for free.
How to convert SVG to PNG
- Drop your .svg file onto the drop zone.
- Enter the width in pixels and choose a transparent or white background.
- Click Convert.
- Download the PNG.
FAQ
Can I convert SVG to JPG?
Convert to PNG here, then to JPG with Convert Image. JPG has no transparency.
Can I turn a PNG into an SVG?
No. That is tracing, a different process, and results vary a lot.
Why is my PNG blank?
The SVG probably draws in white on a transparent background, or references external files that could not be loaded. Open the PNG on a dark background to check.
Is animation kept?
No. The PNG is a single still frame.