Laolot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Laolot 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/328170.svg" alt="Laolot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328170.svg" alt="Laolot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328170.svg" alt="Laolot icon" :width="24" :height="24" />
CSS background
.icon-laolot {
background-image: url('https://proicons.com/icon/328170.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M37.0862,25.1877c.0046-1.6592-1.3367-3.008-2.9959-3.0126-1.2298-.0034-2.3376.7431-2.7961,1.8843-.4595-1.1339-1.5607-1.8759-2.7842-1.8759-1.6594,0-3.0043,1.3484-3.1825,3.0043-.1782-1.6559-1.5266-3.0043-3.186-3.0043-1.2235,0-2.3247.742-2.7842,1.8759-.6185-1.5396-2.3681-2.2863-3.9077-1.6678-1.1424.459-1.8892,1.5685-1.8843,2.7996M23.3537,17.1425c.3633.4821.9153.814,1.8305.814h.1537c1.2122-.0115,2.1861-1.0026,2.1764-2.2148v-2.2602M27.5143,13.4815c.0019,1.2232-.971,2.2164-2.1729,2.2183-.0011,0-.0023,0-.0034,0-1.202,0-2.1764-.9916-2.1764-2.2148,0-.0012,0-.0023,0-.0035,0-1.2232.9744-2.2148,2.1764-2.2148h0c1.202,0,2.1764.9916,2.1764,2.2148h0ZM25.338,36.7788v2.4768M16.4299,41.2293c1.9109-1.1004,5.2785-1.7676,8.9081-1.7676s7.0007.6672,8.9081,1.7676c0,0-4.454.7266-8.9081.7266s-8.9081-.7266-8.9081-.7266ZM4.5,22.3127h1.4113v-2.7283h37.5887M41.8651,18.1521v1.8131c.1877,9.1277-7.0596,16.6793-16.1873,16.867-9.1277.1877-16.6793-7.0596-16.867-16.1873-.0047-.2265-.0047-.4531,0-.6796v-1.8166M32.3142,19.9652c0,7.6884-3.1234,13.9211-6.9763,13.9211h0c-3.8529,0-6.9763-6.2327-6.9763-13.9211h0c0-7.6857,3.1213-13.9172,6.9728-13.9211,3.8529,0,6.9763,6.2327,6.9763,13.9211h.0035ZM39.2556,19.9652c0,7.6884-6.2311,13.9211-13.9176,13.9211h-.0035c-7.6865,0-13.9176-6.2327-13.9176-13.9211,0-7.6884,6.2311-13.9211,13.9176-13.9211.0012,0,.0023,0,.0035,0,7.6865,0,13.9176,6.2327,13.9176,13.9211Z"/></svg>
Copied!