SVG shape elements
<svg
viewBox
=
"0 0 350 200"
>
<path
stroke
=
"blue"
stroke-width
=
"5"
d
=
"M 50 50 L 250 50"
/>
</svg>