Readera Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Readera 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/331967.svg" alt="Readera icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331967.svg" alt="Readera icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331967.svg" alt="Readera icon" :width="24" :height="24" />
CSS background
.icon-readera {
background-image: url('https://proicons.com/icon/331967.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M12.6,13.09h7.29"/><path class="cls-1" d="M12.55,16.21h7.3"/><path class="cls-1" d="M12.55,19.28h7.3"/><path class="cls-1" d="M12.55,22.43h7.3"/><path class="cls-1" d="M8.67,9V34.08H19.79c1.79,0,4.29,1.75,4.29,1.75L24,10.35a5.51,5.51,0,0,0-3.85-1.58Z"/><path class="cls-1" d="M30.82,34.08H28.37c-1.79,0-4.29,1.75-4.29,1.75l.09-25.48A5.51,5.51,0,0,1,28,8.77l2.8,0"/><path class="cls-1" d="M33.89,8.86l5.6.09V34.08h-5.6"/><path class="cls-1" d="M33.89,36.62h7.7V10.28H40"/><path class="cls-1" d="M8.49,10.37H6.29V36.6H21.45a10.39,10.39,0,0,0,2.53.58,9.37,9.37,0,0,0,2.38-.56h4.46"/><path class="cls-1" d="M30.82,7.19v32.4l1.49-1.05,1.58,1V7.28Z"/></svg>
Copied!