Converting an SVG to JPG involves one decision that most converters hide from you. JPEG has no alpha channel, so the transparent parts of your artwork cannot stay transparent — they have to become a colour. Many tools pick silently, which is why a logo you converted comes back sitting on black, or on a white block that shows against a dark page. Here the background colour is yours to choose, alongside a 1x–4x scale and batch conversion, all running inside your browser.
How to convert an SVG to JPG
- Load your SVG above, or edit the sample. It stays on your device.
- Open Export — the Files tab opens on JPEG at 2x for this page.
- Set the background colour; white is the default.
- Pick a scale, check the output dimensions, and export.
Choose the background instead of inheriting one
The background picker appears only for JPEG, because it is the only format here that needs it. Set it to white for a document or a light page, or sample the exact colour of the interface the image will live on. Getting an SVG to JPG with a white background is the common case, so that is the default — but a logo destined for a dark site looks considerably better on its real backdrop than on a pale rectangle you then have to mask out.
Export at up to 4x for higher quality
JPEG compression works on blocks of pixels, and it struggles most with the hard edges and flat colour that vector artwork is made of. Giving it more pixels helps. Exporting at 2x or 4x redraws the vector at that resolution first, so the compressor has fine gradations to work with and the result holds up. The output table lists the exact dimensions for each open file before you export.
Convert several files at once
Open up to 50 SVGs and one export writes every one of them as JPEG, using the same scale and background across the set. Each file keeps its own proportions and its own name. The result arrives as a single ZIP, or as separate downloads when you would rather not unpack anything.
JPG and JPEG are the same format
The two names describe one thing. JPEG is the standard; the three-letter extension survives from systems that allowed only three, and files here are written with the conventional .jpg. Nothing about the encoding differs between them, so a tool advertising SVG to JPEG and one advertising SVG to JPG are producing identical output, and either name works wherever you upload the result.
Nothing is uploaded
The whole conversion happens on a canvas in this page: your browser reads the SVG, draws it at the scale you chose, flattens it onto the background colour you picked, and encodes the JPEG locally. No upload means no wait in a processing queue and no copy of your work left behind on a server after you close the tab.