Stop Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Stop 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/306585.svg" alt="Stop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306585.svg" alt="Stop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306585.svg" alt="Stop icon" :width="24" :height="24" />
CSS background
.icon-stop {
background-image: url('https://proicons.com/icon/306585.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="M510 0C224-5-1 226 0 500c-1 271 218 497 494 500 280 3 506-223 506-500C1000 227 781 5 510 0zm141 727H349c-42 0-76-34-76-76V349c0-42 34-76 76-76h302c42 0 76 34 76 76v302c0 42-34 76-76 76z"/></svg>
Copied!