Skip to content

Instantly share code, notes, and snippets.

@turboBasic
Last active June 24, 2017 12:21
Show Gist options
  • Save turboBasic/dc1b277055c9974b2213959c1c3d1b71 to your computer and use it in GitHub Desktop.
Save turboBasic/dc1b277055c9974b2213959c1c3d1b71 to your computer and use it in GitHub Desktop.
Twitter bird logo, new SVG version
Display the source blob
Display the rendered blob
Raw
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" baseProfile="full"
id="id_logoTwitter"
viewBox="0 0 123 100"
height="100" width="123"
class="LogoTwitter"
style="fill: #00aced; stroke: null;">
<style>
/* <![CDATA[ */
.LogoTwitter {
fill: #00aced;
stroke: "null";
}
.LogoTwitter__bird {
}
/* ]]> */
</style>
<g class="LogoTwitter LogoTwitter__bird">
<path
d="m122.81384,11.81457c-4.51828,2.0043 -9.37429,3.3577 -14.47101,3.96685c5.20111,-3.11821 9.19744,-8.05528
11.07893,-13.93923c-4.86829,2.88732 -10.26099,4.98374 -16.00126,6.11484c-4.59565,-4.89777 -11.14402,-7.95703
-18.39119,-7.95703c-13.91467,0 -25.19624,11.28034 -25.19624,25.19624c0,1.97483 0.22229,3.89807
0.65213,5.74149c-20.94078,-1.05005 -39.50636,-11.08138 -51.93377,-26.32611c-2.16887,3.72122 -3.41173,8.04914
-3.41173,12.66689c0,8.7418 4.44827,16.45321 11.20911,20.97271c-4.13019,-0.13141 -8.01598,-1.26497
-11.41298,-3.15137c-0.00246,0.10562 -0.00246,0.21001 -0.00246,0.31686c0,12.20757 8.68531,22.3912
20.21127,24.70621c-2.11361,0.57599 -4.3402,0.88425 -6.63802,0.88425c-1.62358,0 -3.20172,-0.15843
-4.74057,-0.45195c3.20664,10.00923 12.51215,17.29447 23.53704,17.49711c-8.62267,6.75838 -19.48791,10.78663
-31.29265,10.78663c-2.03378,0 -4.03931,-0.11913 -6.01045,-0.35247c11.15016,7.14892 24.3955,11.32087
38.62334,11.32087c46.3458,0 71.68941,-38.39368 71.68941,-71.68941c0,-1.09303 -0.02579,-2.1787
-0.07369,-3.25945c4.92479,-3.55297 9.19744,-7.99019 12.57478,-13.04393"/>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment