SVG to PNG Image
Rasterize an SVG to a PNG at whatever size you need.
SVG to PNG is a free online tool that rasterize an SVG to a PNG at whatever size you need. It accepts SVG, PNG, JPG, WEBP, GIF and AVIF. It produces pNG, with transparency preserved.. It runs entirely in your web browser using Canvas 2D, so files are processed on your own device and never uploaded to a server. There is no sign-up, no file size limit imposed by the site, no watermark and no paid tier.
- Price
- Free — no account, no quota, no watermark
- Category
- Image
- Where it runs
- In your browser, on your device
- Files uploaded
- None
- Input
- SVG, PNG, JPG, WEBP, GIF and AVIF
- Output
- PNG, with transparency preserved
- Technology
- Canvas 2D
- Settings
- 1
- Works offline
- Yes, after the first visit
About SVG to PNG
SVG is resolution-independent, so rasterizing it means choosing a resolution. The scale multiplier here works against the SVG's own declared width and height — at 2× a 512-unit icon becomes 1024 pixels. Export at twice the size you will display, so it stays crisp on high-density screens.
How to use it
- Choose an image, or drag one onto the drop zone.
- Set scale.
- Check the preview, then download. Output is PNG, so transparency survives. Your original file is never modified.
The one setting
| Setting | What it does | Default |
|---|---|---|
| Scale | Range 0.25–10×. | 2× |
Under the hood
| Runs on | Canvas 2D — does the pixel work |
| Accepts | SVG, PNG, JPG, WEBP, GIF and AVIF |
| Produces | PNG, with transparency preserved |
| Controls | Scale |
Questions
Why did my SVG come out blank or the wrong size?
It probably has no explicit width and height attributes, only a viewBox. Browsers then guess a default size. Add width and height to the SVG root and re-export.
Do embedded fonts survive?
Only if the font is installed on your device or embedded in the SVG. Text referencing a webfont by name will fall back to a system font when rasterized — convert text to paths first if the typeface matters.
Which file types can I use?
SVG, PNG, JPG, WEBP, GIF and AVIF. Because decoding is handled by your browser rather than a conversion server, support tracks whatever your browser can already open.
Is there a file size limit?
No imposed limit — there is no server quota to hit. The real ceiling is your device's memory, since the whole file is held in RAM while it is processed. Desktop browsers cope with very large files; phones give up sooner.
What are the limits on scale?
It accepts 0.25 to 10×, starting at 2×.