Lxreader Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lxreader 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/328742.svg" alt="Lxreader icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328742.svg" alt="Lxreader icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328742.svg" alt="Lxreader icon" :width="24" :height="24" />
CSS background
.icon-lxreader {
background-image: url('https://proicons.com/icon/328742.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>.e{fill:none;stroke:#000;stroke-miterlimit:15.1181;stroke-width:1px;}</style></defs><g id="b"><path id="c" class="e" d="M5.5092,42.5L13.0168,5.5h7.4082l-5.9431,30.0625h12.1589l-1.2936,6.9375H5.5092Z"/><path id="d" class="e" d="M42.4908,24.0435h-5.7612l-3.5911-5.778-3.5652,5.778h-5.632l6.1229-9.4573-5.7612-9.0427h5.5287l3.3327,5.7262,3.2035-5.7262h5.6837l-5.8387,9.4314,6.2779,9.0686Z"/></g></svg>
Copied!