8 lines
480 B
XML
8 lines
480 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" width="100%" height="100%">
|
|
<circle cx="128" cy="128" r="120" fill="#1A1B1E"/>
|
|
<circle cx="128" cy="128" r="114" fill="#2A2B2F"/>
|
|
|
|
<path d="M 70 90 L 128 195 L 186 90" fill="none" stroke="#FF6B22" stroke-width="12" stroke-linecap="round" stroke-linejoin="round"/>
|
|
|
|
<polygon points="128,102 154,117 154,147 128,162 102,147 102,117" fill="none" stroke="#FF9454" stroke-width="12" stroke-linejoin="round"/>
|
|
</svg> |