14 lines
742 B
XML
14 lines
742 B
XML
|
|
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="headerGradient" x1="12" y1="10" x2="54" y2="56" gradientUnits="userSpaceOnUse">
|
||
|
|
<stop stop-color="#34D399"/>
|
||
|
|
<stop offset="1" stop-color="#059669"/>
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
<circle cx="32" cy="32" r="32" fill="url(#headerGradient)"/>
|
||
|
|
<circle cx="32" cy="32" r="22" fill="white" fill-opacity="0.16"/>
|
||
|
|
<rect x="18" y="18" width="28" height="28" rx="14" fill="white" fill-opacity="0.18"/>
|
||
|
|
<path d="M24 37L28.8 25H31.4L36.2 37H33.4L32.4 34.3H27.7L26.7 37H24ZM28.5 32.2H31.7L30.1 27.8L28.5 32.2Z" fill="white"/>
|
||
|
|
<path d="M37.9 37V25H40.6V29.6H44.7V32H40.6V37H37.9Z" fill="white"/>
|
||
|
|
</svg>
|