14 lines
760 B
XML
14 lines
760 B
XML
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<circle cx="16" cy="16" r="15" stroke="url(#grad)" stroke-width="2" fill="#0f0f14"/>
|
|
<path d="M10 12C10 9.79086 11.7909 8 14 8H18C20.2091 8 22 9.79086 22 12C22 14.2091 20.2091 16 18 16H14C11.7909 16 10 17.7909 10 20C10 22.2091 11.7909 24 14 24H18C20.2091 24 22 22.2091 22 20" stroke="url(#grad)" stroke-width="2" stroke-linecap="round"/>
|
|
<circle cx="16" cy="16" r="2" fill="url(#grad)"/>
|
|
<defs>
|
|
<linearGradient id="grad" x1="2" y1="2" x2="30" y2="30" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#7aa2f7"/>
|
|
<stop offset="0.5" stop-color="#bb9af7"/>
|
|
<stop offset="1" stop-color="#7dcfff"/>
|
|
</linearGradient>
|
|
</defs>
|
|
</svg>
|
|
|