Box 3d Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Box 3d 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/310002.svg" alt="Box 3d icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310002.svg" alt="Box 3d icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310002.svg" alt="Box 3d icon" :width="24" :height="24" />
CSS background
.icon-box-3d {
background-image: url('https://proicons.com/icon/310002.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="M21.2194 6.89362C20.8851 6.31886 20.4013 5.84542 19.8194 5.52362L13.8194 2.21362C13.2616 1.91341 12.638 1.75629 12.0044 1.75629C11.3709 1.75629 10.7473 1.91341 10.1894 2.21362L4.18944 5.52362C3.60758 5.84542 3.12377 6.31886 2.78944 6.89362C2.44944 7.4691 2.26988 8.12522 2.26944 8.79364V15.2036C2.27412 15.8693 2.45403 16.522 2.79108 17.096C3.12813 17.67 3.61043 18.1452 4.18944 18.4736L10.1894 21.7736C10.7462 22.0827 11.3727 22.2445 12.0094 22.2437C12.6431 22.2446 13.2663 22.0827 13.8194 21.7736L19.8194 18.4636C20.3999 18.1403 20.8832 17.6675 21.2191 17.0942C21.555 16.5209 21.7312 15.8681 21.7294 15.2036V8.84363C21.7464 8.15858 21.5696 7.48265 21.2194 6.89362ZM20.2194 15.2036C20.2234 15.6013 20.1195 15.9927 19.9188 16.3361C19.7181 16.6795 19.428 16.962 19.0794 17.1536L13.0794 20.4636C12.9752 20.5228 12.8645 20.5698 12.7494 20.6036V12.4236L20.0494 8.03363C20.1417 8.27613 20.1858 8.53427 20.1794 8.79364L20.2194 15.2036Z" fill="black"/> </svg>
Copied!