SVG → PNG

Convert SVG to PNG

Rasterise SVG files to PNG at any size, right in your browser. Free, private, no signup.

Drop files here or click to browse — SVG accepted, batches welcome

SVG is maths; PNG is pixels. An SVG file describes shapes — curves, fills, text — that scale to any size without losing sharpness, which is why designers deliver logos and icons that way. The catch: most of the places you actually need to use that logo don't speak maths. Social media uploaders, email signatures, PowerPoint on an older machine, marketplace listings, print shops' order forms — they want pixels. This page turns the maths into pixels.

The one decision that matters is size. Because SVG has no fixed resolution, you choose how many pixels the PNG gets — and the right answer is "more than you think." A logo that looks fine at 200px on screen turns to mush when someone drops it into a slide and stretches it. The default here renders at 2× the SVG's stated dimensions, which suits most screen uses; for print or large-format use, open the options and raise the scale — the export stays razor-sharp at any size you pick, because it's rendered fresh from the vector maths rather than stretched from existing pixels. That's the whole advantage of converting from SVG instead of resizing a small PNG.

Transparency comes along. SVGs with transparent backgrounds export as PNGs with transparent backgrounds — logos land ready to place on any coloured surface. Text inside the SVG renders as it appears in your browser; if a logo uses an exotic font, check the preview matches what your designer intended before sending 500 business cards to print.

Rendered locally, like everything here. Your SVG never uploads anywhere — the browser that's already displaying this page does the rasterising, on your machine. That matters more than usual for this format: SVGs are often unreleased brand assets, and "we never see your files" beats "we promise to delete them." Batch a folder of icons at once, download individually or as a ZIP, no signup, no watermark, no upsell.

Dropped a PNG here by mistake? The page will say so and point you at the resizer or the PNG converters instead — errors are directions here, not dead ends.

Frequently asked questions

What size will my PNG be?

By default, 2× the dimensions written in the SVG file — crisp for most screen uses. Need bigger (print, banners, high-DPI)? Raise the scale in the options; the vector source means it stays perfectly sharp at any size.

Why do social platforms reject SVG uploads?

Mostly for security and rendering-consistency reasons — SVG is a live document format, not a flat image. Almost all uploaders want raster formats, which is exactly what this converter produces.

Is the transparent background preserved?

Yes — transparent SVG backgrounds export as transparent PNG backgrounds, ready to place over any colour.

The text in my SVG looks wrong — why?

SVG text renders with the fonts your browser has. If the file references a font you don't have installed, a substitute is used. Ask your designer for an SVG with text "converted to outlines/paths" — those render identically everywhere.

Is my SVG uploaded for conversion?

No — rasterising happens in your browser, on your device. For unreleased logos and brand assets, that's the safest possible arrangement: there is no server copy because there is no server.