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.
JPG is usually the wrong target for vector art — but sometimes it is the only one
Worth saying plainly before you convert. Most SVGs are logos, icons, diagrams, charts and flat-colour illustration. That is precisely the content JPEG was not designed for: its compression works on smooth photographic gradients, and it puts visible ringing — a faint halo — around the hard edges that vector artwork is made of.
For that material PNG is the better conversion in essentially every respect. It is lossless, the edges stay clean, and the transparent background survives.
JPG makes sense here in two cases: the system you are feeding accepts JPG and nothing else, which is common in older CMS uploaders and print submission portals; or the SVG is a rich illustration with soft gradients, no transparency and no fine text, where JPEG’s compression is a genuine win on file size.
How to convert SVG to JPG
- Drop your
.svgfiles onto the box above, click it to browse, or drop a folder. - Open Resize and set the width you need. The height follows the aspect ratio.
- JPG is already selected. Press Convert and download the results.
Rasterizing is a decision about size, because an SVG has no resolution of its own — it is drawing instructions, equally sharp at any scale. Choose the size the image will be displayed at, or double it for a retina asset.
Transparency does not survive
JPEG has no alpha channel. There is no setting that changes this and no encoder that works around it — the format has no field in which to store it. An SVG with a transparent background, which is the overwhelming majority of them, loses that transparency the moment it becomes a JPG — the transparent areas are composited onto white, which is what every desktop editor does in the same situation.
If the background matters, use PNG instead. If you need a small file and transparency, WebP gives you both.
Quality settings for vector artwork
The default of 82 is tuned for photographs. Vector output is not photographic, so:
- Hard edges, text or flat colour: raise quality to 92 or higher, or reconsider PNG. Ringing around edges is the first artifact you will notice and the hardest to unsee.
- Soft gradients and illustration: 82 is fine, and 65 is often fine too.
Nothing leaves your browser
Your browser renders the SVG and a WebAssembly encoder writes the JPG, both in this tab. The artwork is never transmitted. That is worth something for vector files in particular — an SVG is readable plain text, and unreleased logos get pasted into anonymous converters far more often than anyone would like.
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 PNG to WebP Keep the transparency, drop most of the file size. Lossless mode is one click away if you need pixel-exact output.
- Convert JPG to WebP Typically 25-50% smaller than the same photo as a JPEG, at a quality most people cannot tell apart.
- Convert JPEG to WebP The same conversion as JPG — the two extensions are one format. Smaller files, same picture.
- Convert HEIC to WebP iPhone photos, converted in the browser. No app, no upload, and it works on iOS Safari where most converters do not.
- Convert AVIF to WebP Usually a compatibility move rather than a size one. WebP opens in more places than AVIF still does.
- Convert GIF to WebP Static GIFs convert cleanly and shrink hard. Animated GIFs convert to their first frame — and we will tell you when that happens.
- Convert TIFF to WebP Scans and print files, converted to something a browser can actually display.
- Convert BMP to WebP BMP stores pixels essentially uncompressed. Expect the file to get very substantially smaller.
- Convert SVG to WebP Turning vector into pixels. You choose the size, because a vector does not really have one.
Convert to PNG or JPG
- Convert HEIC to JPG Turn the photos your iPhone actually shot into the format everything else can open. The pictures never leave your device.
- Convert HEIC to PNG Convert iPhone photos into PNG when the software you are feeding demands it. Lossless, private, and free.
- Convert SVG to PNG Rasterize vector artwork into PNG at the exact size you need, with the transparent background intact.
- Convert TIFF to JPG Turn enormous archival scans into files you can actually email. Free, unlimited, and nothing leaves your machine.
- Convert TIFF to PNG Convert archival scans into PNG without losing a pixel — the right choice when the page is text, plans or line art.
- Convert AVIF to JPG You downloaded an AVIF and nothing on your computer will open it. This turns it into a JPG that everything opens.
- Convert AVIF to PNG Convert AVIF into PNG for the software that has never heard of AVIF. Transparency intact, nothing uploaded.
- Convert GIF to PNG Convert GIF into PNG without losing a pixel — and escape the 256-colour palette for good.
- Convert GIF to JPG Convert GIF into JPG for the systems that insist on it. Free, unlimited, and nothing leaves your machine.
- Convert BMP to PNG Shrink uncompressed Windows bitmaps dramatically without losing a single pixel. Free, unlimited, nothing uploaded.
- Convert BMP to JPG Turn enormous uncompressed bitmaps into files you can actually send. Free, unlimited, and nothing leaves your machine.
Convert your images without handing them over.
No account, no upload, no limit on how many files you throw at it.
Start converting