SVG 1 Sec C แทน-ภูมินทร์ (Copy 18644)
✨ POOMIN KAJORNSAKDA
<html> <head> <title>SVG </title> <style> body{ background:#87CEEB; margin:0em; margin-top:2em; font-family:sans-serif; } svg{ background:#00ffff; width:90vmin; height:90vmin; display:block; margin:auto; box-shadow:0px 0px 10px #0006; } </style> </head> <body> <svg viewBox="0 0 100 100"> <circle cx="1" cy="80" r="55" fill="lightgreen" stroke="black" stroke-width="0.3"/> <circle cx="90" cy="80" r="55" fill="lightgreen" stroke="black" stroke-width="0.3"/> <circle cx="50" cy="130" r="70" fill="lightgreen" stroke="black" stroke-width="0.3"/> <rect x="0" y="87" width="40" height="4" fill="#FFFDD0" stroke="black" stroke-width="0.3"/> <rect x="0" y="95" width="40" height="4" fill="#FFFDD0" stroke="black" stroke-width="0.3"/> <rect x="1" y="85" width="4" height="15" fill="#FFFDD0" stroke="black" stroke-width="0.3"/> <rect x="7" y="85" width="4" height="15" fill="#FFFDD0" stroke="black" stroke-width="0.3"/> <rect x="13" y="85" width="4" height="15" fill="#FFFDD0" stroke="black" stroke-width="0.3"/> <rect x="19" y="85" width="4" height="15" fill="#FFFDD0" stroke="black" stroke-width="0.3"/> <rect x="25" y="85" width="4" height="15" fill="#FFFDD0" stroke="black" stroke-width="0.3"/> <rect x="31" y="85" width="4" height="15" fill="#FFFDD0" stroke="black" stroke-width="0.3"/> <rect x="37" y="85" width="4" height="15" fill="#FFFDD0" stroke="black" stroke-width="0.3"/> <rect x="60" y="87" width="40" height="4" fill="#FFFDD0" stroke="black" stroke-width="0.3"/> <rect x="60" y="95" width="40" height="4" fill="#FFFDD0" stroke="black" stroke-width="0.3"/> <rect x="95" y="85" width="4" height="15" fill="#FFFDD0" stroke="black" stroke-width="0.3"/> <rect x="89" y="85" width="4" height="15" fill="#FFFDD0" stroke="black" stroke-width="0.3"/> <rect x="83" y="85" width="4" height="15" fill="#FFFDD0" stroke="black" stroke-width="0.3"/> <rect x="77" y="85" width="4" height="15" fill="#FFFDD0" stroke="black" stroke-width="0.3"/> <rect x="71" y="85" width="4" height="15" fill="#FFFDD0" stroke="black" stroke-width="0.3"/> <rect x="65" y="85" width="4" height="15" fill="#FFFDD0" stroke="black" stroke-width="0.3"/> <rect x="59" y="85" width="4" height="15" fill="#FFFDD0" stroke="black" stroke-width="0.3"/> <rect x="35" y="45" width="30" height="30" fill="#c04000" stroke="black" stroke-width="0.3"/> <polygon points="30,45 50,30 70,45" fill="#c04000" stroke="#63320e" stroke-width=""/> <rect x="50" y="60" width="10" height="15" fill="#c04000" stroke="black" stroke-width="0.3"/> <rect x="37" y="54" width="8" height="10" fill="#87CEFA" stroke="black" stroke-width="0.3"/> <circle cx="5" cy="5" r="15" fill="orange" stroke="black" stroke-width="0.3"/> <circle cx="58" cy="69" r="1" fill="orange" stroke="black" stroke-width="0.3"/> </svg> </body> </html>