Three D Box Square Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Three D Box Square 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/310997.svg" alt="Three D Box Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310997.svg" alt="Three D Box Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310997.svg" alt="Three D Box Square icon" :width="24" :height="24" />
CSS background
.icon-three-d-box-square {
background-image: url('https://proicons.com/icon/310997.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="M7.10449 15.8098L11.1171 18.2173C11.3847 18.3746 11.6894 18.4575 11.9998 18.4575C12.3102 18.4575 12.615 18.3746 12.8826 18.2173L16.8952 15.8098C17.1501 15.656 17.361 15.4391 17.5076 15.1801C17.6542 14.921 17.7315 14.6285 17.7321 14.3309V9.40113C17.7315 9.10346 17.6542 8.81098 17.5076 8.55191C17.361 8.29285 17.1501 8.07597 16.8952 7.92221L12.8826 5.78213C12.615 5.6249 12.3102 5.54199 11.9998 5.54199C11.6894 5.54199 11.3847 5.6249 11.1171 5.78213L7.10449 7.92221C6.84961 8.07597 6.63869 8.29285 6.49208 8.55191C6.34548 8.81098 6.26816 9.10346 6.26758 9.40113V14.3309C6.26816 14.6285 6.34548 14.921 6.49208 15.1801C6.63869 15.4391 6.84961 15.656 7.10449 15.8098Z" stroke="black" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/> <path d="M17.503 8.56421L12 11.866" stroke="black" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6.49707 8.56421L12 11.866V18.4581" stroke="black" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/> <rect x="2.75" y="2.75" width="18.5" height="18.5" rx="6" stroke="black" stroke-width="1.5"/> </svg>
Copied!