Close Circled Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Close Circled 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/305393.svg" alt="Close Circled icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305393.svg" alt="Close Circled icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305393.svg" alt="Close Circled icon" :width="24" :height="24" />
CSS background
.icon-close-circled {
background-image: url('https://proicons.com/icon/305393.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="M703 349c6-6 6-16 0-22l-33-34c-6-6-16-6-22 0-46 47-91 93-137 140-6 6-16 6-22 0-46-47-91-93-137-140-6-6-16-6-22 0-11 12-22 23-33 35-6 6-6 16 0 22 45 45 90 92 137 139 6 6 6 16 0 22-46 47-92 93-137 140-6 6-6 16 0 22l33 34c7 6 16 6 22 0l137-139c6-6 16-6 22 0 46 46 91 92 137 139 6 6 16 6 22 0 11-12 22-23 33-34 6-6 6-16 0-22-45-46-90-93-136-140-6-6-6-16 0-22 45-47 91-93 136-140zM500 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-369 369 165 369 369-165 369-369 369z"/></svg>
Copied!