Close Circle 1 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Close Circle 1 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/308905.svg" alt="Close Circle 1 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308905.svg" alt="Close Circle 1 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308905.svg" alt="Close Circle 1 Svg icon" :width="24" :height="24" />
CSS background
.icon-close-circle-1---svg {
background-image: url('https://proicons.com/icon/308905.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="M2 11.9999C2 6.47703 6.47715 1.99988 12 1.99988C17.5228 1.99988 22 6.47703 22 11.9999C22 17.5227 17.5228 21.9999 12 21.9999C6.47715 21.9999 2 17.5227 2 11.9999ZM9.29289 9.29289C9.68342 8.90237 10.3166 8.90237 10.7071 9.29289L12 10.5858L13.2929 9.29289C13.6834 8.90237 14.3166 8.90237 14.7071 9.29289C15.0976 9.68342 15.0976 10.3166 14.7071 10.7071L13.4142 12L14.7071 13.2929C15.0976 13.6834 15.0976 14.3166 14.7071 14.7071C14.3166 15.0976 13.6834 15.0976 13.2929 14.7071L12 13.4142L10.7071 14.7071C10.3166 15.0976 9.68342 15.0976 9.2929 14.7071C8.90237 14.3166 8.90237 13.6834 9.2929 13.2929L10.5858 12L9.29289 10.7071C8.90237 10.3166 8.90237 9.68342 9.29289 9.29289Z" fill="#292929"/> </svg>
Copied!