Check Circled Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Check Circled icon is commonly used in to-do lists, form validation and success states. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/305372.svg" alt="Check Circled icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305372.svg" alt="Check Circled icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305372.svg" alt="Check Circled icon" :width="24" :height="24" />
CSS background
.icon-check-circled {
background-image: url('https://proicons.com/icon/305372.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M687 299c-3-3-9-3-13 1L425 564c-4 4-10 4-13 0l-89-88c-3-4-9-4-13 0l-53 53c-4 4-4 10 0 14l158 158c3 3 9 3 13-1 105-111 210-223 316-335 3-4 3-9-1-13-18-18-37-35-56-53zM500 62C258 62 63 258 63 500s195 438 437 438 438-196 438-438S742 62 500 62zm0 807c-203 0-369-166-369-369s166-369 369-369c204 0 369 165 369 369S704 869 500 869z"/></svg>
Check Circled in other icon packs
Copied!