6 lines
319 B
XML
6 lines
319 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128">
|
|
<circle cx="64" cy="64" r="56" fill="#FF0000" />
|
|
<path d="M 64 24 A 40 40 0 1 1 24 64" fill="none" stroke="#FFFFFF" stroke-width="12" stroke-linecap="round"/>
|
|
<polygon points="12,68 24,44 36,68" fill="#FFFFFF" transform="rotate(-30 24 64)"/>
|
|
</svg>
|