SVG Hamster
✨ นายทัชชน เจริญภูวดล
<html> <head> <title>Let's Start </title> <style> body{ background:#333; margin:1em; font-family:sans-serif; } svg{ background:#eee; } </style> </head> <body> <svg viewBox="0 0 40 40"> <text x="26" y="2" fill="black" style="font-size:1;">ทัชชน เจริญภูวดล 63070067</text> <svg> <circle cx="15" cy="9.5" r="1" style="fill:#ced0dc ;stroke:#505659 ;stroke-width:0.2"></circle> หูซ้าย <circle cx="30" cy="9.5" r="1" style="fill:#ced0dc ;stroke:#505659 ;stroke-width:0.2"></circle> หูขวา <rect x="10" y="10" rx="3" ry="3" width="25" height="25" style="fill:white;stroke:#505659 ;stroke-width:0.2" /> ตัวมน <rect x="10" y="10" rx="3" ry="3" width="25" height="6.6" style="fill:#D5F0FA;stroke:#505659 ;stroke-width:0.2" /> ครึ่งตัวมน <rect x="10.1" y="11" rx="6" ry="6" width="10" height="7" style="fill:#D5F0FA" /> <rect x="24.9" y="11" rx="6" ry="6" width="10" height="7" style="fill:#D5F0FA" /> <circle cx="22.9" cy="20.5" r="7" fill="white"></circle> <circle cx="17" cy="15" r="0.6" fill="#505659"></circle> ตาซ้าย <circle cx="28.8" cy="15" r="0.6" fill="#505659"></circle> ตาขวา <circle cx="30" cy="32" r="1" style="fill:white ;stroke:#505659 ;stroke-width:0.2"></circle> ขาขวา <circle cx="15" cy="32" r="1" style="fill:white ;stroke:#505659 ;stroke-width:0.2"></circle> ขาซ้าย <circle cx="21.2" cy="17" r="0.5" style="fill:white ;stroke:#505659 ;stroke-width:0.2"></circle> ปาก1 <circle cx="22.2" cy="16.95" r="0.6" style="fill:white ;stroke:#505659 ;stroke-width:0.2"></circle> ปาก2 <circle cx="21.2" cy="16.4" r="0.81" style="fill:white"></circle> <circle cx="22.4" cy="16.45" r="0.81" style="fill:white"></circle> <ellipse cx="20.5" cy="17" rx="0.5" ry="1" fill="#505659"></ellipse> ปากซ้าย <ellipse cx="20.2" cy="17" rx="0.65" ry="1" fill="white"></ellipse> <ellipse cx="15" cy="33" rx="1.5" ry="0.6" fill="white"></ellipse> <ellipse cx="30" cy="33" rx="1.5" ry="0.6" fill="white"></ellipse> <ellipse cx="18" cy="24" rx="1.2" ry="0.6" style="fill:white ;stroke:#505659 ;stroke-width:0.2"></ellipse> แขนซ้าย <ellipse cx="26.8" cy="24" rx="1.5" ry="0.6" style="fill:white ;stroke:#505659 ;stroke-width:0.2"></ellipse> แขนขวา <circle cx="17.65" cy="23.89" r="1.05" fill="white"></circle> ปิดแขนซ้าย <circle cx="27.5" cy="23.7" r="1.4" fill="white"></circle> ปิดแขนขวา <ellipse cx="30.2" cy="16.2" rx="1.3" ry="1" style="fill:#ffc6c5"> <animate attributeName="rx" values="1.5;2.5;1.5" dur="3s" repeatCount="indefinite" /></ellipse> แก้มขวา <ellipse cx="15.6" cy="16.2" rx="1.3" ry="1" style="fill:#ffc6c5"> <animate attributeName="rx" values="1.5;2.5;1.5" dur="3s" repeatCount="indefinite" /></ellipse> แก้มซ้าย </svg> </svg> </body> </html>