SVG:line要素
<line x1="60" y1="30" x2="60" y2="250" />
x1 y1 開始座標
x2 y2 終了座標
Color、FillStroke、Graphics、Markers
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/SVG:line要素/l.svg
code:l.svg
<line x1="0" y1="80" x2="100" y2="20" stroke="black" />
<!-- If you do not specify the stroke
color the line will not be visible -->
</svg>
SVG要素.icon