13 lines
556 B
XML
13 lines
556 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<defs>
|
|
<linearGradient id="wood" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0" stop-color="#c69057"/>
|
|
<stop offset="1" stop-color="#8f5f34"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="64" height="64" rx="8" fill="#4f3218"/>
|
|
<rect x="5" y="5" width="54" height="54" rx="7" fill="url(#wood)"/>
|
|
<path d="M9 12H55M9 52H55M12 9V55M52 9V55" stroke="#6f4523" stroke-width="4"/>
|
|
<path d="M16 16 L48 48M48 16 L16 48" stroke="#e5bd83" stroke-width="3" opacity="0.45"/>
|
|
</svg>
|