Lodlu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lodlu 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/328639.svg" alt="Lodlu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328639.svg" alt="Lodlu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328639.svg" alt="Lodlu icon" :width="24" :height="24" />
CSS background
.icon-lodlu {
background-image: url('https://proicons.com/icon/328639.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="f" d="M4.5,13.9764v15.7172c0,3.1275,2.2402,4.2801,4.8237,4.2801h12.54"/><path id="d" class="f" d="M15.2462,23.6713v6.7569c0,2.2246,2.8206,3.5453,5.5217,3.5453h2.9792c2.9303,0,5.6337-2.1745,5.6337-3.8526v-6.6356c0-2.2633-2.4744-4.4486-5.3488-4.4486h-3.6535c-2.8905,0-5.1322,2.2098-5.1322,4.6347Z"/><path id="e" class="f" d="M39.884,18.9426h-4.9824c-3.4608,0-5.5192,2.1841-5.5192,4.0263v7.2246c0,.8918.7466,3.9724,7.0612,3.9724s7.0565-3.6727,7.0565-4.2496V13.834"/></g></svg>
Copied!