Ltecleaner Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ltecleaner 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/343263.svg" alt="Ltecleaner icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343263.svg" alt="Ltecleaner icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343263.svg" alt="Ltecleaner icon" :width="24" :height="24" />
CSS background
.icon-ltecleaner {
background-image: url('https://proicons.com/icon/343263.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M39.76,22.8V15a2,2,0,0,0-2-2H27.94V5.46a1,1,0,0,0-1-1H24a3.93,3.93,0,0,0-3.94,3.94h0v4.64H10.21a2,2,0,0,0-2,2V22.8Z"/><path class="a" d="M8.24,22.8V42.5a1,1,0,0,0,1,1h1.64a8.08,8.08,0,0,0,7.88-7.88v6.9a1,1,0,0,0,1,1h1.63a7.88,7.88,0,0,0,7.88-7.88v6.9a1,1,0,0,0,1,1h1.65a7.88,7.88,0,0,0,7.88-7.88V22.8Z"/><line class="a" x1="18.75" y1="35.6" x2="18.75" y2="22.8"/><line class="a" x1="29.25" y1="35.6" x2="29.25" y2="22.8"/></svg>
Copied!