Skip to main content

SVG image optimizing utility.

# To install svgcleaner with macOS Homebrew:
brew install svgcleaner

# To download the GUI version of svgcleaner (GUI interface only, binary must first be installed):
# see: https://github.com/RazrFalcon/svgcleaner-gui/releases

# To optimize an SVG image:
svgcleaner <input.svg> <output.svg>

# To optimize an SVG image multiple times:
svgcleaner --multipass <input.svg> <output.svg>