SVG Viewer & Optimizer

View, optimize, and format SVG files entirely in your browser. Optimize with SVGO. No upload needed.

100% clientseitig. Deine Daten verlassen niemals deinen Browser.

Weitere Formate →

Statistiken

Abmessungen? × ?
Dateigröße0 B
Elemente0
Pfade0
Farben0

Konverter & Beispiele

Verwandte Werkzeuge

SVG Viewer & Optimizer

A browser-based toolkit for inspecting, optimizing, and reformatting SVG files. Paste SVG code, upload a file, or load from a URL. All processing runs locally, nothing leaves your browser.

View Tab

The View tab renders your SVG in a live preview with pan and zoom. Toggle to the tree explorer to see the full DOM hierarchy: every element, attribute, and child node. Hover over tree nodes to highlight the corresponding element in the preview. Switch to code view for syntax-highlighted source with line numbers.

The stats panel shows dimensions, file size, element count, path count, unique colors, and any external resource references. For quick exports, download as PNG at 2x resolution or grab the raw SVG. Need JPG or WebP? The “More formats” link sends you to the Image Converter.

Optimize Tab

Pick a preset and hit Optimize. SVGO runs entirely in your browser with four modes:

The before/after comparison shows original size, optimized size, percentage saved, and how many elements were removed.

Format Tab

Five formatting operations, each one click:

How to Use

  1. Paste SVG code into the textarea, upload a file, or load from a URL.
  2. Select a tab: View for inspection, Optimize for size reduction, Format for reformatting.
  3. For optimization, choose a preset and click Optimize.
  4. Download the result or copy it to clipboard.

Common Use Cases

Clean up exported SVGs

Design tools like Figma, Sketch, and Illustrator embed metadata that adds 10-40% overhead. Run your exports through the Conservative or Moderate optimizer before committing to a repo.

Embed SVGs in email HTML

Email clients often strip <style> blocks from inline SVGs. Use the Inline CSS formatter to move all styles to inline attributes, then paste the result into your email template.

Inspect unknown SVGs

Downloaded an SVG from a client or open source project? Use the View tab’s tree explorer and stats panel to understand its structure, find hidden metadata, or locate specific elements by hovering over the tree.