Add Pop!_OS logo

This commit is contained in:
Ethan Chapman
2022-05-06 13:13:18 -04:00
parent c1d57783af
commit 57348cbb56
4 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:pathData="M76.8,0L435.2,0A76.8,76.8 0,0 1,512 76.8L512,435.2A76.8,76.8 0,0 1,435.2 512L76.8,512A76.8,76.8 0,0 1,0 435.2L0,76.8A76.8,76.8 0,0 1,76.8 0z"
android:fillColor="#48b9c7"/>
<path
android:pathData="M144,145c-20,21 12,48 40,112 33,64 47,93 66,83 18,-15 -13,-58 -17,-87 121,-61 5,-217 -89,-108zM224,217q-9,1 -22,-27t-8,-41q5,-12 23,5t19,41q1,23 -12,22zM312,192c-23,133 -2,137 50,13 11,-25 -45,-42 -50,-13zM306,312c-15,-3 -27,22 -7,30 19,3 21,-25 7,-30zM165,359a15,15 0,1 0,0 30h175a15,15 0,1 0,0 -30z"
android:fillColor="#fff"/>
</vector>

BIN
images/reference/popos.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

6
images/svg/popos.svg Normal file
View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Pop!_OS" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#48b9c7"/><path d="M144 145c-20 21 12 48 40 112 33 64 47 93 66 83 18-15-13-58-17-87 121-61 5-217-89-108zm80 72q-9 1-22-27t-8-41q5-12 23 5t19 41q1 23-12 22zm88-25c-23 133-2 137 50 13 11-25-45-42-50-13zm-6 120c-15-3-27 22-7 30 19 3 21-25 7-30zm-141 47a15 15 0 100 30h175a15 15 0 100-30z" fill="#fff"/></svg>

After

Width:  |  Height:  |  Size: 445 B