Update to previous request (#58)
* Use arcs to save space on path arcs and be more true to original geometry * Use single path for equal width rectangles * Deleted unneeded commas * reduce path count by using stroke linecap * use single path instead of 4 rects, use fill rule to forego entering M for every rect * Using arcs * Fix typos
@@ -1,4 +1,4 @@
|
||||
<svg role="img" aria-label="DigitalOcean" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#0080ff">
|
||||
<rect height="512" rx="15%" width="512" fill="#fff"/>
|
||||
<path d="M256,391v85a220,220 0 1 0 -220,-220h85a135,135 0 1 1 135,135 H51v-55h55v120h65V306h85z"/>
|
||||
<path d="M256 391v85a220 220 0 1 0 -220 -220h85a135 135 0 1 1 135 135 H51v-55h55v120h65V306h85z"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 274 B After Width: | Height: | Size: 274 B |
@@ -1,8 +1,4 @@
|
||||
<svg role="img" aria-label="Ghost" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#3d515b">
|
||||
<svg role="img" aria-label="Ghost" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect fill="#e8e9eb" rx="15%" height="512" width="512"/>
|
||||
<rect height="72" width="144" y="362" x="75"/>
|
||||
<rect height="72" width="144" y="362" x="295"/>
|
||||
<rect height="72" width="364" y="220" x="75"/>
|
||||
<rect height="72" width="220" y="75" x="75"/>
|
||||
<rect height="72" width="72" y="75" x="364"/>
|
||||
</svg>
|
||||
<path stroke="#3d515b" stroke-width="72" d="M75 111h220H75zm289 0h72-72zM75 256h364H75zm0 142h144H75zm220 0h144-144z"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 406 B After Width: | Height: | Size: 276 B |
@@ -1,4 +1,3 @@
|
||||
<svg role="img" aria-label="Open Source" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" version="1">
|
||||
<path d="M286 342a84 84 0 1 0-60 0l-56 147a241 241 0 1 1 172 0l-56-147" fill="#3da639"/>
|
||||
<path d="M342 490a9 9 0 0 1-8-6l-56-147c-2-4 0-9 5-11a75 75 0 0 0 43-97 75 75 0 1 0-97 97c5 2 7 7 5 11l-56 147a9 9 0 0 1-12 5A248 248 0 0 1 23 167 248 248 0 0 1 346 23a248 248 0 0 1 143 323 250 250 0 0 1-147 144zM256 23A232 232 0 0 0 39 173a231 231 0 0 0 126 297l50-131a93 93 0 1 1 82 0l50 131a233 233 0 0 0-91-447z" fill="#1d531d"/>
|
||||
<path d="M170 480a240 240 0 1 1 170 0l-53-146a84 84 0 1 0-63 0z" fill="#3da639" stroke="#1d531d" stroke-width="18" stroke-linejoin="round"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 540 B After Width: | Height: | Size: 258 B |
@@ -1,8 +1,5 @@
|
||||
<svg role="img" aria-label="Phone" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect fill="#0f0" height="512" rx="15%" width="512"/>
|
||||
<g fill="#fff">
|
||||
<path d="m425 347c-12-10-26-19-39-27-27-18-50-19-69 8-11 16-27 18-43 11-45-21-79-50-98-95-9-19-9-37 12-50 10-7 22-16 21-32-2-21-52-91-73-98-9-3-16-3-25 0-48 16-67 54-49 99a526 526 0 0 0 292 289l20 6c31 0 67-29 79-58 10-28-12-40-28-53zm-153-270c99 15 145 62 157 161 2 9-3 23 12 23 13 0 10-13 10-22 2-93-81-179-176-182-7 1-22-5-24 10 0 10 12 9 21 10z"/>
|
||||
<path d="m291 105c-8-2-22-6-25 7s12 12 21 15c62 13 83 35 93 95 2 8-1 22 14 20 11-1 7-13 8-20 0-59-50-111-111-117z"/>
|
||||
<path d="m297 152c-6 0-13 1-16 7-3 10 4 13 12 15 25 4 38 19 41 42 0 7 5 12 12 12 9-2 11-9 9-16 0-28-31-60-58-60z"/>
|
||||
</g>
|
||||
</svg>
|
||||
<path d="m425 347c-12-10-26-19-39-27-27-18-50-19-69 8-11 16-27 18-43 11-45-21-79-50-98-95-9-19-9-37 12-50 10-7 22-16 21-32-2-21-52-91-73-98-9-3-16-3-25 0-48 16-67 54-49 99a526 526 0 0 0 292 289l20 6c31 0 67-29 79-58 10-28-12-40-28-53z" fill="#fff"/>
|
||||
<path d="M276.7 114.5s48-1.3 83.6 34.4c35.7 35.4 31.7 86 31.7 86m-102-73s19-4.7 39.2 16.2c20.4 21 15.3 40 15.3 40M261 67s75-2.7 130 52.2c54.8 55 50 132.3 50 132.3" stroke="#fff" fill="none" stroke-width="20" stroke-linecap="round"></path>
|
||||
</svg>
|
Before Width: | Height: | Size: 760 B After Width: | Height: | Size: 642 B |
@@ -1,7 +1,4 @@
|
||||
<svg role="img" aria-label="Windows" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill="#fff">
|
||||
<rect fill="#00adef" height="512" rx="15%" width="512"/>
|
||||
<polygon points="24,92 210,66 210,243 24,243"/>
|
||||
<polygon points="24,264 210,264 210,440 24,415"/>
|
||||
<polygon points="233,62 480,28 480,243 233,243"/>
|
||||
<polygon points="233,264 480,264 480,480 233,444"/>
|
||||
<path fill-rule="evenodd" d="M210 441l270 39V28L24 92v323l209 29V243H24v21h209V63l-23 3v198h270v-21H210"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 371 B After Width: | Height: | Size: 278 B |