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/310979.svg" alt="Stop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310979.svg" alt="Stop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310979.svg" alt="Stop icon" :width="24" :height="24" />
CSS background
.icon-stop {
background-image: url('https://proicons.com/icon/310979.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="M17.25 5H6.75C5.7835 5 5 5.7835 5 6.75V17.25C5 18.2165 5.7835 19 6.75 19H17.25C18.2165 19 19 18.2165 19 17.25V6.75C19 5.7835 18.2165 5 17.25 5Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!