SVG → JPG

Convert SVG to JPG

Rasterize vector artwork into JPG for the places that will not take anything else. Free, unlimited, nothing uploaded.

Drop images here

or browse, or paste from the clipboard

SVG and every other format · no size limit · never uploaded

Check it yourself

Your images never leave this tab.

Open your browser's developer tools, switch to the Network tab, and convert a file. You will see the encoder and its WebAssembly module load from this domain the first time, and then nothing — no upload, no image data, no request carrying your file anywhere. Turn off your Wi-Fi after the page loads and it still works.

Frequently asked questions

How do I convert SVG to JPG for free?
Drop your .svg files onto the box at the top of this page, set a pixel width under Resize, and press Convert. No account, no watermark and no daily cap — the rasterizing and encoding both run in your browser.
Should I convert my SVG to JPG or PNG?
PNG, in most cases. Vector artwork is usually logos, icons, diagrams and flat colour — exactly the content JPEG handles worst, because its compression puts visible ringing around hard edges. PNG is lossless and keeps the transparent background. Choose JPG when the destination genuinely will not accept anything else, or when the SVG is an illustration with soft gradients and no transparency.
What happens to the transparent background?
It cannot be kept. JPEG has no alpha channel — the format simply has no way to record it — so transparent areas are composited onto white before encoding. If your SVG has a transparent background, and most do, convert to PNG instead so the transparency survives.
What size will the JPG be?
The SVG's own width and height attributes are used if present, its viewBox if not, and 1024 by 1024 if it has neither. Override it under Resize — for anything displayed at a fixed size you should, because rasterizing at the display size is what keeps the result crisp.
Why does my text look wrong?
The SVG is rendered by your own browser, so any font it names must be embedded in the file or installed on your machine. Otherwise the browser substitutes a different face. Converting text to paths before exporting removes the problem for good.
Why are linked images missing?
SVGs rendered inside an image element run in a restricted mode that blocks external resources — remote bitmaps, stylesheets and scripts are all ignored. That is browser security behaviour, not a limitation here. Embed the assets as data URIs and they render.
Can I batch convert a folder of SVGs?
Yes, with no limit on how many. The size and quality settings apply to the whole queue, and the finished files download as a single ZIP.

Other conversions

Each converter opens with the right output format already selected, so the file you drop comes back in the format you came for.

Convert WebP to another format

Convert images to WebP

Convert to PNG or JPG

Convert your images without handing them over.

No account, no upload, no limit on how many files you throw at it.

Start converting