Stop Square Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Stop Square 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/310333.svg" alt="Stop Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310333.svg" alt="Stop Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310333.svg" alt="Stop Square icon" :width="24" :height="24" />
CSS background
.icon-stop-square {
background-image: url('https://proicons.com/icon/310333.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="M15.25 2H8.75C6.9606 2.00265 5.24528 2.71468 3.97998 3.97998C2.71468 5.24528 2.00265 6.9606 2 8.75V15.25C2.00265 17.0394 2.71468 18.7547 3.97998 20.02C5.24528 21.2853 6.9606 21.9974 8.75 22H15.25C17.0394 21.9974 18.7547 21.2853 20.02 20.02C21.2853 18.7547 21.9974 17.0394 22 15.25V8.75C21.9974 6.9606 21.2853 5.24528 20.02 3.97998C18.7547 2.71468 17.0394 2.00265 15.25 2ZM16.25 14.52C16.2488 14.7463 16.2022 14.9699 16.1129 15.1778C16.0237 15.3857 15.8936 15.5735 15.7304 15.7302C15.5672 15.8869 15.3742 16.0092 15.1628 16.0899C14.9515 16.1706 14.7261 16.208 14.5 16.2H9.5C9.27638 16.2013 9.05475 16.1583 8.8479 16.0733C8.64105 15.9883 8.45311 15.8631 8.29498 15.705C8.13686 15.5469 8.01166 15.359 7.9267 15.1521C7.84173 14.9452 7.79866 14.7236 7.79999 14.5V9.5C7.79866 9.27638 7.84173 9.05475 7.9267 8.8479C8.01166 8.64105 8.13686 8.45311 8.29498 8.29498C8.45311 8.13686 8.64105 8.01166 8.8479 7.9267C9.05475 7.84173 9.27638 7.79866 9.5 7.79999H14.5C14.7236 7.79866 14.9452 7.84173 15.1521 7.9267C15.359 8.01166 15.5469 8.13686 15.705 8.29498C15.8631 8.45311 15.9883 8.64105 16.0733 8.8479C16.1583 9.05475 16.2013 9.27638 16.2 9.5L16.25 14.52Z" fill="black"/> </svg>
Stop Square in other icon packs
Copied!