larsenwork / web.svg.min

Vector icons, badges, flags etc. über optimised for web use.
384 stars 31 forks source link

Add Skype #9

Open hirako2000 opened 7 years ago

hirako2000 commented 7 years ago

The logo without text, it is contained in this Sprite

Sprite used on official website

hirako2000 commented 7 years ago

Before: 1,111 bytes

<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="icons" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
     viewBox="0 0 48 120" style="enable-background:new 0 0 48 120;" xml:space="preserve">
<path fill="#00b1f3" d="M21.3,37.7c0.1-0.6,0.2-1.1,0.2-1.7c0-5.2-4.2-9.5-9.5-9.5c-0.6,0-1.2,0.1-1.7,0.2C9.5,26.3,8.6,26,7.6,26
    C4.5,26,2,28.5,2,31.6c0,1,0.3,1.9,0.7,2.7c-0.1,0.6-0.2,1.1-0.2,1.7c0,5.2,4.2,9.5,9.5,9.5c0.6,0,1.2-0.1,1.7-0.2
    c0.8,0.4,1.7,0.7,2.7,0.7c3.1,0,5.6-2.5,5.6-5.6C22,39.4,21.7,38.5,21.3,37.7z M12,42c-3.4,0-4.9-1.7-4.9-2.9c0-0.6,0.5-1.1,1.1-1.1
    c1.4,0,1.1,2.1,3.7,2.1c1.4,0,2.1-0.7,2.1-1.5c0-0.5-0.2-1-1.1-1.2l-3-0.7c-2.4-0.6-2.8-1.9-2.8-3.1c0-2.5,2.4-3.5,4.6-3.5
    c2.1,0,4.5,1.1,4.5,2.7c0,0.7-0.6,1-1.2,1c-1.2,0-1-1.7-3.5-1.7c-1.2,0-1.9,0.6-1.9,1.4c0,0.8,1,1,1.8,1.2l2.2,0.5
    c2.4,0.5,3,2,3,3.3C16.8,40.4,15.2,42,12,42z"/>
</svg>

After: 647 bytes Saved: 41.76% Larger view box, rounded to int, kept filling color.

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
  <g transform="matrix(1 0 0 -1 0 200)">
   <path fill="#00b1f3" d="M193 83c4 -8 7 -17 7 -27c0 -31 -25 -56 -56 -56c-10 0 -19 3 -27 7c-5 -1 -11 -2 -17 -2c-53 0 -95 43 -95 95c0 6 1 11 2 17c-4 8 -7 17 -7 27c0 31 25 56 56 56c10 0 19 -3 27 -7c5 1 11 2 17 2c53 0 95 -43 95 -95c0 -6 -1 -11 -2 -17zM100 40c32 0 48 16 46 35c0 13 -6 28 -30 33l-22 5c-8 2 -18 4 -18 12s7 14 19 14c25 0 23 -17 35 -17c6 0 12 3 12 10c0 16 -24 27 -45 27c-22 0 -46 -10 -46 -35c0 -12 4 -25 28 -31l30 -7c9 -2 11 -7 11 -12c0 -8 -7 -15 -21 -15c-26 0 -23 21 -37 21c-6 0 -11 -5 -11 -11c0 -12 15 -29 49 -29z"/>
  </g>
</svg>