Skip to content

Instantly share code, notes, and snippets.

@johana-star
Created August 23, 2018 17:29
Show Gist options
  • Save johana-star/857db77a2d7796e09271b7005cbec61a to your computer and use it in GitHub Desktop.
Save johana-star/857db77a2d7796e09271b7005cbec61a to your computer and use it in GitHub Desktop.
trans-lesbian-flags.svg
<svg viewBox="0 0 700 300" xmlns="http://www.w3.org/2000/svg">
<rect id='thick-stripe' width="70" height="300" />\
<rect id='thin-stripe' width="50" height="300" />
<g id='trans-flag' color="black">
<use x='0' href="#thick-stripe" fill="#77ddee" />
<use x='70' href="#thick-stripe" fill="#ffbbcc" />
<use x='140' href="#thick-stripe" fill="white" />
<use x='210' href="#thick-stripe" fill="#ffbbcc" />
<use x='280' href="#thick-stripe" fill="#77ddee" />
</g>
<g id='lesbian-flag'>
<use x='350' href="#thin-stripe" fill="#A41b60" />
<use x='400' href="#thick-stripe" fill="#B75593" />
<use x='450' href="#thin-stripe" fill="#D063A6" />
<use x='500' href="#thick-stripe" fill="white" />
<use x='550' href="#thin-stripe" fill="#E4ACCF" />
<use x='600' href="#thick-stripe" fill="#C44D54" />
<use x='650' href="#thin-stripe" fill="#8B1E04" />
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment