Box Box Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Box Box 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/337468.svg" alt="Box Box icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337468.svg" alt="Box Box icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337468.svg" alt="Box Box icon" :width="24" :height="24" />
CSS background
.icon-box-box {
background-image: url('https://proicons.com/icon/337468.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#fff;stroke-width:0px;}</style></defs><path class="c" d="M34.975,22.487c.5015-.2494.5015-.7402.5015-.9874v-.6553"/><circle class="d" cx="35.225" cy="20.75" r=".75"/><line class="c" x1="27.321" y1="13" x2="32.621" y2="21"/><line class="c" x1="32.621" y1="13" x2="27.321" y2="21"/><path class="c" d="M22.325,21c-1.4636,0-2.65-1.1864-2.65-2.65v-2.7c0-1.4636,1.1864-2.65,2.65-2.65s2.65,1.1864,2.65,2.65v2.7c0,1.4636-1.1864,2.65-2.65,2.65Z"/><path class="c" d="M15.325,17c1.1046,0,2,.8954,2,2s-.8954,2-2,2h-3.3v-8h3.3c1.1046,0,2,.8954,2,2s-.8954,2-2,2Z"/><line class="c" x1="15.325" y1="17" x2="12.025" y2="17"/><line class="c" x1="27.321" y1="26.5" x2="32.621" y2="34.5"/><line class="c" x1="32.621" y1="26.5" x2="27.321" y2="34.5"/><path class="c" d="M22.325,34.5c-1.4636,0-2.65-1.1864-2.65-2.65v-2.7c0-1.4636,1.1864-2.65,2.65-2.65s2.65,1.1864,2.65,2.65v2.7c0,1.4636-1.1864,2.65-2.65,2.65Z"/><path class="c" d="M15.325,30.5c1.1046,0,2,.8954,2,2s-.8954,2-2,2h-3.3v-8h3.3c1.1046,0,2,.8954,2,2s-.8954,2-2,2Z"/><line class="c" x1="15.325" y1="30.5" x2="12.025" y2="30.5"/><circle class="d" cx="35.225" cy="34.25" r=".75"/><line class="c" x1="35.225" y1="26.25" x2="35.225" y2="32.2"/><path class="c" d="M13.675,38.6h15.35"/><path class="c" d="M13.675,9.4h20.3"/><path class="c" d="M9.4993,5.4992h29.0012c2.2001,0,4.0002,1.8001,4.0002,4.0002v29.0012c0,2.2001-1.8001,4.0002-4.0002,4.0002H9.4993c-2.2001,0-4.0002-1.8001-4.0002-4.0002V9.4994c0-2.2001,1.8001-4.0002,4.0002-4.0002Z"/></svg>
Copied!