Cainz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cainz 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/337652.svg" alt="Cainz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337652.svg" alt="Cainz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337652.svg" alt="Cainz icon" :width="24" :height="24" />
CSS background
.icon-cainz {
background-image: url('https://proicons.com/icon/337652.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="f" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><line class="f" x1="24" y1="19.442" x2="24" y2="25.239"/><path class="f" d="M26.262,25.239v-5.7971l3.9638,5.7971v-5.7971"/><path class="f" d="M32.488,19.442h3.9638l-3.9638,5.7971h3.9638"/><path class="f" d="M15.512,23.295v.0238c0,1.0606-.8873,1.9203-1.9819,1.9203s-1.9819-.8597-1.9819-1.9203v-1.9565c0-1.0606.8873-1.9203,1.9819-1.9203s1.9819.8597,1.9819,1.9203v.0238"/><path class="f" d="M17.774,25.239l1.9819-5.7971,1.9819,5.7971"/><path class="f" d="M8.7972,28.558c7.6292-.8871,19.7312-.9793,28.291-.2156"/></svg>
Copied!