Four Arms Ben10
✨ Oof Thiraphop
<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <title></title> </head> <body> <svg viewbox = "0 0 50 50" style = "background: gray; width: 50vh;"> <rect fill = "#FBFF33" width = "40" height = "40" rx="15" x = "5" y = "5"> </rect> <#line stroke = "black" x1 = "25" y1 = "25" x2 = 25 y2 = "5" stroke-width = "10"></line> <circle fill = "white" r = "5" cx = "15" cy = "15" stroke="black" stroke-width = "1"> </circle> <circle fill = "white" r = "5" cx = "35" cy = "15" stroke="black" stroke-width = "1"> </circle> <#ellipse fill = "yellow" cx = "10" cy = "15" rx = "2" ry = "4" stroke = "black" transform = "rotate(-30 18 15)"></ellipse> <#ellipse fill = "yellow" cx = "40" cy = "15" rx = "2" ry = "4" stroke = "black" transform = "rotate(30 32 15)"></ellipse> <#ellipse fill = "yellow" cx = "8" cy = "20" rx = "1" ry = "2" stroke = "black" transform = "rotate(-30 25 15)"></ellipse> <#ellipse fill = "yellow" cx = "42" cy = "20" rx = "1" ry = "2" stroke = "black" transform = "rotate(30 25 15)"></ellipse> <rect fill = "#D63F1F" width = "25" height = "10" rx="3" x = "12.5" y = "30"> </rect> <polygon fill = "white" points = "12, 30 15,30 16,34 17,30 20,30 21,34 22,30 25,30 26,34 27,30 30,30 31,34 32,30"></polygon> <#line stroke = "black" x1 = "25" y1 = "45" x2 = 25 y2 = "40" stroke-width = "10"></line> </svg> </body> </html>