Lecab Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lecab 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/342796.svg" alt="Lecab icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342796.svg" alt="Lecab icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342796.svg" alt="Lecab icon" :width="24" :height="24" />
CSS background
.icon-lecab {
background-image: url('https://proicons.com/icon/342796.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><circle class="c" cx="24" cy="24" r="21.5"/><polyline class="c" points="7.9252 19.9068 7.9252 27.9068 11.9252 27.9068"/><path class="c" d="M17.9046,26.9695c-.3.6-1,1-1.7,1h0c-1.1,0-2-.9-2-2v-1.3c0-1.1.9-2,2-2h0c1.1,0,2,.9,2,2v.7h-4"/><path class="c" d="M26.2908,25.265h0c0,1.5-1.2,2.7-2.7,2.7h0c-1.5,0-2.7-1.2-2.7-2.6v-2.7c0-1.5,1.2-2.7,2.7-2.6h0c1.5,0,2.6,1.2,2.6,2.6h0"/><path class="c" d="M33.4071,25.9544c0,1.1-.9,2-2,2h0c-1.1,0-2-.9-2-2v-1.3c0-1.1.9-2,2-2h0c1.1,0,2,.9,2,2"/><line class="c" x1="33.4071" y1="27.9544" x2="33.4071" y2="22.5544"/><path class="c" d="M36.6745,24.6263c0-1.1.9-2,2-2h0c1.1,0,2,.9,2,2v1.3c0,1.1-.9,2-2,2h0c-1.1,0-2-.9-2-2"/><line class="c" x1="36.6745" y1="28.0263" x2="36.6745" y2="20.0263"/></svg>
Copied!