Caixa Tem Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Caixa Tem 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/323096.svg" alt="Caixa Tem icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323096.svg" alt="Caixa Tem icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323096.svg" alt="Caixa Tem icon" :width="24" :height="24" />
CSS background
.icon-caixa-tem {
background-image: url('https://proicons.com/icon/323096.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,7.3871C13.23,7.3871,4.5,14.825,4.5,24a14.827,14.827,0,0,0,3.1468,9.0446L4.5,40.6129l9.1156-2.5542A21.941,21.941,0,0,0,24,40.6129c10.77,0,19.5-7.4379,19.5-16.6129S34.77,7.3871,24,7.3871Z"/><line class="a" x1="25.9879" y1="18.699" x2="32.3301" y2="18.699"/><ellipse class="a" cx="18.2731" cy="18.699" rx="3.0291" ry="3.4078"/><path class="a" d="M24,34.8386c5.0643,0,10.4953-4.307,10.4953-10.0813C30.4723,28.8277,27.4078,29.443,24,29.443s-6.5315-.6153-10.5546-4.6857C13.4454,30.5316,18.9357,34.8386,24,34.8386Z"/></svg>
Copied!