What does HackerNews think of svgcleaner?
svgcleaner could help you to clean up your SVG files from the unnecessary data.
Did you try converting svgcleaner processed SVG to a TVG?
We had a lot of success cleaning Inkscape's svg output.
See here for solutions: https://news.ycombinator.com/item?id=20680559
I'm pretty happy with svgcleaner (https://github.com/RazrFalcon/svgcleaner)
It is written in Rust and has been my go to for SVG optimization due to its speed.
And a manually crafted one is just 477B. And 261B compressed. Which is just 3% of the original.
Now we can talk about bloatedness.
FPSLIMIT15
[1]: https://github.com/RazrFalcon/svgcleanerIt also has a GUI.
Instead of SVGO you can use svgcleaner[1] with zopfli, which is a bit better.
Yes, nothing compares to manual optimizations, but if you created an SVG using a vector editor - there is no point in manually removing all the garbage it adds in.