Lpulive Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lpulive 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/328698.svg" alt="Lpulive icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328698.svg" alt="Lpulive icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328698.svg" alt="Lpulive icon" :width="24" :height="24" />
CSS background
.icon-lpulive {
background-image: url('https://proicons.com/icon/328698.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m21.9497,18.6375c0,2.6647-2.3735,4.8249-5.3013,4.8249s-5.3013-2.1602-5.3013-4.8249,2.3735-4.8249,5.3013-4.8249,5.3013,2.1602,5.3013,4.8249Z"/><path class="c" d="m40.6179,34.7878c2.4325-3.0447,3.8821-6.7726,3.8821-10.8145,0-10.2278-9.1782-18.519-20.5-18.519S3.5,13.7456,3.5,23.9734s9.1782,18.519,20.5,18.519c3.4873,0,6.7679-.7917,9.6429-2.1792,2.4493,1.6873,5.5184,2.6952,9.6951,2.0208-1.9195-2.3661-2.739-4.9257-2.7201-7.5461Z"/></svg>
Copied!