13 lines
362 B
XML
13 lines
362 B
XML
|
<svg version="1.1" width="512" height="512" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"
|
||
|
stroke="black" stroke-width="1" fill="none">
|
||
|
|
||
|
<image x="0" y="0" width="64" height="64" href="grass.svg"/>
|
||
|
|
||
|
<!-- fill the inner part of the house -->
|
||
|
<path d="M0,56 H64 V0 H0 z" stroke="none" fill="darkred"/>
|
||
|
|
||
|
<!-- border -->
|
||
|
<path d="M0,56 H64"/>
|
||
|
|
||
|
</svg>
|