HTML CSS examples for SVG:Path
Use SVG path
<html> <head></head> <body> <svg height="400" width="400"> <path fill="#E94649" fill-opacity="1" stroke-width="1" stroke="gray" stroke-linecap="butt" stroke-linejoin="round" d=" M 71.9 366<!--from www. ja v a 2 s . c om--> L 71.9 9.7 L 143.8 109.79999999999998 L 143.8 366 L 215.72 366 L 215.72 183 L 287.66 183 L 287.636 366 Z" /> </svg> </body> </html>