# SVG to PNG, JPG or WebP — Render Vectors at Any Size

> Rasterise an SVG to PNG, JPG or WebP at whatever resolution you need.

To convert SVG to PNG, paste the markup and choose an output width — the height follows the SVG's own aspect ratio. Rendering uses your browser's SVG engine and a canvas, so the result matches exactly what the browser displays, at any resolution you ask for. External images and web fonts referenced by URL will not load.

**URL:** https://convertto.tech/t/svg-to-image
**Category:** Image Tools (https://convertto.tech/c/image-tools)
**Privacy:** Runs entirely in the browser; no upload
**Cost:** Free, no sign-up
**Last updated:** 2026-08-01

## Key facts

- **Privacy:** Runs entirely in your browser — nothing is uploaded
- **Cost:** Free, unlimited, no sign-up

## How to use

1. Enter or paste your svg markup.
2. Set the output width.
3. Set the extra scale.
4. Choose the format.
5. Pick the background.
6. Press Run, then download the result when it is ready.

## FAQ

### Why is my text missing or in the wrong font?

The browser renders the SVG in an isolated context where external fonts are not loaded, so anything using a web font falls back to a default — and may vanish if the glyphs are missing. Convert text to outlines in your editor before exporting, which is good practice for a shipped SVG anyway.

### What resolution should I export at?

Twice the size it will be displayed. A logo shown at 240px wide should be exported at 480px so it stays sharp on a high-DPI screen. Beyond 2× the file grows with no visible benefit on any current display.

### Why does my SVG render tiny or at 300 × 150?

It has a viewBox but no width and height, so it has no intrinsic size and the browser applies the CSS default. The width you set here overrides that, and the aspect ratio is read from the viewBox — so it renders correctly regardless.

## Related tools

- [PDF to Image Converter](https://convertto.tech/t/pdf-to-images): Convert PDF pages into PNG or JPG images at any resolution.
- [SVG Optimizer](https://convertto.tech/t/svg-optimizer): Strip editor cruft and optimise path data to cut SVG file size, usually by half or more.
- [HTML to PNG Image](https://convertto.tech/t/html-to-png): Render self-contained HTML into a lossless PNG screenshot.
- [HTML to SVG Converter](https://convertto.tech/t/html-to-svg): Wrap HTML into a scalable SVG with the markup kept as live content.
- [Image to PDF Converter](https://convertto.tech/t/images-to-pdf): Combine JPG, PNG or WebP images into a single PDF document.
- [AVIF Converter](https://convertto.tech/t/avif-converter): Convert images to and from AVIF in your browser, with a real encoder check so you never get a PNG renamed to .avif.
- [Blob Shape Generator](https://convertto.tech/t/blob-shape-generator): Design organic SVG backgrounds: four interpolation styles, gradients, layers and any canvas size.
- [Image Converter](https://convertto.tech/t/image-converter): Convert images between PNG, JPG, WebP and AVIF without uploading them anywhere.
