Files

16 lines
574 B
XML
Raw Permalink Normal View History

<svg width="32" height="24" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="a" maskUnits="userSpaceOnUse" x="0" y="0" width="32" height="24">
<path fill="#fff" d="M0 0h32v24H0z"/>
</mask>
<g mask="url(#a)" fill-rule="evenodd" clip-rule="evenodd">
<path d="M0 0h32v24H0V0z" fill="#F7FCFF"/>
<path d="M0 0v8h32V0H0z" fill="#272727"/>
<path d="M0 16v8h32v-8H0z" fill="#5EAA22"/>
<path d="M0 2l16 10L0 22V2z" fill="#E31D1C"/>
</g>
<defs>
<clipPath id="clip0_270_67477">
<rect width="32" height="24" fill="white"/>
</clipPath>
</defs>
</svg>