Rasterise SVG vectors into crisp PNG at any size.
Drop an SVG here
or click to choose one. It never leaves your device.
Three steps
Add a vector file, an icon, a logo or an illustration.
Choose the pixel dimensions you need. Vectors have no fixed resolution, so this is your decision.
The vector is rendered with resvg at the size you asked for, with transparency preserved.
Why this one
The vector is rendered fresh at your chosen dimensions rather than scaled from a fixed raster, so edges stay sharp at 16px and at 2000px.
Rendered with resvg rather than dropped into a browser canvas, which is what keeps strokes, gradients and clip paths behaving as the file intended.
The empty area around a logo stays empty, so the PNG drops onto any background without a box.
The short version
Vectors are resolution independent right up to the moment something demands a pixel file, which happens constantly: app icons, favicons, email graphics, marketplace uploads and anything that will be shown by software that does not read SVG. The only decision worth thinking about is the export size, because that is the one thing you cannot change later without going back to the vector.
Questions
Twice the size it will display at, so it stays sharp on high-density screens. For an icon shown at 32px, export at 64px. For a logo in a header, measure the largest space it occupies and double it.
Usually a font. If the SVG references a typeface by name rather than converting the text to outlines, the renderer has to substitute one. Outline the text before exporting.
Yes. Anything transparent in the SVG stays transparent in the PNG, which is why PNG is the right target rather than JPG.
Not meaningfully. Going from vector to pixels discards the shape information, and tracing a raster back produces an approximation, not the original paths.
Free, and staying free
Thridy is a library of thousands of 3D icons in one consistent style, free for commercial use with no attribution and no account. The tools exist so you never have to upload an image to somebody else's server to resize it.
Keep going
Move between PNG, JPEG and WebP in a click.
Convert JPG photos into lossless PNG.
Convert PNG to JPG, flattening transparency to white.
Convert JPG to smaller, modern WebP.
Convert WebP into widely compatible JPG.
Convert PNG to WebP and keep transparency.