Stop Circle Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Stop Circle 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/307423.svg" alt="Stop Circle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307423.svg" alt="Stop Circle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307423.svg" alt="Stop Circle icon" :width="24" :height="24" />
CSS background
.icon-stop-circle {
background-image: url('https://proicons.com/icon/307423.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="M6 5C5.44772 5 5 5.44772 5 6V10C5 10.5523 5.44772 11 6 11H10C10.5523 11 11 10.5523 11 10V6C11 5.44772 10.5523 5 10 5H6ZM1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8ZM8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2Z"/></svg>
Stop Circle in other icon packs
Copied!