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,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Google Maps" role="img"
viewBox="0 0 512 512" fill="#fff"><rect
width="512" height="512"/><mask id="a"><path d="m122 198c0 70 40 105 77 154s40 73 44 83 6 13 13 13 10-3 13-13 7-34 44-83 77-84 77-153a1 1 0 00-268-2m83 0a51 51 0 110 2"/></mask><g stroke-width="130" mask="url(#a)"><path stroke="#fbbc04" d="m104 379 152-181"/><path stroke="#4285f4" d="M256 198L378 53"/><path stroke="#34a853" d="m189 459 243-290"/><path stroke="#1a73e8" d="m255 120-79-67"/><path stroke="#ea4335" d="m76 232 91-109"/></g></svg>
viewBox="0 0 512 512" fill="#fff"><path
d="m0 0H512V512H0"/><mask id="a"><path d="m122 198c0 70 40 105 77 154s40 73 44 83 6 13 13 13 10-3 13-13 7-34 44-83 77-84 77-153a1 1 0 00-268-2m83 0a51 51 0 110 2"/></mask><g stroke-width="130" mask="url(#a)"><path stroke="#fbbc04" d="m104 379 152-181"/><path stroke="#4285f4" d="M256 198L378 53"/><path stroke="#34a853" d="m189 459 243-290"/><path stroke="#1a73e8" d="m255 120-79-67"/><path stroke="#ea4335" d="m76 232 91-109"/></g></svg>

Before

Width:  |  Height:  |  Size: 560 B

After

Width:  |  Height:  |  Size: 554 B