Skip to content

Instantly share code, notes, and snippets.

@ptb
Created October 16, 2014 14:16
Show Gist options
  • Save ptb/b784dc1d24891a266c58 to your computer and use it in GitHub Desktop.
Save ptb/b784dc1d24891a266c58 to your computer and use it in GitHub Desktop.
JavaScript logo in SVG
Display the source blob
Display the rendered blob
Raw
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'><rect fill='#f0db4f' stroke='#333' height='120' width='120'/><g fill='#333'><path d='m54 55v39c0 8-10 9-13.5 0.5l-9 5.5c6.5 15.5 33.5 14 33.5-5v-40z'/><path d='m95 77c-19-6-4-20 3.5-8l8.5-5.5c-5-13.5-32.5-12-32.5 5.5 0 6 1.5 13 15.5 18 22 8-1 22-9.5 6.5l-9 5.5c6.5 16.5 39 15.5 39-4 0-11-9-16-15.5-18z'/></g></svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment