Box 3d Minus Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Box 3d 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/309996.svg" alt="Box 3d Minus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309996.svg" alt="Box 3d Minus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309996.svg" alt="Box 3d Minus icon" :width="24" :height="24" />
CSS background
.icon-box-3d-minus {
background-image: url('https://proicons.com/icon/309996.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.945 8.80371V11.0137C20.945 11.2126 20.866 11.4034 20.7253 11.5441C20.5847 11.6847 20.3939 11.7637 20.195 11.7637C19.9961 11.7637 19.8053 11.6847 19.6647 11.5441C19.524 11.4034 19.445 11.2126 19.445 11.0137V8.80371C19.4514 8.54434 19.4072 8.2862 19.315 8.0437L12.015 12.4237V20.6137C12.13 20.5799 12.2407 20.5329 12.345 20.4737L14.875 19.0737C15.0468 18.9832 15.247 18.9628 15.4335 19.0169C15.62 19.071 15.7783 19.1953 15.875 19.3637C15.9647 19.5367 15.9836 19.7378 15.9276 19.9245C15.8716 20.1112 15.7451 20.2687 15.575 20.3637L13.055 21.7637C12.5019 22.0728 11.8786 22.2346 11.245 22.2337C10.6084 22.2332 9.98225 22.0716 9.425 21.7637L3.475 18.4637C2.89598 18.1353 2.41369 17.6602 2.07664 17.0861C1.73959 16.5121 1.55967 15.8594 1.555 15.1937V8.80371C1.55543 8.13529 1.735 7.47917 2.075 6.90369C2.1324 6.80094 2.19936 6.70387 2.275 6.61371L2.395 6.46368C2.68634 6.08189 3.05419 5.76514 3.475 5.53369L9.475 2.22369C10.0311 1.92349 10.6531 1.7663 11.285 1.7663C11.9169 1.7663 12.5389 1.92349 13.095 2.22369L19.095 5.53369C19.5158 5.76514 19.8836 6.08189 20.175 6.46368C20.2197 6.50972 20.2599 6.55997 20.295 6.61371C20.3706 6.70387 20.4376 6.80094 20.495 6.90369C20.8152 7.48422 20.9708 8.14121 20.945 8.80371Z" fill="black"/> <path d="M21.695 17.1737H16.695C16.4961 17.1737 16.3053 17.0947 16.1647 16.954C16.024 16.8134 15.945 16.6226 15.945 16.4237C15.945 16.2248 16.024 16.034 16.1647 15.8934C16.3053 15.7527 16.4961 15.6737 16.695 15.6737H21.695C21.8939 15.6737 22.0847 15.7527 22.2253 15.8934C22.366 16.034 22.445 16.2248 22.445 16.4237C22.445 16.6226 22.366 16.8134 22.2253 16.954C22.0847 17.0947 21.8939 17.1737 21.695 17.1737Z" fill="black"/> </svg>
Copied!