Back to Explorer
16 - 512
Save to
Interfacefilled
hero check circle
Designed by Heroicons
Developer Export Center
Code snippets update in real-time as you customize the playground.
const HeroCheckCircleIcon = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 20 20"
width="24"
height="24"
fill="currentColor"
stroke="none"
strokeWidth="0"
strokeLinecap="round"
strokeLinejoin="round"
{...props}
>
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z" clipRule="evenodd" />
</svg>
);SVG Optimizer
Before
0.38 KB
↓
After
0.38 KB
Tags
successdonetick
Compare Alternatives
See how other libraries approach this concept.