* 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
* Changed side for OSI icon
* Changed size for windows logo
* Changed size for ghost logo
* Shrunk digidentity to two paths. Some times an arc is cheaper on bytes than a circle element
* Concatenated paths
* RSS icon shrunk to a single path of 4 arcs
* An incomparably more geometrically correct version that is just few bytes longer and GZIP friendly
* Forgot aria label
* 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.
* 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
* Changed side for OSI icon
* Changed size for windows logo
* Changed size for ghost logo
* Shrunk digidentity to two paths. Some times an arc is cheaper on bytes than a circle element
* Concatenated paths