23 lines
946 B
XML
23 lines
946 B
XML
<svg viewBox="0 0 128 128"
|
|
xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Cut third of a log">
|
|
<defs>
|
|
<radialGradient id="bg" cx="1" cy="0" r="1.25">
|
|
<stop offset="0" stop-color="#C99763"/>
|
|
<stop offset="1" stop-color="#EED5B8"/>
|
|
</radialGradient>
|
|
<linearGradient id="wood" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#8E4F24"/>
|
|
<stop offset="1" stop-color="#4C250E"/>
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<path d="M6 6H98A24 24 0 0 1 122 30V122H30A24 24 0 0 1 6 98V6Z" fill="url(#bg)"/>
|
|
|
|
<g transform="translate(48 50) rotate(-18)">
|
|
<path d="M0 0 L56 0 A56 56 0 0 1 -28 48.5 Z" fill="url(#wood)"/>
|
|
<path d="M0 0 L43 0 A43 43 0 0 1 -21.5 37.24 Z" fill="#B86B34"/>
|
|
<path d="M0 0 L32 0 A32 32 0 0 1 -16 27.71 Z" fill="#CD8750"/>
|
|
<path d="M0 0 L22 0 A22 22 0 0 1 -11 19.05 Z" fill="#E3A977"/>
|
|
<path d="M0 0 L8 0 A8 8 0 0 1 -4 6.93 Z" fill="#F5D1A9"/>
|
|
</g>
|
|
</svg> |