11 lines
437 B
XML
11 lines
437 B
XML
<svg width="70" height="70" viewBox="0 0 70 70" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Red circle background -->
|
|
<circle cx="35" cy="35" r="33" fill="#E74C3C" opacity="0.2" stroke="#E74C3C" stroke-width="2"/>
|
|
|
|
<!-- X mark -->
|
|
<g stroke="#E74C3C" stroke-width="5" stroke-linecap="round" stroke-linejoin="round">
|
|
<line x1="20" y1="20" x2="50" y2="50"/>
|
|
<line x1="50" y1="20" x2="20" y2="50"/>
|
|
</g>
|
|
</svg>
|