Caixa Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Caixa 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/337653.svg" alt="Caixa icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337653.svg" alt="Caixa icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337653.svg" alt="Caixa icon" :width="24" :height="24" />
CSS background
.icon-caixa {
background-image: url('https://proicons.com/icon/337653.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;}</style></defs><path class="c" d="m5.5,37.3612l12.3334-12.3334h11.3056l-12.3334,12.3334H5.5Z"/><path class="c" d="m29.1391,25.0278l6.1667,12.3334h-11.3056l-2.3508-4.7014"/><path class="c" d="m18.8612,22.9722l-6.1667-12.3334h11.3056l6.1667,12.3334"/><path class="c" d="m26.398,15.4355l4.7964-4.7964h11.3057l-12.3334,12.3334h-11.3056"/></svg>
Copied!