Ireader Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ireader 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/342099.svg" alt="Ireader icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342099.svg" alt="Ireader icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342099.svg" alt="Ireader icon" :width="24" :height="24" />
CSS background
.icon-ireader {
background-image: url('https://proicons.com/icon/342099.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M14.1254,14.2248c-2.457-.0008-4.9135.9545-6.7747,2.8642l-.0049.0034c-3.7291,3.7436-3.8037,9.9623-.1619,13.7966l.0131.0135.0082.0084c3.7218,3.8239,9.8324,3.8239,13.5541,0l3.2408-3.3298,3.555-3.6508,3.1002-3.1853c.9006-.9253,2.062-1.3884,3.2229-1.3884,1.1609,0,2.3206.4631,3.2213,1.3884l.0183.0185.013.0135.0081.0084c1.7859,1.7905,1.819,4.6423.0834,6.4815-1.8019,1.8351-4.6299,1.837-6.426-.0085l-1.4627-1.5027-3.555,3.6525,1.4626,1.5027c3.7218,3.8239,9.8324,3.8239,13.5541,0l.0078-.0084.0132-.0135c3.6419-3.8344,3.5673-10.0531-.1617-13.7966l-.005-.0034c-3.722-3.8194-9.8285-3.819-13.5491.0034l-6.6552,6.838-3.2409,3.3281c-1.7962,1.8455-4.6241,1.8436-6.426.0084-1.7356-1.8391-1.7025-4.6908.0834-6.4815l.0082-.0084.0131-.0135.018-.0185c.9005-.9252,2.0603-1.3883,3.2211-1.3883s2.3223.4631,3.2229,1.3884l1.3219,1.3581,3.555-3.6508-1.3219-1.3598c-1.8602-1.9112-4.3176-2.8668-6.7747-2.8676l.0002-.0002Z"/><rect class="c" x="21.1877" y="9.7313" width="5.4434" height="5.4434" transform="translate(-1.8027 20.5539) rotate(-45)"/><rect class="c" x="21.1879" y="32.8253" width="5.4434" height="5.4434" transform="translate(-18.1325 27.3181) rotate(-45)"/></svg>
Copied!