SVG:circle要素
円を描画する
<circle cx="100" cy="70" r="25" />
cx cy : 中心座標
r : 半径
SVG:プレゼンテーション属性
Color、FillStroke、Graphics
circle - SVG: スケーラブルベクターグラフィック | MDN
<circle> - SVG: Scalable Vector Graphics | MDN
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/SVG:circle要素/c.svg
code:c.svg
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<circle cx="50" cy="50" r="45" />
</svg>
SVG:円 - SVG:circle
circle
SVG要素.icon