Ireader 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ireader 2 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/327541.svg" alt="Ireader 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327541.svg" alt="Ireader 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327541.svg" alt="Ireader 2 icon" :width="24" :height="24" />
CSS background
.icon-ireader-2 {
background-image: url('https://proicons.com/icon/327541.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-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M25.5524,37.8354c.4477-.9909,1.7591-1.8386,3.3324-1.8386h13.6152V10.7803c0-.9338-.7512-1.6856-1.6843-1.6856h-12.3484c-2.4883,0-4.4915,2.0048-4.4673,4.495.0242-2.4902-1.979-4.495-4.4673-4.495H7.1843c-.9331,0-1.6843.7518-1.6843,1.6856v25.2166h13.6152c1.5733,0,2.8847.8477,3.3324,1.8386.4261.943.8768,1.0699,1.5524,1.0699s1.1263-.1269,1.5524-1.0699Z"/><path id="c" class="e" d="M29.8459,15.108h6.7384"/><path id="d" class="e" d="M29.8459,19.5714h6.7384"/></svg>
Copied!