Skip to content

Instantly share code, notes, and snippets.

@brecert
Created June 4, 2025 12:22
Show Gist options
  • Save brecert/1f7527a58652814838c57f8790a07b32 to your computer and use it in GitHub Desktop.
Save brecert/1f7527a58652814838c57f8790a07b32 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="UTF-8"?>
<!-- https://queer-buccaneers.tumblr.com/post/177533248617/this-is-a-flagsymbol-for-queer-plurals-lots-of -->
<svg xmlns="http://www.w3.org/2000/svg" width="750" height="500">
<defs>
<mask id="a">
<path fill="#fff" d="m0-175 151 87.5v175L0 175l-151-87.5v-175z" />
</mask>
<mask id="b">
<circle cy="-105" r="81" fill="#fff" />
</mask>
<mask id="c">
<circle cx="90" cy="-52.5" r="81" fill="#fff" />
</mask>
<mask id="d">
<circle cx="90" cy="52.5" r="81" fill="#fff" />
</mask>
<mask id="e">
<circle cy="103.5" r="81" fill="#fff" />
</mask>
<mask id="f">
<circle cx="-90" cy="52.5" r="81" fill="#fff" />
</mask>
<mask id="g">
<circle cx="-90" cy="-52.5" r="81" fill="#fff" />
</mask>
</defs>
<rect width="750" height="500" fill="#fff" />
<g mask="url(#a)" transform="translate(375 248.5)">
<circle cy="-105" r="81" fill="#C0239F" />
<circle cx="90" cy="-52.5" r="81" fill="#4843CE" />
<circle cx="90" cy="52.5" r="81" fill="#00B3AE" />
<circle cy="103.5" r="81" fill="#6AFD44" />
<circle cx="-90" cy="52.5" r="81" fill="#FFA90A" />
<circle cx="-90" cy="-52.5" r="81" fill="#E15734" />
<circle cx="-90" cy="-52.5" r="81" fill="#E33451" mask="url(#b)" />
<circle cy="-105" r="81" fill="#7432A7" mask="url(#c)" />
<circle cx="90" cy="-52.5" r="81" fill="#1E71A9" mask="url(#d)" />
<circle cx="90" cy="52.5" r="81" fill="#3CDA6C" mask="url(#e)" />
<circle cy="103.5" r="81" fill="#CCE62E" mask="url(#f)" />
<circle cx="-90" cy="52.5" r="81" fill="#F86B0C" mask="url(#g)" />
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment