Skip to content

Instantly share code, notes, and snippets.

@ptb
Created October 17, 2014 10:45
Show Gist options
  • Save ptb/0e37d673ea93fa729306 to your computer and use it in GitHub Desktop.
Save ptb/0e37d673ea93fa729306 to your computer and use it in GitHub Desktop.
SVG logo in SVG
Display the source blob
Display the rendered blob
Raw
<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 120 120'><defs><path id='a' d='m29 54c-6.5-5.5-14.5-1-14.5 6s8 11.5 14.5 6h62c6.5 5.5 14.5 1 14.5-6s-8-11.5-14.5-6z' fill='#ffb13b'/><g id='b'><use xlink:href='#a'/><use xlink:href='#a' transform='rotate(45 60 60)'/><use xlink:href='#a' transform='rotate(90 60 60)'/><use xlink:href='#a' transform='rotate(135 60 60)'/></g></defs><g stroke='#000' stroke-width='14'><use xlink:href='#b'/></g><use xlink:href='#b'/></svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment