filetity

SVG -> WEBP · Local tool

SVG to WebP

Turn SVG drawings into WebP images at a width you choose, transparency kept.

Last updated

  1. 01 / Your device

    the file stays here

  2. 02 / Browser memory

    the work runs locally

  3. 03 / Back to you

    saved on this device

When you would use this

Situations, not settings.

Icons for a site that already serves WebP
One format across the whole page, at a fraction of the size the equivalent PNG would be.
A vector logo for a page header
Export at the largest width the header will ever use, keep the background clear, and let CSS scale it down.
An icon set being handed to a mobile app
App projects want raster assets at fixed sizes. Android and modern iOS both read WebP, so one export covers them.

How it works / no cloud

A conversion engine, not an upload form.

filetity draws the SVG onto a canvas at the width you pick and encodes that as WebP, keeping the alpha channel when you leave the background transparent. The file is loaded as an image rather than inserted into the page, so nothing inside it can run. Nothing is uploaded.

  • Offline ready
  • Installable app
  • No file limit queue

Straight answers

No accordion. Nothing hidden.

Is it free?
Yes, with no watermark and no page limit.
Does it need an account?
No. There is no account system.
Is my file processed on my device?
Yes. The file is read by your browser and never uploaded. There is no server to send it to.
What formats are supported?
SVG in. WebP out, one file per drawing, or a ZIP when you convert several. Transparent background by default, or white.
What are the limits?
No file count limit. The width is fixed at export, so choose the largest one you will need. Very large exports are bounded by the memory your browser will give a canvas, and web fonts the drawing links to are not fetched.
Does it work on mobile?
Yes, on any modern mobile browser. Large files are limited by the memory the phone gives the browser.
Does it work offline?
Yes, once the page has loaded. The tool keeps working with no network connection.
Why export a vector to WebP at all?
Because a lot of places will not take an SVG. Content systems often block it, since an SVG is a document that can carry script, and image fields tend to list raster formats only. WebP is an image, it is a fraction of the size of the equivalent PNG, and every browser has read it since 2020.
Does the transparent background survive?
Yes, unless you choose white. WebP has a real alpha channel, so anything the drawing leaves empty stays empty and the logo will sit on any colour behind it.
How do I pick the width?
Take the largest size the image will ever be shown at. Scaling down later is free; going up is not, because enlarging a WebP softens it and the shapes it came from are gone by then.
Is the WebP lossy?
Yes, at the default setting. Flat colour and hard edges are what lossy compression handles worst, so a small export can pick up faint fringing along the lines. PNG stores those pixels exactly and is often the smaller file for this kind of drawing.

Keep working locally

4 available · more coming