Mangifera indica
✨ SUPHACHAI CHUENSOOKSRI
<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"> <rect fill="#40dae6" width="40" height="40" x="0" y="0"></rect> <rect fill="#54381b" width="6" height="20" x="17" y="20"></rect> <rect fill="#54381b" width="0.5" height="2" x="14.8" y="25"></rect> <rect fill="#54381b" width="0.5" height="2" x="10.7" y="24"></rect> <rect fill="#54381b" width="0.5" height="2" x="24.7" y="25"></rect> <rect fill="#54381b" width="0.5" height="2" x="28.7" y="24"></rect> <circle cx="15" cy="12" fill="#0f6929" r="4"></circle> <circle cx="25" cy="12" fill="#0f6929" r="4"></circle> <circle cx="15" cy="20" fill="#168035" r="6"></circle> <circle cx="25" cy="20" fill="#105725" r="6"></circle> <circle cx="20" cy="12" fill="#106128" r="6"></circle> <circle cx="20" cy="30" fill="#3d2914" r="1"></circle> <ellipse cx="15" cy="28" fill="#fcba03" rx="1" ry="1.5"></ellipse> <ellipse cx="11" cy="27" fill="#fcba03" rx="1" ry="1.5"></ellipse> <ellipse cx="25" cy="28" fill="#fcba03" rx="1" ry="1.5"></ellipse> <ellipse cx="29" cy="27" fill="#fcba03" rx="1" ry="1.5"></ellipse> <ellipse cx="20" cy="40" fill="#22944a" rx="30" ry="4"></ellipse> </svg> </body> </html>