After creating a custom SVG with shapes and text, the big code is left:
<a href="..." target="_blank">
<svg id="svg-1" width="120px" height="120px" version="1.1" ...>
50 lines of code...
</svg>
</a>
How could one create a simple code which can someone copy and paste on a website? Is it possible?
I have tried to compress the svg and the code is still huge. Also, I have tried to convert the svg into png and the code was even longer by doing that.