Kuro Reader Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kuro Reader 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/342673.svg" alt="Kuro Reader icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342673.svg" alt="Kuro Reader icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342673.svg" alt="Kuro Reader icon" :width="24" :height="24" />
CSS background
.icon-kuro-reader {
background-image: url('https://proicons.com/icon/342673.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>.n{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><g><line id="c" class="n" x1="14.5697" y1="8.7416" x2="14.5697" y2="15.9086"/><polyline id="d" class="n" points="18.4338 15.9012 15.4891 12.3252 18.4338 8.7733"/><path id="e" class="n" d="m20.4529,11.1632v2.9502c0,.9875.8005,1.788,1.788,1.788h0c.9875,0,1.788-.8005,1.788-1.788v-2.9502"/><line id="f" class="n" x1="24.0286" y1="13.9825" x2="24.0286" y2="15.7743"/><path id="g" class="n" d="m26.0476,12.9512c0-.9875.8005-1.788,1.788-1.788h0"/><line id="h" class="n" x1="26.0476" y1="11.1632" x2="26.0476" y2="15.9013"/><path id="i" class="n" d="m31.6423,15.9013h0c-.9875,0-1.788-.8005-1.788-1.788v-1.1622c0-.9875.8005-1.788,1.788-1.788h0c.9875,0,1.788.8005,1.788,1.788v1.1622c0,.9875-.8005,1.788-1.788,1.788Z"/></g><rect id="j" class="n" x="10.5" y="5.5" width="27" height="13.901" rx=".9979" ry=".9979"/></g><g><path id="k" class="n" d="m24,24.6408c-6.1058-4.3507-13.5-.108-13.5-.108v17.9672s7.3942-4.3988,13.5-.065v-17.7942Z"/><path id="l" class="n" d="m24,24.6408c-6.1058-4.3507-13.5-.108-13.5-.108v17.9672s7.3942-4.3988,13.5-.065v-17.7942Z"/><path id="m" class="n" d="m24,42.435c6.1058-4.3338,13.5.065,13.5.065v-17.9672s-7.3942-4.2427-13.5.108v17.7942Z"/></g></svg>
Copied!