Lnreader Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lnreader 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/343175.svg" alt="Lnreader icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343175.svg" alt="Lnreader icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343175.svg" alt="Lnreader icon" :width="24" :height="24" />
CSS background
.icon-lnreader {
background-image: url('https://proicons.com/icon/343175.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><path class="c" d="m30.1134,18.276c-.5445-.3211-5.6262.9912-6.8687,1.424"/><path class="c" d="m24.3057,14.3949c1.2006.3211,1.8987.8377,1.787,1.6334s-.698,4.649-.3909,5.7379"/><path class="c" d="m27.6982,21.3335c-1.1727.1675-3.2948.8795-3.2948.8795"/><path class="c" d="m16.3061,15.6793c.8656.5026,1.5078,1.9545,1.5078,1.9545"/><path class="c" d="m19.0145,19.6302c-1.5915-.0977-4.3418,1.6334-5.5145,1.9266"/><path class="c" d="m19.0145,22.9529c-1.3123.2094-2.1779.9075-3.0993,1.061"/><path class="c" d="m19.0145,25.8289c-1.5217.1815-2.7573,1.061-2.7573,1.061"/><path class="c" d="m16.2573,29.5145c1.0122-.4886,3.2878-1.5217,3.5112-.712s-.1675,2.7782-.6422,3.2529-3.1133,1.6055-3.7276.9075-.9912-3.0854-.9912-3.0854"/><path class="c" d="m24.7664,26.2477c-.7818,1.9266-2.0383,4.8165-4.4814,7.3574"/><path class="c" d="m21.8067,24.349c.1536.9493-.363,2.6246-.363,2.6246"/><path class="c" d="m23.6914,24.349c1.3263-.5584,7.9018-2.3035,8.5301-1.5357s-.2932,1.8847-1.3821,2.513"/><path class="c" d="m26.8047,26.0522c-.5864,1.7451-1.4938,5.333-.6003,6.408s7.4411,1.2844,8.0694,1.0052-.2513-1.5078-.2513-1.5078"/></svg>
Copied!