SVG 1 Sec A QE 64070015 พีเจ-จิราพันธ์ (Copy 18218..
✨ NATCHAPHON TANGSATIDPORN
<html> <head> <title>SVG </title> <style> body{ background:#666; margin:0em; margin-top:2em; font-family:sans-serif; } svg{ background:white; width:90vmin; height:90vmin; display:block; margin:auto; box-shadow:0px 0px 10px #0006; } </style> </head> <body> <svg viewBox="0 0 100 100"> <!-- พื้นหญ้า --> <rect x="0" y="70" width="300" height="40" fill="#6DD722"></rect> <!-- ท้องฟ้า --> <rect x="0" y="0" width="300" height="70" fill="lightblue"></rect> <!-- เงา --> <ellipse cx="50" cy="76" rx="30" ry="5" fill="black" opacity="30%"></ellipse> <!-- ต้นไม้ --> <rect x="33.5" y="60" rx="1" ry="1" width="12" height="15" stroke="black" fill="#B99657"></rect> <circle cx="28" cy="60" r="7" stroke="black" fill="#9DEC60"></circle> <circle cx="28" cy="61.3" r="5" fill="#6DD722"></circle> <circle cx="36" cy="52" r="12" stroke="black" fill="#9DEC60"></circle> <circle cx="36" cy="54.3" r="9" fill="#6DD722"></circle> <!-- ตัวบ้าน --> <rect x="40" y="48" rx="1" ry="1" width="33" height="27" stroke="black" fill="#FFFAD0"></rect> <rect x="50" y="45" rx="1" ry="1" width="12" height="6" fill="#FFFAD0"></rect> <rect x="40.9" y="43.5" rx="1" ry="1" width="20" height="5" fill="#FFF48D" transform="rotate(-25 56 51)">></rect> <rect x="40" y="46.5" rx="1" ry="1" width="19.5" height="5" fill="#FFF48D" transform="rotate(25 56 81)">></rect> <rect x="42" y="72.5" rx="1" ry="1" width="15" height="3" stroke="black" fill="#E1E1E1"></rect> <rect x="43.5" y="57.5" rx="1" ry="1" width="12" height="15" stroke="black" fill="#C08355"></rect> <rect x="44" y="58" width="11" height="2" fill="#925E37"></rect> <rect x="45" y="65" width="2" height="2" fill="black"></rect> <rect x="60" y="57.5" rx="1" ry="1" width="8" height="7" stroke="black" fill="#48D0FF"></rect> <polygon points="67.5,64 67.5,58 63,64" fill="#00B9F0"></polygon> <!-- พุ่มไม้ --> <circle cx="75" cy="68" r="8" stroke="black" fill="#9DEC60"></circle> <circle cx="75" cy="69.4" r="6" fill="#6DD722"></circle> <circle cx="83" cy="71" r="5" stroke="black" fill="#9DEC60"></circle> <circle cx="83" cy="72." r="3.5" fill="#6DD722"></circle> <!-- หลังคา --> <rect x="39" y="44" rx="1" ry="1" width="22.5" height="5" stroke="black" fill="#FF6240" transform="rotate(-25 50 54)">></rect> <rect x="39" y="44" rx="1" ry="1" width="23" height="5" stroke="black" fill="#FF6240" transform="rotate(25 56 80)">></rect> <rect x="39.5" y="44.5" width="21.5" height="2" fill="#FF876E" transform="rotate(-25 50 54)">></rect> <rect x="39.5" y="44.5" width="22" height="2" fill="#FF876E" transform="rotate(25 56 80)">></rect> <rect x="39.5" y="46.5" width="20.5" height="2" fill="#FF6240" transform="rotate(-25 50 54)">></rect> <rect x="39.5" y="46.5" width="0" height="2" fill="#FF6240" transform="rotate(25 56 80)">></rect> </svg> </body> </html>