Close Line Circled Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Close Line 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/305394.svg" alt="Close Line Circled icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305394.svg" alt="Close Line Circled icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305394.svg" alt="Close Line Circled icon" :width="24" :height="24" />
CSS background
.icon-close-line-circled {
background-image: url('https://proicons.com/icon/305394.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="M682 292L500 474 318 292l-26 26 182 182-182 182 26 26 182-182 182 182 26-26-182-182 182-182-26-26zm127-101C724 105 621 62 500 62s-224 43-309 129S63 379 63 500s42 224 128 309 188 129 309 129 224-43 309-129 129-188 129-309-43-224-129-309zm-25 593c-77 77-172 116-284 116s-207-39-284-116-116-172-116-284 39-207 116-284 172-116 284-116 207 39 284 116 116 172 116 284-39 207-116 284z"/></svg>
Copied!