Last active
June 24, 2017 12:03
-
-
Save turboBasic/4c39246b87fc44eadac2717e8a46ed09 to your computer and use it in GitHub Desktop.
Facebook f SVG logo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" | |
id="id_logoFacebookF" | |
viewBox="0 0 52 100" | |
x="0" y="0" width="52" height="100" | |
class="LogoFacebookF" | |
style="fill: #3C5A99; stroke: null;"> | |
<style> | |
/* <![CDATA[ */ | |
.LogoFacebookF { | |
fill: "#3C5A99"; | |
stroke: "null"; | |
} | |
/* ]]> */ | |
</style> | |
<g id="id_logoFacebookF__all"> | |
<path id="id_logoFacebookF__f" | |
d="m33.63439,99.7822l0,-45.51549l15.27733,0l2.28756,-17.7382l-17.5649,0l0,-11.32472c0,-5.13562 1.42608,-8.63537 8.79043,-8.63537l9.39288,-0.0041l0,-15.86518c-1.62446,-0.21617 -7.20017,-0.69913 -13.68707,-0.69913c-13.5425,0 -22.81407,8.26642 -22.81407,23.44707l0,13.08143l-15.31655,0l0,17.7382l15.31655,0l0,45.51549l18.31784,0z"/> | |
</g> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment