Recently I discovered the optimization of SVG files. An SVG is just a modified XML file for representing scalable vector graphics, we can optimize and minimize the markup inside the file, like a css or js files. For accomplishing this purpose, we have a lot of tools, but I suggest…