SVGs are perfect… until a platform refuses them. This tool uses your browser’s own engine to rasterize the vector to PNG at the exact width you ask for — from 16 px to 8192 px — keeping sharpness and transparency.
Since it is a vector, you can export as large as you want with zero quality loss: ideal for app icons, social images or logo versions at any resolution.
How it works
- 1
Drop your SVG file.
- 2
Set the PNG width (height is computed automatically).
- 3
Download the transparent PNG.
Frequently asked questions
How large can the PNG be?
From 16 to 8192 px wide. Because SVG is vector-based, any size comes out sharp; height follows the vector’s aspect ratio automatically.
Does it work with any SVG?
With any SVG your browser can display — which is virtually all of them. SVGs that load external resources (remote fonts or images) may render without those resources.
Are my files uploaded to a server?
No. All processing happens inside your browser using the Canvas API: your files never leave your device, there are no upload queues, and the tool even works offline once the page has loaded.