Convert SVG to PNG at any resolution
Up to 8K, with transparency, no watermark and no sign up. It runs in your browser, so the file stays on your machine.
Drop an SVG here
Nothing is uploaded. It stays on your machine.
Questions
- Is there a resolution limit?
- No. You can export at 8K, and the quality is identical at every size because an SVG is mathematics rather than pixels. Most converters cap the free export at a few hundred pixels and charge for anything sharper. There is no cost reason for that, because your own browser does the rendering.
- Are my files uploaded anywhere?
- No. The conversion happens inside your browser using the Canvas API, so the file never leaves your computer. You can watch it work with your network disconnected.
- Why does my SVG look wrong after converting?
- Usually a font. An SVG that names a font your browser does not have will render with a substitute. Converting text to outlines in your design tool before exporting the SVG fixes it permanently.
- Can I keep the transparent background?
- Yes, and it is on by default. Turn it off if you want a white background baked in, which some older software needs.