Circle Slash Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Circle Slash icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307041.svg" alt="Circle Slash icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307041.svg" alt="Circle Slash icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307041.svg" alt="Circle Slash icon" :width="24" :height="24" />
CSS background
.icon-circle-slash {
background-image: url('https://proicons.com/icon/307041.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M11.8746 3.41833C9.51718 1.42026 5.98144 1.53327 3.75736 3.75736C1.53327 5.98144 1.42026 9.51719 3.41833 11.8746L11.8746 3.41833ZM12.5817 4.12543L4.12543 12.5817C6.48282 14.5797 10.0186 14.4667 12.2426 12.2426C14.4667 10.0186 14.5797 6.48282 12.5817 4.12543ZM3.05025 3.05025C5.78392 0.316582 10.2161 0.316582 12.9497 3.05025C15.6834 5.78392 15.6834 10.2161 12.9497 12.9497C10.2161 15.6834 5.78392 15.6834 3.05025 12.9497C0.316583 10.2161 0.316582 5.78392 3.05025 3.05025Z"/></svg>
Circle Slash in other icon packs
Copied!