Clalit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Clalit 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/338314.svg" alt="Clalit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338314.svg" alt="Clalit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338314.svg" alt="Clalit icon" :width="24" :height="24" />
CSS background
.icon-clalit {
background-image: url('https://proicons.com/icon/338314.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="h" d="m42.4932,14.8159h-7.7206l-6.4543-7.5495c-1.7758-1.7758-3.6568,0-3.6568,0l-9.2057,7.5471h-6.0743s-1.2803,6.435-1.2803,6.435"/><path id="e" class="h" d="m8.1011,21.2458h10.653l6.6345-5.3392s.6701-.6226,1.2927,0l4.7724,5.3426h9.749l1.2972-6.4389"/><path id="f" class="h" d="m5.5068,33.1841h7.7206l6.4543,7.5495c1.7758,1.7758,3.6568,0,3.6568,0l9.2057-7.5471h6.0743s1.2803-6.435,1.2803-6.435"/><path id="g" class="h" d="m39.8989,26.7542h-10.653l-6.6345,5.3392s-.6701.6226-1.2927,0l-4.7724-5.3426H6.7972l-1.2972,6.4389"/></g></svg>
Copied!