Skip to content

Instantly share code, notes, and snippets.

@turboBasic
Last active June 24, 2017 12:19
Show Gist options
  • Save turboBasic/3fead96d793076dbb5f77a821012e962 to your computer and use it in GitHub Desktop.
Save turboBasic/3fead96d793076dbb5f77a821012e962 to your computer and use it in GitHub Desktop.
Google+ SVG logo, 2016 year 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_logoGooglePlus"
viewBox="0 0 155 100"
height="100" width="155"
class="LogoGooglePlus"
style="fill: #DD4B39; stroke: null;">
<style>
/* <![CDATA[ */
.LogoGooglePlus {
fill: "#DD4B39";
stroke: "null";
}
/* ]]> */
</style>
<g>
<path
d="m49.78174,42.63743c0,5.65735 0,11.31469 0,16.97204c9.58606,0.3143 19.01497,0.15715 28.60103,0.3143c-4.24301,21.0579 -32.84404,27.97243 -48.08744,14.14337c-15.5577,-12.10044 -14.92911,-38.65853 1.41434,-49.81608c11.31469,-9.11461 27.50099,-6.75739 38.81568,1.10004c4.40016,-4.08586 8.64317,-8.48602 12.72903,-13.04333c-9.42891,-7.54313 -21.0579,-12.88618 -33.31548,-12.25758c-25.77236,-0.78574 -49.34463,21.68649 -49.81608,47.3017c-1.57149,21.0579 12.10044,41.64436 31.744,49.03034c19.48642,7.54313 44.31588,2.35723 56.73061,-15.08626c8.17172,-11.0004 9.90036,-25.30091 8.95747,-38.65853c-16.02915,0 -31.90115,0 -47.77315,0z"/>
<path
d="m140.73686,42.50438l0,-14.34268l-13.8809,0l0,14.34268l-14.22695,0l0,14.03087l14.22695,-0.01877l0,14.41967l13.8809,-0.05822l0,-14.36145l14.20836,0l0,-14.0121l-14.20836,0z"/>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment