Stop Icon
Free SVG icon from the Mage Icons 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/310334.svg" alt="Stop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310334.svg" alt="Stop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310334.svg" alt="Stop icon" :width="24" :height="24" />
CSS background
.icon-stop {
background-image: url('https://proicons.com/icon/310334.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M19.75 6.75V17.25C19.7474 17.9122 19.4832 18.5466 19.0149 19.0149C18.5466 19.4831 17.9122 19.7474 17.25 19.75H6.75C6.08777 19.7474 5.45338 19.4831 4.98511 19.0149C4.51684 18.5466 4.25263 17.9122 4.25 17.25V6.75C4.25 6.08696 4.51334 5.45108 4.98218 4.98224C5.45102 4.5134 6.08696 4.25 6.75 4.25H17.25C17.913 4.25 18.549 4.5134 19.0178 4.98224C19.4867 5.45108 19.75 6.08696 19.75 6.75Z" fill="black"/> </svg>
Copied!