Reverse colors of the Spotify icon

This commit is contained in:
kuubeu
2023-07-26 00:02:02 +02:00
committed by GitHub
parent 6256ba1d91
commit 5aae4d7b20
2 changed files with 2 additions and 2 deletions

View File

@@ -2,4 +2,4 @@
aria-label="Spotify" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
fill="#3bd75f"/><circle cx="256" cy="256" fill="#fff" r="192"/><g fill="none" stroke="#3bd75f" stroke-linecap="round"><path d="m141 195c75-20 164-15 238 24" stroke-width="36"/><path d="m152 257c61-17 144-13 203 24" stroke-width="31"/><path d="m156 315c54-12 116-17 178 20" stroke-width="24"/></g></svg>
fill="#fff"/><circle cx="256" cy="256" fill="#1ed760" r="192"/><g fill="none" stroke="#fff" stroke-linecap="round"><path d="m141 195c75-20 164-15 238 24" stroke-width="36"/><path d="m152 257c61-17 144-13 203 24" stroke-width="31"/><path d="m156 315c54-12 116-17 178 20" stroke-width="24"/></g></svg>

Before

Width:  |  Height:  |  Size: 427 B

After

Width:  |  Height:  |  Size: 424 B