Skip to content

Instantly share code, notes, and snippets.

@turboBasic
Last active June 24, 2017 12:16
Show Gist options
  • Select an option

  • Save turboBasic/b7479b7948a9ea0dd2bab600885b2dd4 to your computer and use it in GitHub Desktop.

Select an option

Save turboBasic/b7479b7948a9ea0dd2bab600885b2dd4 to your computer and use it in GitHub Desktop.
Instagram logo SVG
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" baseProfile="full"
id="id_instagramLogo"
viewBox="0 0 100 100"
height="100" width="100"
class="LogoInstagram"
style="fill: #000; stroke: null;">
<style>
/* <![CDATA[ */
.LogoInstagram {
fill: "#000";
stroke: "null";
}
/* ]]> */
</style>
<g>
<path d="m50,24.00001c-14.1,0 -25.8,11.5 -25.8,25.8s11.5,25.8 25.8,25.8c14.3,0 25.8,-11.7 25.8,-25.8s-11.7,-25.8 -25.8,-25.8zm0,42.3c-9.1,0 -16.5,-7.5 -16.5,-16.5c0,-9.1 7.5,-16.5 16.5,-16.5s16.5,7.5 16.5,16.5c0,9.1 -7.4,16.5 -16.5,16.5z"/>
<circle r="5.8" cy="23.40001" cx="76.8"/>
<path d="m91.9,8.30001c-5.2,-5.4 -12.7,-8.3 -21.2,-8.3l-41.5,0c-17.5,0 -29.2,11.7 -29.2,29.2l0,41.3c0,8.7 2.8,16.1 8.5,21.6c5.4,5.2 12.7,7.9 21,7.9l41.1,0c8.7,0 15.9,-2.8 21.2,-7.9c5.4,-5.2 8.3,-12.7 8.3,-21.4l0,-41.5c-0.1,-8.4 -2.9,-15.7 -8.2,-20.9zm-6.6,77.2c-3.625,3.15833 -8,5.34167 -14.7,5.2l-41.1,0c-6,0 -11.1,-1.8 -14.7,-5.2c-3.6,-3.6 -5.4,-8.7 -5.4,-14.9l0,-41.3c0,-6 1.8,-11.1 5.4,-14.7c3.4,-3.4 8.7,-5.2 14.7,-5.2l41.5,0c6,0 11.1,1.8 14.7,5.4c3.4,3.6 5.4,8.7 5.4,14.5l0,41.5c0.01667,6.85 -2.175,11.54167 -5.8,14.7z"/>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment