SVG to PNG Details
When something needs PNG instead of SVG, SVG to PNG keeps every step on one screen: upload, queue, convert, download.
SVG keeps XML drawing instructions instead of pixels, so it stays sharp at any size. PNG is a lossless raster format with a real alpha channel, so repeated saves never degrade the picture.
The workflow
The order below follows the page itself, and no step asks you to sign up or confirm anything.
- Drop your SVG files into the upload area; the queue holds up to 20 of them.
- Press convert and the SVG is rasterised at 144 DPI.
- If either side of the result would pass 4000 pixels, it is scaled back to that limit with the aspect ratio intact.
- Save the finished PNG file from the download link.
- Need a different size? Run the downloaded PNG file through the Image Resizer.
Formats, limits and behaviour
The limits match what the interface shows, and the processing behaves like this:
- Accepted input: SVG (svg), up to 24 MB per file.
- The result is written as PNG and written losslessly, so there is no quality value to pick.
- SVG input is rasterised at 144 DPI, and neither side of the output passes 4000 pixels.
- Every uploaded SVG is screened first: files carrying scripts, remote references or XML entity declarations are rejected.
- Transparent pixels survive the trip because PNG supports an alpha channel.
- Do not count on metadata surviving: whether EXIF and ICC data travel depends on the engine handling the file, so keep anything critical elsewhere.
Is this the right tool
This conversion earns its place when an existing SVG file has to land somewhere that asks for PNG. Logos, screenshots, interface assets and anything that needs a transparent background belong in PNG. It stays crisp on text and hard edges, while photographs end up heavier than their JPG or WebP versions. SVG keeps XML drawing instructions instead of pixels, so it stays sharp at any size.
PNG is not the answer if you only want a lighter file; use the Image Compressor to shrink an image without changing its format (quality 20 to 95).
Practical notes
- Very large drawings are scaled back to the 4000 pixel limit, so resize after downloading if you need something smaller.
- Renaming outputs in the queue keeps your downloads folder readable once several PNG files land there.
- PNG is written losslessly, so saving again does no damage and the file works as an archive copy.
- Test one file, judge the result, then send the rest of the SVG files through in a batch.
Data and privacy
Processing an image means uploading it, and that upload lives only as long as the request. Once the output exists, the file is not stored and never handed to a third party. Ads may appear on the page, but no ad network can reach your upload.