Box 3d Scan Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Box 3d Scan icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/310564.svg" alt="Box 3d Scan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310564.svg" alt="Box 3d Scan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310564.svg" alt="Box 3d Scan icon" :width="24" :height="24" />
CSS background
.icon-box-3d-scan {
background-image: url('https://proicons.com/icon/310564.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="M11.0083 5.7576L6.93273 8.01954C6.61468 8.19671 6.34991 8.45586 6.16595 8.77003C5.98198 9.0842 5.88555 9.44192 5.88667 9.80599V14.194C5.88555 14.5581 5.98198 14.9158 6.16595 15.23C6.34991 15.5441 6.61468 15.8033 6.93273 15.9805L11.0083 18.2424C11.3115 18.4113 11.6529 18.5 12 18.5C12.3471 18.5 12.6885 18.4113 12.9917 18.2424L17.0673 15.9805C17.3853 15.8033 17.6501 15.5441 17.8341 15.23C18.018 14.9158 18.1145 14.5581 18.1133 14.194V9.80599C18.1145 9.44192 18.018 9.0842 17.8341 8.77003C17.6501 8.45586 17.3853 8.19671 17.0673 8.01954L12.9917 5.7576C12.6885 5.58867 12.3471 5.5 12 5.5C11.6529 5.5 11.3115 5.58867 11.0083 5.7576Z" stroke="black" stroke-width="1.5"/> <path d="M17.699 8.57651L12 12L6.30103 8.57651" stroke="black" stroke-width="1.5"/> <path d="M12 18.4937V12" stroke="black" stroke-width="1.5"/> <path d="M21.25 7.88889V5.83333C21.25 5.01558 20.9252 4.23132 20.3469 3.65309C19.7687 3.07485 18.9844 2.75 18.1667 2.75H15.0833" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15.0833 21.25H18.1667C18.9844 21.25 19.7687 20.9252 20.3469 20.3469C20.9252 19.7687 21.25 18.9844 21.25 18.1667V16.1111" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M2.75 16.1111V18.1667C2.75 18.9844 3.07485 19.7687 3.65309 20.3469C4.23132 20.9252 5.01558 21.25 5.83333 21.25H8.91666" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M8.91666 2.75H5.83333C5.01558 2.75 4.23132 3.07485 3.65309 3.65309C3.07485 4.23132 2.75 5.01558 2.75 5.83333V7.88889" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!