Box Box Club Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Box Box Club 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/337469.svg" alt="Box Box Club icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337469.svg" alt="Box Box Club icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337469.svg" alt="Box Box Club icon" :width="24" :height="24" />
CSS background
.icon-box-box-club {
background-image: url('https://proicons.com/icon/337469.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="37.694" y1="26.496" x2="42.5" y2="33.75"/><line class="b" x1="42.5" y1="26.496" x2="37.694" y2="33.75"/><path class="b" d="M27.992,30.123c1.0016,0,1.8135.8119,1.8135,1.8135s-.8119,1.8135-1.8135,1.8135h-2.9922v-7.2539h2.9922c1.0016,0,1.8135.8119,1.8135,1.8135s-.8119,1.8135-1.8135,1.8135h0Z"/><line class="b" x1="27.992" y1="30.123" x2="25.004" y2="30.123"/><rect class="b" x="31.347" y="26.496" width="4.8057" height="7.2539" rx="2.4028" ry="2.4028"/><path class="b" d="M30.0047,36.1227v4.585h2.4876"/><path class="b" d="M28.296,39.1695v.0188c0,.8388-.7378,1.5188-1.6481,1.5188s-1.6481-.68-1.6481-1.5188v-1.5475c0-.8388.7378-1.5188,1.6481-1.5188s1.6481.68,1.6481,1.5188v.0188"/><path class="b" d="M34.2,36.1227v3.0662c0,.8388.7378,1.5188,1.6481,1.5188s1.6481-.68,1.6481-1.5188v-3.0662"/><path class="b" d="M41.2561,38.4148c.687,0,1.2439.5132,1.2439,1.1462s-.5569,1.1462-1.2439,1.1462h-2.0523v-4.585h2.0523c.687,0,1.2439.5132,1.2439,1.1462s-.5569,1.1462-1.2439,1.1462h0Z"/><line class="b" x1="41.2561" y1="38.4148" x2="39.2059" y2="38.4148"/><path class="b" d="M7.9258,25c-.8285-.0002-1.5004.6713-1.5006,1.4998,0,.2333.0543.4634.1588.6721l3.2891,6.5781-3.2891,6.5781c-.371.7408-.0711,1.6422.6697,2.0131.2086.1045.4388.1588.6721.1588h12.648c.8285.0002,1.5004-.6713,1.5006-1.4998,0-.2333-.0543-.4634-.1588-.6721l-3.2891-6.5781,3.2891-6.5781c.371-.7408.0711-1.6422-.6697-2.0131-.2086-.1045-.4388-.1588-.6721-.1588H7.9258Z"/><path class="b" d="M23,9.875c0-2.3962-1.9788-4.375-4.375-4.375H7c-.8284,0-1.4999.6716-1.5,1.5v14.5c0,.8284.6716,1.4999,1.5,1.5h11.625c2.3962,0,4.375-1.9788,4.375-4.375,0-2.3886-1.9675-4.3587-4.3535-4.375,2.386-.0163,4.3535-1.9864,4.3535-4.375Z"/><circle class="b" cx="33.75" cy="14.25" r="8.75"/><path class="b" d="M29.375,9.875l8.75,8.75"/></svg>
Copied!