13 lines
676 B
XML
13 lines
676 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none">
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="fg" x1="0" y1="0" x2="32" y2="32" gradientUnits="userSpaceOnUse">
|
||
|
|
<stop offset="0" stop-color="#58a6ff"/>
|
||
|
|
<stop offset="1" stop-color="#3fb950"/>
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
<rect width="32" height="32" rx="6" fill="#0d1117"/>
|
||
|
|
<path d="M16 4 L27 11 L27 21 L16 28 L5 21 L5 11 Z" stroke="url(#fg)" stroke-width="1.8" fill="url(#fg)" fill-opacity="0.12"/>
|
||
|
|
<path d="M12 16 L16 12 L20 16 L16 20 Z" stroke="#58a6ff" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
||
|
|
<circle cx="16" cy="16" r="1.8" fill="#58a6ff"/>
|
||
|
|
</svg>
|