Skip to content

Instantly share code, notes, and snippets.

@turboBasic
Last active June 24, 2017 12:06
Show Gist options
  • Save turboBasic/34d0272f545b51a4b9fc2e3b87edcc53 to your computer and use it in GitHub Desktop.
Save turboBasic/34d0272f545b51a4b9fc2e3b87edcc53 to your computer and use it in GitHub Desktop.
Facebook SVG logo
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink"
id="id_logoFacebook"
viewBox="0 0 100 100"
x="0" y="0" width="100" height="100"
class="LogoFacebook"
style="fill: #3C5A99; stroke: null;">
<style>
/* <![CDATA[ */
.LogoFacebook {
fill: "#3C5A99";
stroke: "null";
}
.LogoFacebook__f {
fill: "#FFFFFF";
}
/* ]]> */
</style>
<g>
<path
d="m94.36624,99.87914c3.04382,0 5.51213,-2.46831 5.51213,-5.51291l0,-88.85372c0,-3.04498 -2.46792,-5.51252
-5.51213,-5.51252l-88.85372,0c-3.04498,0 -5.51252,2.46753 -5.51252,5.51252l0,88.85372c0,3.04421 2.46715,5.51291
5.51252,5.51291l88.85372,0z"/>
<path
class="LogoFacebook LogoFacebook__f"
style="fill: #FFFFFF;"
d="m68.91463,99.87914l0,-38.67871l12.98256,0l1.94395,-15.07378l-14.92651,0l0,-9.62366c0,-4.36421 1.21187,-7.33827
7.47004,-7.33827l7.98199,-0.00349l0,-13.48211c-1.38046,-0.1837 -6.11865,-0.59412 -11.63117,-0.59412c-11.50831,0
-19.38722,7.02474 -19.38722,19.92514l0,11.1165l-13.01589,0l0,15.07378l13.01589,0l0,38.67871l15.56636,0z"/>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment