<svg>
<line
x1="50"
y1="50"
x2="70"
y2="60"
stroke="black"
stroke-width="2"
></line>
</svg>
<svg>
<polygon
points="10 10, 20 10, 15 30"
stroke="red"
stroke-width="2"
></polygon>
</svg>