6 lines
174 B
XML
6 lines
174 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<rect width="100" height="100" fill="#FF0000"/>
|
|
<polygon points="40,30 40,70 70,50" fill="white"/>
|
|
</svg>
|
|
|