12 lines
441 B
XML
12 lines
441 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<rect x="0" y="0" width="100" height="100" fill="#EFE9DD" />
|
|
|
|
<ellipse cx="50" cy="50" rx="25" ry="20" fill="#1DAA61" />
|
|
<polygon points="27,73 30,50 70,50" fill="#1DAA61" />
|
|
|
|
<line x1="40" y1="50" x2="60" y2="50" stroke-width="3" stroke="#FEFEFE" />
|
|
<line x1="50" y1="40" x2="50" y2="60" stroke-width="3" stroke="#FEFEFE" />
|
|
</svg>
|
|
|