24 lines
994 B
XML
24 lines
994 B
XML
<svg viewBox="0 0 72 72" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="L" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#9B5CF6"/>
|
|
<stop offset="100%" stop-color="#A855F7"/>
|
|
</linearGradient>
|
|
<linearGradient id="R" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#D946EF"/>
|
|
<stop offset="100%" stop-color="#E11D89"/>
|
|
</linearGradient>
|
|
<mask id="notch">
|
|
<rect x="-40" y="-40" width="80" height="80" fill="white"/>
|
|
<circle cx="0" cy="-26" r="3.5" fill="black"/>
|
|
<circle cx="0" cy="26" r="3.5" fill="black"/>
|
|
</mask>
|
|
</defs>
|
|
<g transform="translate(36,36)">
|
|
<g transform="rotate(45)" mask="url(#notch)">
|
|
<path d="M-20 -26 L0 -26 L-4.5 -1.5 L4.5 1.5 L0 26 L-20 26 Q-26 26 -26 20 L-26 -20 Q-26 -26 -20 -26 Z" fill="url(#L)"/>
|
|
<path d="M0 -26 L20 -26 Q26 -26 26 -20 L26 20 Q26 26 20 26 L0 26 L4.5 1.5 L-4.5 -1.5 Z" fill="url(#R)"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|