Check Circle 2 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Check Circle 2 Svg 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/308902.svg" alt="Check Circle 2 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308902.svg" alt="Check Circle 2 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308902.svg" alt="Check Circle 2 Svg icon" :width="24" :height="24" />
CSS background
.icon-check-circle-2---svg {
background-image: url('https://proicons.com/icon/308902.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4 11.9999C4 7.5816 7.58172 3.99988 12 3.99988C12.5523 3.99988 13 3.55216 13 2.99988C13 2.44759 12.5523 1.99988 12 1.99988C6.47715 1.99988 2 6.47703 2 11.9999C2 17.5227 6.47715 21.9999 12 21.9999C17.5228 21.9999 22 17.5227 22 11.9999C22 11.4476 21.5523 10.9999 21 10.9999C20.4477 10.9999 20 11.4476 20 11.9999C20 16.4182 16.4183 19.9999 12 19.9999C7.58172 19.9999 4 16.4182 4 11.9999ZM19.7071 5.70711C20.0976 5.31658 20.0976 4.68342 19.7071 4.29289C19.3166 3.90237 18.6834 3.90237 18.2929 4.29289L16 6.58579L15.7071 6.29289C15.3166 5.90237 14.6834 5.90237 14.2929 6.29289C13.9024 6.68342 13.9024 7.31658 14.2929 7.70711L15.2929 8.70711C15.6834 9.09763 16.3166 9.09763 16.7071 8.70711L19.7071 5.70711Z" fill="#292929"/> </svg>
Copied!