Box 3d Plus Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Box 3d Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/309998.svg" alt="Box 3d Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309998.svg" alt="Box 3d Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309998.svg" alt="Box 3d Plus icon" :width="24" :height="24" />
CSS background
.icon-box-3d-plus {
background-image: url('https://proicons.com/icon/309998.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.955 8.80371V11.0137C20.955 11.2126 20.876 11.4034 20.7353 11.5441C20.5947 11.6847 20.4039 11.7637 20.205 11.7637C20.0061 11.7637 19.8153 11.6847 19.6747 11.5441C19.534 11.4034 19.455 11.2126 19.455 11.0137V8.80371C19.4614 8.54434 19.4172 8.2862 19.325 8.0437L12.025 12.4237V20.6137C12.14 20.5799 12.2507 20.5329 12.355 20.4737L14.885 19.0737C15.0573 18.9857 15.2566 18.9667 15.4425 19.0206C15.6283 19.0745 15.7865 19.1972 15.885 19.3637C15.9747 19.5367 15.9936 19.7378 15.9376 19.9245C15.8816 20.1112 15.7551 20.2687 15.585 20.3637L13.065 21.7637C12.5119 22.0728 11.8886 22.2346 11.255 22.2337C10.6184 22.2332 9.99225 22.0716 9.435 21.7637L3.485 18.4637C2.90599 18.1353 2.42369 17.6602 2.08664 17.0861C1.74959 16.5121 1.56967 15.8594 1.565 15.1937V8.80371C1.56544 8.13529 1.745 7.47917 2.08501 6.90369C2.1424 6.80094 2.20936 6.70387 2.285 6.61371C2.59702 6.16656 3.00757 5.79705 3.485 5.53369L9.485 2.22369C10.0411 1.92349 10.6631 1.7663 11.295 1.7663C11.9269 1.7663 12.5489 1.92349 13.105 2.22369L19.105 5.53369C19.5258 5.76514 19.8937 6.08189 20.185 6.46368C20.2297 6.50972 20.2699 6.55997 20.305 6.61371C20.3807 6.70387 20.4476 6.80094 20.505 6.90369C20.8252 7.48422 20.9808 8.14121 20.955 8.80371Z" fill="black"/> <path d="M22.435 16.4237C22.435 16.6226 22.356 16.8134 22.2153 16.954C22.0747 17.0947 21.8839 17.1737 21.685 17.1737H19.925V18.9237C19.925 19.1226 19.846 19.3134 19.7053 19.454C19.5647 19.5947 19.3739 19.6737 19.175 19.6737C18.9761 19.6737 18.7853 19.5947 18.6447 19.454C18.504 19.3134 18.425 19.1226 18.425 18.9237V17.1737H16.705C16.5061 17.1737 16.3153 17.0947 16.1747 16.954C16.034 16.8134 15.955 16.6226 15.955 16.4237C15.955 16.2248 16.034 16.034 16.1747 15.8934C16.3153 15.7527 16.5061 15.6737 16.705 15.6737H18.445V13.9237C18.445 13.7248 18.524 13.534 18.6647 13.3934C18.8053 13.2527 18.9961 13.1737 19.195 13.1737C19.3939 13.1737 19.5847 13.2527 19.7253 13.3934C19.866 13.534 19.945 13.7248 19.945 13.9237V15.6737H21.705C21.8996 15.6814 22.0838 15.7635 22.2197 15.903C22.3555 16.0426 22.4326 16.229 22.435 16.4237Z" fill="black"/> </svg>
Copied!