Free reference
The 47 Tools Cheat Sheet
One printable page with every tool on this site, what it does, and when to reach for it. Free. It asks for an email so Gumroad can send you the file, unlike the tools themselves.
check_circle
Action completed!
SVG Optimizer — Reduce SVG File Size Online
Remove unnecessary markup, metadata, and redundant attributes from SVG files exported by Figma, Illustrator, or Sketch. Typical savings: 40–70% file size reduction.
help How to Use
- Paste SVG code or upload an .svg file
- See the before/after file size comparison
- Copy the optimized SVG or download it
check_circle What Gets Removed
- Editor metadata (Figma, Illustrator IDs)
- Redundant group elements and attributes
- Excessive decimal precision in path data
- Unused definitions and empty elements
- XML comments and processing instructions
tips_and_updates Tips
- Always optimize SVGs before deploying to production
- Figma exports are particularly bloated — often 60–75% reducible
- Test the optimized SVG visually — complex paths can occasionally change
- Use inline SVG for CSS-styleable icons