Circle Pixel Art Icon
A circle shape icon for shape pickers, drawing tools, design primitives and geometric element selectors.
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Circle icon
A simple circle outline (or solid disc in filled variants), the most basic closed curve in design and geometry. Use it in a drawing-tool shape picker, a design-system primitive selector, a diagram editor's insert-shape menu, or a color-picker's circle swatch. Its dual presence as both a shape and a UI element makes it ubiquitous. For a circle that also conveys a layered or stacked context, circle-pile adds that nuance; for mixed-shape compositions, circle-square offers a combined form.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/circle.svg" width="24" height="24" alt="Circle" />
<!-- React -->
import { Circle } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="circle.svg" width="48" height="48" style="image-rendering: pixelated" />