13 lines
539 B
XML
13 lines
539 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0" stop-color="#ffb62e"/><stop offset="1" stop-color="#ff3ad8"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="64" height="64" rx="10" fill="#12072b"/>
|
|
<circle cx="32" cy="30" r="17" fill="url(#g)"/>
|
|
<rect x="12" y="35" width="40" height="2.5" fill="#12072b"/>
|
|
<rect x="12" y="41" width="40" height="3.5" fill="#12072b"/>
|
|
<path d="M6 50h52" stroke="#28f5ff" stroke-width="3"/>
|
|
</svg>
|