Created
October 17, 2014 10:45
-
-
Save ptb/0e37d673ea93fa729306 to your computer and use it in GitHub Desktop.
SVG logo in SVG
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 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