Back to Explorer
16 - 512
0.5 - 4.0
Save to
imageoutline
md incomplete circle
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdIncompleteCircleIcon = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
width="24"
height="24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
{...props}
>
<path d="M22,12c0,5.52-4.48,10-10,10S2,17.52,2,12c0-2.76,1.12-5.26,2.93-7.07L12,12V2C17.52,2,22,6.48,22,12z"/>
</svg>
);SVG Optimizer
Before
0.29 KB
↓
After
0.29 KB
Tags
activeactivity indicatoranimationarcbroken circlebusychartcirclecurvegeometricgraphicincompleteincomplete circleindicatorlineloadingloading spinneropen circlepartial circlependingprocessprogressprogress indicatorrefreshrefresh spinnerreloadringroundsegmentshapespinningwaiting
Compare Alternatives
See how other libraries approach this concept.