Visually centered a few icons, some new paths and optimizations. (#75)

* Visually centered a few icons, some new paths and optimizations.

Apple - Visually centered and change the path to more a accurate one.
Bytes: 1011 —> 580.

Dropbox - Visually centered and change the path to fix point alignment.
Bytes: 338 —> 350.

Twitter - Visually centered.
Bytes: 425 —> 431.

Ubuntu - Visually centered and change the path and color to a more
accurate one.
Bytes: 755 —> 674.

Vimeo - Visually centered.
Bytes: 375 —> 379.

WhatsApp - Visually centered and change the path and color to more a
accurate one.
Bytes: 646 —> 611.

Windows - Visually centered and change the path to fix the lines
between shapes.
Bytes: 274 —> 284.

Hope this helps.

FYI: Wikicommons have good SVG shapes and most companies have brand
guidelines with accurate logo renditions and colors.

* Removed newlines, fixed Ubuntu color and updated ReadMe and Twitter PNG.
This commit is contained in:
arturoacevedob
2017-11-28 02:39:08 -06:00
committed by Terence Eden
parent b0d326536e
commit 84dfe7491b
9 changed files with 14 additions and 14 deletions

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="#fff" aria-label="Ubuntu" role="img" viewBox="0 0 512 512"><rect width="512" height="512" fill="#E95420" rx="15%"/><circle cx="256" cy="256" r="170"/><circle cx="256" cy="256" r="100" fill="#E95420"/><circle cx="60" cy="256" r="60" fill="#E95420"/><circle cx="60" cy="256" r="45"/><circle cx="60" cy="256" r="60" fill="#E95420" transform="rotate(120 256 256)"/><circle cx="60" cy="256" r="45" transform="rotate(120 256 256)"/><circle cx="60" cy="256" r="60" fill="#E95420" transform="rotate(240 256 256)"/><circle cx="60" cy="256" r="45" transform="rotate(240 256 256)"/><path fill="#E95420" d="M432 245v22h-80v-22zM177.53 413.92l-19.06-11 40-69.28 19.06 11zm-19.06-304.84l19.06-11 40 69.28-19.06 11z"/></svg>
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" aria-label="Ubuntu" role="img"><rect fill="#e65e17" height="512" rx="15%" width="512"/><circle cx="268" cy="256" fill="#fff" r="158"/><circle cx="268" cy="256" fill="#e65e17" r="104"/><circle cx="84" cy="257" fill="#e65e17" r="50"/><circle cx="84" cy="257" fill="#fff" r="38"/><circle cx="361" cy="417" fill="#e65e17" r="50"/><circle cx="361" cy="417" fill="#fff" r="38"/><circle cx="361" cy="96" fill="#e65e17" r="50"/><circle cx="361" cy="96" fill="#fff" r="38"/><path d="m432 266v-20h-64v20zm-254 126 18 10 32-55-18-10zm18-283-18 11 32 55 18-10z" fill="#e65e17"/></svg>

Before

Width:  |  Height:  |  Size: 755 B

After

Width:  |  Height:  |  Size: 634 B