Change background rects to paths

Saves 6 bytes per icon
This commit is contained in:
kuubeu
2023-09-12 18:18:28 +02:00
parent 93ef8439a9
commit 3f057e5c5d
354 changed files with 1066 additions and 1070 deletions

View File

@@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
aria-label="XMPP" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
viewBox="0 0 512 512"><path
d="m0 0H512V512H0"
fill="#fff"/><linearGradient id="a" x2="0" y2="1"><stop offset="0" stop-color="#002b5c"/><stop offset=".57" stop-color="#13b5ea"/><stop offset="1" stop-color="#1a4e7d"/></linearGradient><g fill="#e96d1f" color="#d9541e"><g id="b"><path fill="url(#a)" d="m400 136q0 181-163 263c131-55 233-182 235-291"/><path d="m337 155c5 95-71 232-187 261v4s217-9 247-283"/><path fill="currentColor" d="m392.2 138.4c5 98-85 249-215.2 272.4q-9 3-27 7.2v4c156-12 274-173 261-290.3"/></g></g><use xlink:href="#b" transform="matrix(-1 0 0 1 512 0)" fill="#a0ce67" color="#439639"/></svg>

Before

Width:  |  Height:  |  Size: 732 B

After

Width:  |  Height:  |  Size: 726 B