canivete
    fr

    TOOL · IMAGE

    Optimize SVG online

    Drop your SVGs and take them back lighter, with the exact same drawing — editor metadata, invisible junk and over-precise numbers all go away. All in your browser.

    Processed in your browser — your files never leave your computer.

    How it works

    1. Drop your SVGs here

      Drag up to 20 .svg files (up to 5 MB each) onto the dotted area, or click to choose.

    2. Tweak if you like

      Pick the number precision (1 to 3 decimals) and check "remove unused ids" if it makes sense for your case. The default already does the job — and the viewBox is always kept.

    3. Download the lighter SVGs

      See the proof of how much each file shrank and download one by one or all at once as a .zip. If the optimized file would be larger, the original is kept.

    Frequently asked questions

    Will it break my SVG?

    Not the drawing: the cleanup uses SVGO's safe default preset, and the viewBox is always kept — it is what makes the SVG responsive. The exception is the "remove ids" option: if your SVG is driven by external CSS or JavaScript through its ids, leave that box unchecked (it is unchecked by default).

    How much can I save?

    It depends on where the SVG came from. Files exported from Figma, Illustrator or Inkscape usually carry a lot of junk and shrink a lot — sometimes by more than half. Already-clean files barely change. And if the result would be larger than the original, the tool keeps the original and says so.

    What exactly is removed?

    Editor metadata, comments, redundant attributes and invisible elements; coordinate numbers are rounded to the precision you choose (1 to 3 decimals). None of this changes what shows on screen.

    Are my files uploaded to a server?

    No. The optimization happens inside your browser, on your device. You can even turn off Wi-Fi after the page loads.

    Can I optimize several at once?

    Yes: up to 20 files per batch, 5 MB each at most. Each file shows its own savings proof, and with more than one result you can download everything at once as a .zip.

    Other tools