11 lines
543 B
XML
11 lines
543 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
|
|
<rect width="200" height="200" fill="#f5f7f2"/>
|
|
<g transform="translate(50, 50)">
|
|
<!-- Pot -->
|
|
<path d="M50,100 L90,100 L80,140 L20,140 L10,100 Z" fill="#6b8f71"/>
|
|
<!-- Plant -->
|
|
<path d="M50,20 C30,20 20,40 20,60 C20,80 40,90 50,90 C60,90 80,80 80,60 C80,40 70,20 50,20 Z" fill="#b7c7a3"/>
|
|
<path d="M50,90 L50,100" stroke="#6b8f71" stroke-width="4"/>
|
|
</g>
|
|
</svg> |