13 lines
440 B
XML
13 lines
440 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#7c8cff"/>
|
|
<stop offset="1" stop-color="#b1a6ff"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect x="2" y="2" width="60" height="60" rx="14" fill="url(#g)"/>
|
|
<path d="M18 36c0-6 4-10 10-10h8v-6h6v24h-6v-12h-7c-2 0-5 1-5 4v8h-6z" fill="#0b0b12"/>
|
|
</svg>
|
|
|
|
|