Lner Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lner 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/343174.svg" alt="Lner icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343174.svg" alt="Lner icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343174.svg" alt="Lner icon" :width="24" :height="24" />
CSS background
.icon-lner {
background-image: url('https://proicons.com/icon/343174.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><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="m32.6719,29.1531v-10.3063h3.349c1.9332,0,3.4791,1.5458,3.4791,3.4782s-1.5458,3.4791-3.4791,3.4791h-3.349m3.4756-.0026l3.2234,3.2234m-30.8709-10.1781v10.3063h5.1531m2.3455,0v-10.3063l6.829,10.3063v-10.3063m2.3446,5.1531h3.35m1.8041,5.1531h-5.155v-10.3063h5.1541"/></svg>
Copied!