10 lines
475 B
XML
10 lines
475 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
|
|
<rect x="0" y="0" width="100" height="100" rx="10" fill="#f0f0f0" />
|
|
<!-- Head -->
|
|
<circle cx="50" cy="20" r="10" fill="#f44336" />
|
|
<!-- Body -->
|
|
<rect x="20" y="32" width="60" height="40" rx="15" fill="#f44336" />
|
|
<!-- Legs -->
|
|
<rect x="30" y="70" width="15" height="20" rx="2" fill="#f44336" />
|
|
<rect x="55" y="70" width="15" height="20" rx="2" fill="#f44336" />
|
|
</svg> |