<svg xmlns="http://www.w3.org/2000/svg" width="800" height="800" viewBox="0 0 800 800">
<defs>
<linearGradient id="pooGrad" x1="0" x2="1" y1="0" y2="1">
<stop offset="0" stop-color="#7a4a23"/>
<stop offset="1" stop-color="#5a3418"/>
</linearGradient>
<filter id="soft" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2"/>
</filter>
</defs>
<!-- фон -->
<rect width="100%" height="100%" fill="#f6fbf3"/>
<!-- палки (ствол и перекладины) -->
<g stroke="#4a2f1b" stroke-width="14" stroke-linecap="round" stroke-linejoin="round">
<!-- длинный ствол -->
<line x1="400" y1="580" x2="400" y2="720"/>
<!-- перекладины/палки, криво положенные -->
<line x1="310" y1="520" x2="490" y2="560" stroke-width="12"/>
<line x1="280" y1="460" x2="520" y2="500" stroke-width="10"/>
<line x1="250" y1="400" x2="550" y2="430" stroke-width="9"/>
<line x1="330" y1="640" x2="470" y2="670" stroke-width="10"/>
</g>
<!-- кучки "говна" как объемные формы -->
<g fill="url(#pooGrad)" stroke="#402414" stroke-width="3">
<!-- нижняя крупная кучка -->
<path d="M220 520
C 240 590, 300 630, 400 640
C 500 630, 560 590, 580 520
C 540 560, 460 600, 400 600
C 340 600, 260 560, 220 520 Z" filter="url(#soft)"/>
<!-- средняя кучка -->
<path d="M260 420
C 300 480, 360 510, 400 520
C 440 510, 500 480, 540 420
C 500 450, 440 480, 400 470
C 360 480, 300 450, 260 420 Z" filter="url(#soft)"/>
<!-- верхняя кучка -->
<path d="M330 330
C 355 370, 395 390, 400 400
C 405 390, 445 370, 470 330
C 430 350, 395 365, 400 358
C 360 365, 325 350, 330 330 Z" filter="url(#soft)"/>
</g>
<!-- небольшие блестящие блики и текстура -->
<g fill="#8f5a2d" opacity="0.9">
<ellipse cx="450" cy="490" rx="18" ry="10" transform="rotate(-20 450 490)"/>
<ellipse cx="350" cy="540" rx="22" ry="12" transform="rotate(15 350 540)"/>
<ellipse cx="420" cy="370" rx="12" ry="7" transform="rotate(-10 420 370)"/>
</g>
<!-- декоративная "звёздочка" сверху из маленькой палочки -->
<g stroke="#3b2a18" stroke-width="6" stroke-linecap="round">
<line x1="400" y1="310" x2="420" y2="280"/>
<line x1="400" y1="310" x2="380" y2="280"/>
<line x1="405" y1="302" x2="395" y2="318"/>
</g>
<!-- подпись -->
<text x="50" y="770" font-family="Arial, sans-serif" font-size="18" fill="#333">
Ёлка из говна и палок — шуточная картинка
</text>
</svg>