Working with SVGs for icons on the web(abiraja.com)
abiraja.com
Working with SVGs for icons on the web
https://www.abiraja.com/blog/using-svgs-for-icons
1 comments
On the topic of compression, I often see SVGs with way too many significant figures. Something like <path d="M1.571557 3.647362L7.818526 9.715314" />. If you round it to the first three, I guarantee no one will notice a thing.
Totally, I believe SVGO (https://jakearchibald.github.io/svgomg/) does this for you as well.