Minus Circle Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Minus Circle 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/310236.svg" alt="Minus Circle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310236.svg" alt="Minus Circle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310236.svg" alt="Minus Circle icon" :width="24" :height="24" />
CSS background
.icon-minus-circle {
background-image: url('https://proicons.com/icon/310236.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="M12 1.75C9.97273 1.75 7.99101 2.35116 6.30541 3.47745C4.6198 4.60373 3.30606 6.20454 2.53026 8.07748C1.75446 9.95043 1.55145 12.0114 1.94695 13.9997C2.34245 15.988 3.3187 17.8143 4.75218 19.2478C6.18567 20.6813 8.01205 21.6575 10.0004 22.053C11.9887 22.4485 14.0496 22.2456 15.9225 21.4698C17.7955 20.694 19.3963 19.3802 20.5226 17.6946C21.6489 16.009 22.25 14.0273 22.25 12C22.2473 9.28234 21.1666 6.67677 19.2449 4.7551C17.3232 2.83342 14.7176 1.75265 12 1.75ZM17 13H6.99999C6.73477 13 6.48043 12.8947 6.2929 12.7071C6.10536 12.5196 5.99999 12.2652 5.99999 12C5.99999 11.7348 6.10536 11.4804 6.2929 11.2929C6.48043 11.1054 6.73477 11 6.99999 11H17C17.2652 11 17.5196 11.1054 17.7071 11.2929C17.8947 11.4804 18 11.7348 18 12C18 12.2652 17.8947 12.5196 17.7071 12.7071C17.5196 12.8947 17.2652 13 17 13Z" fill="black"/> </svg>
Minus Circle in other icon packs
Copied!