Shiled Minus Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Shiled Minus 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/310318.svg" alt="Shiled Minus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310318.svg" alt="Shiled Minus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310318.svg" alt="Shiled Minus icon" :width="24" :height="24" />
CSS background
.icon-shiled-minus {
background-image: url('https://proicons.com/icon/310318.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="M20.9208 5.03722C20.5962 4.58381 20.1359 4.24534 19.6063 4.07073L14.6675 2.42767C12.9316 1.85744 11.0587 1.85744 9.32279 2.42767L4.39368 4.07073C3.86436 4.24725 3.40397 4.58589 3.07784 5.03864C2.75172 5.49139 2.57641 6.03529 2.57666 6.59327V11.8897C2.57581 13.3191 2.93809 14.7252 3.62952 15.9762C4.32095 17.2272 5.31884 18.282 6.5296 19.0418L10.5889 21.603C11.0138 21.8626 11.5021 22 12 22C12.4979 22 12.9862 21.8626 13.4111 21.603L17.4704 19.0418C18.6811 18.282 19.679 17.2272 20.3704 15.9762C21.0619 14.7252 21.4242 13.3191 21.4234 11.8897V6.59327C21.4242 6.03455 21.2482 5.48991 20.9208 5.03722ZM15.4311 11.996H8.5689C8.31256 11.996 8.06675 11.8942 7.88549 11.7129C7.70424 11.5317 7.6024 11.2858 7.6024 11.0295C7.6024 10.7732 7.70424 10.5274 7.88549 10.3461C8.06675 10.1649 8.31256 10.063 8.5689 10.063H15.4311C15.6874 10.063 15.9332 10.1649 16.1145 10.3461C16.2957 10.5274 16.3976 10.7732 16.3976 11.0295C16.3976 11.2858 16.2957 11.5317 16.1145 11.7129C15.9332 11.8942 15.6874 11.996 15.4311 11.996Z" fill="black"/> </svg>
Copied!