Skip to content

Instantly share code, notes, and snippets.

@annathelibri
Last active August 18, 2019 23:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save annathelibri/b2a6e301a8689537a5dfa77d5ab9dc46 to your computer and use it in GitHub Desktop.
Save annathelibri/b2a6e301a8689537a5dfa77d5ab9dc46 to your computer and use it in GitHub Desktop.
Linux SVG Logo - CC BY-NC-SA 4.0
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" height="400" width="400">
<g transform="translate(45,0)">
<polygon points="0,0 0,400 133,400 133,0" style="fill:#e95420;" />
<polygon points="0,0 133,290 133,0" style="fill:#af1e00;" />
<polygon points="0,400 133,290 310,290 310,400" style="fill:#820078;" />
<polygon points="133,290 310,290 310,400" style="fill:#710069;" />
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment