A collection of pride flags in the style of Twemoji
at main 15 lines 588 B view raw view rendered
1<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"> 2 <defs> 3 <clipPath clipPathUnits="userSpaceOnUse" id="flag"> 4 <path d="m0 135c0-35.35 28.65-64 64-64h384c35.35 0 64 28.65 64 64v242c0 35.35-28.65 64-64 64h-384c-35.35 0-64-28.65-64-64z"/> 5 </clipPath> 6 </defs> 7 <g clip-path="url(#flag)"> 8 <path fill="#f4900c" d="m0 71h512v74h-512z"/> 9 <path fill="#fdcb58" d="m0 145h512v74h-512z"/> 10 <path fill="#efefef" d="m0 219h512v74h-512z"/> 11 <path fill="#5dadec" d="m0 293h512v74h-512z"/> 12 <path fill="#226699" d="m0 367h512v74h-512z"/> 13 </g> 14</svg> 15