Skip to content

Instantly share code, notes, and snippets.

@edames
Created May 17, 2018 22:39
Show Gist options
  • Save edames/36652b8650ac2047d7fae057b6069627 to your computer and use it in GitHub Desktop.
Save edames/36652b8650ac2047d7fae057b6069627 to your computer and use it in GitHub Desktop.
Logos
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="100" height="100">
<polygon fill="#19F" points="100,170 65,135 135,135 "></polygon>
<rect fill="#EA0" x="65" y="110" width="70" height="25"></rect>
<rect fill="#E62" x="65" y="85" width="70" height="25"></rect>
<polygon fill="#C25" points="135,85 65,85 65,70 80,55 120,55 135,70 "></polygon>
<path stroke="#333" fill="none" stroke-width="15" d="M140 90c0-22-18-40-39-40C78 50 60 68 60 91V110c0 14 5 27 15 37 l25 25l25-25c10-10 15-23 15-37V90z"></path>
<path stroke="#333" fill="none" stroke-width="15" d="M60 74v50c0 11-9 21-21 21h0c-18 0-27-22-15-35L60 74z"></path>
<path stroke="#333" fill="none" stroke-width="15" d="M140 74v50c0 11 9 21 21 21h0c18 0 27-22 15-35L140 74z"></path>
<line stroke="#333" fill="none" stroke-width="15" stroke-linecap="round" x1="60" y1="30" x2="80" y2="50"></line>
<line stroke="#333" fill="none" stroke-width="15" stroke-linecap="round" x1="140" y1="30" x2="120" y2="50"></line>
</svg>
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment