Lbb Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lbb 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/342770.svg" alt="Lbb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342770.svg" alt="Lbb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342770.svg" alt="Lbb icon" :width="24" :height="24" />
CSS background
.icon-lbb {
background-image: url('https://proicons.com/icon/342770.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="M25.9667,37.0476l8.9658,6.0292c1.5348,1.0319,3.2326.058,3.2326-1.6728V6.6597c0-1.1928-.9669-2.1597-2.1597-2.1597-.0033,0-.0067,0-.01,0H12.0046c-1.1928-.005-2.1637.9579-2.1687,2.1507,0,.003,0,.006,0,.009v34.7452c0,1.7298,1.6978,2.7046,3.2326,1.6728l8.9658-6.0292c1.3398-.9009,2.5936-.8999,3.9335,0l-.001-.001Z"/><path class="b" d="M38.1651,14.3787l-19.5223,15.1869c-.9759.7589-2.7716.7999-3.7125,0l-5.0953-4.3294"/></svg>
Copied!