Close Circle 2 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Close Circle 2 Svg icon is commonly used in modals, notifications and tag removals. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/308906.svg" alt="Close Circle 2 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308906.svg" alt="Close Circle 2 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308906.svg" alt="Close Circle 2 Svg icon" :width="24" :height="24" />
CSS background
.icon-close-circle-2---svg {
background-image: url('https://proicons.com/icon/308906.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="M12 3.99988C7.58172 3.99988 4 7.5816 4 11.9999C4 16.4182 7.58172 19.9999 12 19.9999C16.4183 19.9999 20 16.4182 20 11.9999C20 11.4476 20.4477 10.9999 21 10.9999C21.5523 10.9999 22 11.4476 22 11.9999C22 17.5227 17.5228 21.9999 12 21.9999C6.47715 21.9999 2 17.5227 2 11.9999C2 6.47703 6.47715 1.99988 12 1.99988C12.5523 1.99988 13 2.44759 13 2.99988C13 3.55216 12.5523 3.99988 12 3.99988ZM19.7071 4.29289C20.0976 4.68342 20.0976 5.31658 19.7071 5.70711L18.9142 6.49997L19.7071 7.29272C20.0976 7.68323 20.0976 8.31639 19.7071 8.70693C19.3166 9.09747 18.6834 9.09749 18.2929 8.70698L17.5 7.91418L16.7071 8.7071C16.3166 9.09763 15.6834 9.09763 15.2929 8.7071C14.9024 8.31658 14.9024 7.68342 15.2929 7.29289L16.0858 6.50002L15.2928 5.70712C14.9023 5.31661 14.9023 4.68344 15.2928 4.2929C15.6833 3.90236 16.3164 3.90234 16.707 4.29285L17.5 5.0858L18.2929 4.29289C18.6834 3.90237 19.3166 3.90237 19.7071 4.29289Z" fill="#292929"/> </svg>
Copied!