SVG to JPG
Render an SVG to a JPG at any size, on a white background — all in your browser.
How to use the SVG to JPG
- Choose an SVG file, or paste your SVG code.
- Set the width (the height keeps the SVG’s aspect ratio).
- Click Download JPG to save the image.
About the SVG to JPG
This tool draws a vector SVG onto a canvas and exports it as a JPG. You choose the width and it renders at that resolution, keeping the SVG’s aspect ratio for the height. Because JPG has no transparency, any see-through areas are placed on a solid white background — which is exactly what you want for a document, an email attachment or an upload form that rejects PNGs.
Load an .svg file or paste the markup directly. Everything happens locally on a <canvas>, so the file is never uploaded and there is no watermark. JPG trades a little sharpness on hard edges for a much smaller file, so it suits illustrations and detailed graphics more than flat logos with crisp lines.
If you need transparency or the sharpest possible edges, use SVG to PNG instead. To turn a raster image into an SVG file, see image to SVG.

