SVG → PNG
Drop SVG files and convert each to PNG at the dimensions you choose. Leave width or height blank to preserve aspect ratio.
Drop SVG files here
Multiple files allowed
When to use this tool
Use SVG → PNG when you need a fixed-resolution image — for an OG card, a favicon source, a slide deck, or a system that doesn't render SVG. Set the width/height to the size you actually need; high-res rasterisation produces sharper results than upscaling a small PNG.
Step by step
- Drop the SVG files.
- Set the output width or height (or both). Leaving one blank preserves aspect ratio.
- Click Rasterise. Output is a PNG with the SVG drawn at the requested size.
Use cases
- Favicon / app icon source. Rasterise to 512×512 then drop into Favicon kit.
- Slide deck assets. Many presentation tools handle PNG better than SVG.
- Print prep. Convert vector logos to a fixed-DPI PNG for prepress.
- Bulk thumbnails. Render a folder of SVG icons at thumbnail size.
FAQ
Will external fonts and images render?
Sometimes. The browser fetches external resources only if CORS allows it. For maximum portability, embed fonts as base64 inside the SVG and inline images.
What if the SVG has no width/height attributes?
The browser falls back to a default size (usually 300×150). Pass an explicit width and height to get the size you want.
Are SVG filters / blends applied?
Yes — the browser renders the SVG normally, including filters, gradients, and CSS styles, then we capture the result.