SVG Gengar (Copy 5784)
✨ CHAYANON PETTAVEE
<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 30"> <circle r="20" cx="20" cy="27" fill="hsl(270, 40%, 30%)"> </circle> <polygon points=" 30,5 3-,20 40,12 "></polygon> <rect width="40" height="15"x="0" y="27" fill="hsl(270, 40%, 30%)"></rect> <svg viewbox="0 0 5 6"> <!--<rect width="5" height="6" fill="hsla(0, 100%, 100%, 0.2)"></rect>--> <ellipse rx="2.5" ry="2" cx="2.5" cy="4" fill="white"></ellipse> <ellipse rx="2.9" ry="2" cx="2.5" cy="3.3" fill="hsl(270, 40%, 30%)"></ellipse> </svg> <svg viewbox="0 0 4 6"> <!-- <rect width="4" height="6"></rect> --> <ellipse ry="1" rx="1.2" cx="3.5" cy="3.5" fill="hsl(0, 60%, 40%)"></ellipse> <ellipse ry="1" rx="1.2" cx=".5" cy="3.5" fill="hsl(0, 60%, 40%)"></ellipse> <ellipse ry="0.5" rx="0.2" cx=".4" cy="3.5" fill="hsl(0, 0%, 13%)"></ellipse> <ellipse ry="0.5" rx="0.2" cx="3.6" cy="3.5" fill="hsl(0, 0%, 13%)"></ellipse> <ellipse ry="0.05" rx="0.08" cx="3.8" cy="3.7" fill="hsl(0, 0%, 100%)"></ellipse> <ellipse ry="0.05" rx="0.08" cx="0.2" cy="3.7" fill="hsl(0, 0%, 100%)"></ellipse> <polygon points=" 2.3,4 2.3,2 7,2 5,4 4.3,2 7,2 " fill="hsl(270, 40%, 30%)"> </polygon> <polygon points=" 1.7,4 1.7,2 -3,2 -1,4 -1,2 -3,2 " fill="hsl(270, 40%, 30%)"> </polygon> <polygon points=" 5,2.5 1,2 7,0 " fill="hsl(270, 40%, 30%)"> </polygon> <polygon points=" -1,2.5 3,2 -3,0 " fill="hsl(270, 40%, 30%)"> </polygon> <polygon points=" 1,0.9 2,2.5 2,0.9 3,2 " fill="hsl(270, 40%, 30%)"> </polygon> </svg> </svg> </body> </html>