Invert YouTube colors (#628)

This commit is contained in:
Ethan Chapman
2022-05-27 20:23:26 -04:00
parent e94212a487
commit 91a804aef3
2 changed files with 5 additions and 5 deletions

View File

@@ -4,12 +4,12 @@
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#ED1D24"
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#FFFFFF"
android:fillColor="#ED1D24"
android:pathData="M427 169c-4 -15 -17 -27 -32 -31 -34 -9 -239 -10 -278 0 -15 4 -28 16 -32 31 -9 38 -10 135 0 174 4 15 17 27 32 31 36 10 241 10 278 0 15 -4 28 -16 32 -31 9 -36 9 -137 0 -174" />
<path
android:fillColor="#ED1D24"
android:fillColor="#FFFFFF"
android:pathData="M220 203v106l93 -53" />
</vector>

View File

@@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="YouTube" role="img"
viewBox="0 0 512 512"
fill="#ed1d24"><rect
fill="#fff"><rect
width="512" height="512"
rx="15%"/><path d="m427,169c-4-15-17-27-32-31-34-9-239-10-278,0-15,4-28,16-32,31-9,38-10,135 0,174 4,15 17,27 32,31 36,10 241,10 278,0 15-4 28-16 32-31 9-36 9-137 0-174zm-207,140v-106l93,53z" fill="#fff"/></svg>
rx="15%"/><path d="m427,169c-4-15-17-27-32-31-34-9-239-10-278,0-15,4-28,16-32,31-9,38-10,135 0,174 4,15 17,27 32,31 36,10 241,10 278,0 15-4 28-16 32-31 9-36 9-137 0-174zm-207,140v-106l93,53z" fill="#ed1d24"/></svg>

Before

Width:  |  Height:  |  Size: 352 B

After

Width:  |  Height:  |  Size: 352 B