html`<svg width="720" height="120"> # HTML me provee un componente SVG
<circle cx="40" cy="60" r="10"></circle>
<rect x="70" y="45" width="30" height="30" stroke="red" fill="transparent" stroke-width="5"/>
<polyline points="120 50 125 60 130 55 135 70 140 65 145 80 "
stroke="orange" fill="transparent" stroke-width="5"/>
</svg>`