Litres Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Litres 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/343149.svg" alt="Litres icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343149.svg" alt="Litres icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343149.svg" alt="Litres icon" :width="24" :height="24" />
CSS background
.icon-litres {
background-image: url('https://proicons.com/icon/343149.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M40.9384,8.7066H5.6873c-.1365,0-.2059.179-.1096.2758.5495.5525,1.6743,1.884,1.6743,3.5278,0,1.6823-1.1779,3.1589-1.7118,3.7418-.0894.0976-.0194.2649.1129.2649h35.2806c.0475,0,.0912-.0221.1173-.0617.228-.3453,1.3157-2.0903,1.3157-3.945s-1.0872-3.436-1.3156-3.7478c-.0264-.0362-.0678-.0558-.1127-.0558Z"/><path class="b" d="M41.0718,20.0947H5.8205c-.1365,0-.2059.179-.1096.2758.5495.5525,1.6743,1.884,1.6743,3.5278,0,1.6823-1.1779,3.159-1.7118,3.7418-.0894.0976-.0194.2649.113.2649h35.2806c.0475,0,.0912-.0219.1173-.0617.228-.3453,1.3157-2.0903,1.3157-3.945s-1.0872-3.436-1.3156-3.7478c-.0264-.0362-.0678-.0558-.1126-.0558Z"/><path class="b" d="M41.0718,31.4831H5.8206c-.1365,0-.2059.1789-.1096.2758.5495.5524,1.6742,1.884,1.6742,3.5278,0,1.6823-1.1779,3.1589-1.7118,3.7418-.0894.0976-.0194.2649.1129.2649h35.2806c.0475,0,.0912-.0221.1173-.0617.228-.3454,1.3157-2.0905,1.3157-3.945s-1.0872-3.4361-1.3155-3.7479c-.0265-.0361-.0679-.0557-.1127-.0557Z"/></svg>
Copied!