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/310353.svg" alt="Three D Box Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310353.svg" alt="Three D Box Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310353.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/310353.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="M15.25 2.02002H8.75C6.9606 2.02266 5.24528 2.7347 3.97998 4C2.71468 5.2653 2.00265 6.98062 2 8.77002V15.23C2.00265 17.0194 2.71468 18.7348 3.97998 20.0001C5.24528 21.2654 6.9606 21.9774 8.75 21.98H15.25C17.0394 21.9774 18.7548 21.2654 20.0201 20.0001C21.2854 18.7348 21.9974 17.0194 22 15.23V8.73004C21.9868 6.94759 21.2702 5.24245 20.006 3.98578C18.7419 2.72911 17.0325 2.02261 15.25 2.02002ZM16.89 14.85C16.8084 15.0082 16.6836 15.14 16.53 15.23L12.69 17.52V12.29L17.02 9.68005V14.35C17.0212 14.5252 16.9764 14.6976 16.89 14.85ZM7.10004 14.85C7.00845 14.6957 6.96007 14.5195 6.96002 14.34V9.67004L11.3 12.27V17.53L7.46002 15.22C7.31097 15.1331 7.18697 15.0091 7.10004 14.86V14.85ZM12.01 6.28003C12.2016 6.28053 12.3891 6.3361 12.55 6.44006L16.36 8.44006L12 11.0601L7.63 8.44006L11.47 6.44006C11.6321 6.33961 11.8194 6.28755 12.01 6.29004V6.28003Z" fill="black"/> </svg>
Copied!