63070094 emoji
✨ NARUMOL THONGCHUE
<html> <head> <title>Let's Start</title> <style> body{ background:#ddd; margin:0; font-family:sans-serif; } svg{ background: #eee; } </style> </head> <body> <svg viewBox="0 0 100 100"> <rect width="100" height="0" fill="#3a3"> <animate attributeName="height" values="0;100;0" dur="10s" repeatCount="indefinite"/> <animate attributeName="height" values="0;100;0" dur="10s" repeatCount="indefinite"/> </rect> <circle cx="50" cy="50" r="50"/> <circle cx="50" cy="50" r="45" fill="#ec5"/> <svg y="30"> <svg x="20"> <polygon points="2,0 20,18 18,20 0,2"/> <polygon points="18,0 20,2 2,20 0,18"/> </svg> <svg x="60"> <polygon points="2,0 20,18 18,20 0,2"/> <polygon points="18,0 20,2 2,20 0,18"/> </svg> </svg> <svg y="13"> <svg x="20"> <rect width="20" height="10" rx="10"/> </svg> <svg x="60"> <rect width="20" height="10" rx="10"/> </svg> </svg> <svg y="17"> <svg x="20"> <rect width="20" height="10" fill="#ec5" rx="10"/> </svg> <svg x="60"> <rect width="20" height="10" fill="#ec5" rx="10"/> </svg> </svg> <svg y="50" x="40"> <rect width="20" height="25" rx="20"> <animate attributeName="height" values="25;30;25" dur="4s" repeatCount="indefinite"/> </rect> </svg> </svg> </body> </html>