blob: 20e747ac67c78f6f4f54677cc6c978377bfc0fef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!--
tags: [garden, home, house, farm, wood, barrier, fence, architecture, structure, construction]
category: Buildings
version: "1.41"
unicode: "ef2a"
-->
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M4 12v4h16v-4l-16 0" />
<path d="M6 16v4h4v-4m0 -4v-6l-2 -2l-2 2v6" />
<path d="M14 16v4h4v-4m0 -4v-6l-2 -2l-2 2v6" />
</svg>
|