14 lines
718 B
XML
Executable File
14 lines
718 B
XML
Executable File
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
<defs>
|
|
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#00C6FF;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#0072FF;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<circle cx="256" cy="256" r="240" fill="#1a1a1a" stroke="url(#grad1)" stroke-width="12"/>
|
|
<path d="M160 160 L256 60 L352 160 L320 280 L400 200 L440 320 L256 460 L72 320 L112 200 L192 280 Z" fill="url(#grad1)" stroke="#fff" stroke-width="4"/>
|
|
<circle cx="200" cy="220" r="15" fill="#fff"/>
|
|
<circle cx="312" cy="220" r="15" fill="#fff"/>
|
|
<path d="M240 360 L272 360 L256 390 Z" fill="#fff"/>
|
|
</svg>
|