toolkit
Dev
Design
Text
SEO
Data
Utility
Img & PDF
IP/DNS
Home
/
Image Tools
SVG Optimizer
Clean and minify SVG code.
Input (179 chars)
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"> <!-- a circle --> <circle cx="50" cy="50" r="40" fill="#3b82f6" stroke="none" /> </svg>
Optimized (140 chars, saved 22%)
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="#3b82f6"/></svg>
Copy
Input preview
Optimized preview
All Image Tools
Related tools
Image Compressor
Compress JPEG and PNG images.
Favicon Generator
Favicon from text or image.
Base64 Image Converter
Encode images to Base64 and back.