5 lines
351 B
XML
5 lines
351 B
XML
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
|
<circle cx="50" cy="50" r="45" fill="#fafafa" stroke="#d42314" stroke-width="6"/>
|
|
<line x1="30" y1="30" x2="70" y2="70" stroke="#d42314" stroke-width="8" stroke-linecap="round"/>
|
|
<line x1="70" y1="30" x2="30" y2="70" stroke="#d42314" stroke-width="8" stroke-linecap="round"/>
|
|
</svg> |