Lessentiel Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lessentiel 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/342843.svg" alt="Lessentiel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342843.svg" alt="Lessentiel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342843.svg" alt="Lessentiel icon" :width="24" :height="24" />
CSS background
.icon-lessentiel {
background-image: url('https://proicons.com/icon/342843.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="e" d="M10.65,5.9127v36.5202c0,.6312.4675,1.1171,1.2063,1.0629l19.371-1.4217c.6002-.0441,1.0711-.6522,1.0711-1.2245v-3.9831c0-1.1342-.4868-1.214-1.183-1.183l-12.261.547c-.6471.0289-1.2628-.5103-1.2628-1.2628V6.6125c0-1.1778-.233-1.2947-1.4815-1.4815l-4.0926-.6122c-.9212-.1378-1.3676.495-1.3676,1.3938Z"/><path id="d" class="e" d="M32.6226,6.9808l3.9775.5013c.9604.121.8258,1.4353.5381,2.0083l-3.7105,7.3892c-.2683.5344-.4696.917-1.2143.8947l-2.0006-.06c-.5592-.0168-1.0969-.551-.9325-1.2055l2.0961-8.3484c.2046-.8149.6555-1.2541,1.2462-1.1796Z"/></g></svg>
Copied!