14 lines
610 B
XML
14 lines
610 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="g" x1="0%" y1="0%" x2="100%" y2="100%">
|
||
|
|
<stop offset="0%" stop-color="#f1cd73" />
|
||
|
|
<stop offset="100%" stop-color="#9f7a1c" />
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
<rect width="64" height="64" rx="14" fill="#08101d" />
|
||
|
|
<path d="M14 45 28 18l9 18 13-25" fill="none" stroke="url(#g)" stroke-linecap="round" stroke-linejoin="round" stroke-width="5" />
|
||
|
|
<circle cx="28" cy="18" r="4" fill="#f4efe2" />
|
||
|
|
<circle cx="37" cy="36" r="4" fill="#f4efe2" />
|
||
|
|
<circle cx="50" cy="11" r="4" fill="#f4efe2" />
|
||
|
|
</svg>
|