SVG:rect要素
<rect x="60" y="30" width="200" height="80" />
x : 開始位置(x座標)
y : 開始位置(y座標)
width
height
rx="the x-axis radius (to round the element)"
ry="the y-axis radius (to round the element)"
Color、FillStroke、Graphics
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/SVG:rect要素/r.svg
code:r.svg
<!-- Simple rectangle -->
<rect width="100" height="100" />
<!-- Rounded corner rectangle -->
<rect x="120" width="100" height="100" rx="15" />
</svg>
SVG要素.icon