Minus Square Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Minus Square icon is commonly used in quantity selectors, collapse controls and list management. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310237.svg" alt="Minus Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310237.svg" alt="Minus Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310237.svg" alt="Minus Square icon" :width="24" :height="24" />
CSS background
.icon-minus-square {
background-image: url('https://proicons.com/icon/310237.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.88 13H7.12C6.85478 13 6.60044 12.8946 6.4129 12.7071C6.22537 12.5196 6.12 12.2652 6.12 12C6.12 11.7348 6.22537 11.4804 6.4129 11.2929C6.60044 11.1054 6.85478 11 7.12 11H16.88C17.1452 11 17.3996 11.1054 17.5871 11.2929C17.7746 11.4804 17.88 11.7348 17.88 12C17.88 12.2652 17.7746 12.5196 17.5871 12.7071C17.3996 12.8946 17.1452 13 16.88 13Z" fill="black"/> </svg>
Minus Square in other icon packs
Copied!