--- title: circle slug: Web/SVG/Element/circle translation_of: Web/SVG/Element/circle ---
{{SVGRef}}

<circle> SVG 要素は SVG の基本的な図形を表すものであり、中心座標と半径を指定して円を描画します。

使用可能な場所

{{svginfo}}

属性値

グローバル属性

専用属性

DOM インターフェイス

この要素は SVGCircleElement インターフェイスを実装しています。

SVG

<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
  <circle cx="100" cy="100" r="100"/>
</svg>

出力

{{EmbedLiveSample('Example', 200, 200)}}

仕様

仕様書 策定状況 備考
{{SpecName("SVG2", "shapes.html#CircleElement", "<circle>")}} {{Spec2("SVG2")}}  
{{SpecName("SVG1.1", "shapes.html#CircleElement", "<circle>")}} {{Spec2("SVG1.1")}} 初期定義

ブラウザ実装状況

{{Compat("svg.elements.circle")}}

関連情報