Skip to content

Instantly share code, notes, and snippets.

@leebyron
Created June 19, 2013 21:27
Show Gist options
  • Save leebyron/5818233 to your computer and use it in GitHub Desktop.
Save leebyron/5818233 to your computer and use it in GitHub Desktop.
React logo SVG
<svg version="1.1" width="184px" height="166px" viewBox="0 0 184 166">
<g transform="translate(92 83)">
<circle fill="#fff" r="16" />
<g fill="none" stroke="#fff" stroke-width="8">
<ellipse rx="84" ry="32" />
<ellipse rx="84" ry="32" transform="rotate(120)" />
<ellipse rx="84" ry="32" transform="rotate(60)" />
</g>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment