Toggle navigation
☰
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <svg width="300" height="150" xmlns="http://www.w3.org/2000/svg"> <!-- A group with a shared style and translation --> <g fill="steelblue" stroke="navy" stroke-width="2" opacity="0.85"> <rect x="20" y="30" width="80" height="80" rx="6" /> <circle cx="150" cy="70" r="40" /> <polygon points="240,30 280,110 200,110" /> </g> </svg>