You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wiki-map/svg/house.svg

8 lines
431 B

1 year ago
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewbox="0 0 50 50">
<rect x="10" y="20" width="30" height="30" fill="orange" stroke="black" />
<rect x="30" y="0" width="8" height="20" fill="red" stroke="black" />
<polygon points="0,20 50,20 25,0" fill="red" stroke="black" />
<rect x="25" y="30" width="8" height="20" fill="navajowhite" stroke="black" />
<circle cx="30.5" cy="40" r="1" fill="black" />
</svg>