SVG Polygon
<!DOCTYPE html> <html> <body> <svg width="200" height="200" viewBox="0 0 200 200"> <polygon points="100,20 180,180 20,180" fill="#22c55e" /> </svg> </body> </html>
<!DOCTYPE html> <html> <body> <svg width="200" height="200" viewBox="0 0 200 200"> <polygon points="100,20 180,180 20,180" fill="#22c55e" /> </svg> </body> </html>