More free conversions, where you upload. The Fylane extension does the same work inside any upload form, on its own free share every day.About the extension
How to convert SVG to PNG
- Drop the SVG.
- Nothing to choose — PNG is lossless.
- Press Convert and download the PNG.
What happens to your file
The drawing is rendered on Fylane’s servers at 300 dpi of the size the SVG declares — a 240 × 120 logo becomes a 1000 × 500 picture — with transparent areas kept transparent, and deleted on schedule.
Scripts and links to outside files inside the SVG are not followed; text set in a font the server lacks falls back to a similar one.
Questions
Why is the PNG so much bigger than the SVG says?
An SVG’s size is a suggestion; a 300 dpi render gives a picture that stays sharp when enlarged. Use Resize image to bring it to an exact size.
Related tools
Do this in code
curl -X POST https://api.fylane.dev/v1/jobs \
-H "Authorization: Bearer $FYLANE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"file_id": "<file id>",
"operation": "image.convert",
"options": {
"format": "png"
}
}'The same operation, image.convert — Re-encode to WebP, JPEG, PNG or AVIF at your quality. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.