14 lines
669 B
XML
14 lines
669 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none">
|
||
|
|
<rect width="32" height="32" rx="8" fill="url(#gradient)"/>
|
||
|
|
<path d="M10 16C10 12.6863 12.6863 10 16 10C19.3137 10 22 12.6863 22 16C22 19.3137 19.3137 22 16 22" stroke="#030712" stroke-width="2" stroke-linecap="round"/>
|
||
|
|
<circle cx="16" cy="16" r="3" fill="#030712"/>
|
||
|
|
<circle cx="22" cy="10" r="2" fill="#030712"/>
|
||
|
|
<circle cx="10" cy="22" r="2" fill="#030712"/>
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="gradient" x1="0" y1="0" x2="32" y2="32" gradientUnits="userSpaceOnUse">
|
||
|
|
<stop stop-color="#00f0ff"/>
|
||
|
|
<stop offset="1" stop-color="#8b5cf6"/>
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
</svg>
|