Redreader Alpha Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Redreader Alpha 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/332026.svg" alt="Redreader Alpha icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332026.svg" alt="Redreader Alpha icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332026.svg" alt="Redreader Alpha icon" :width="24" :height="24" />
CSS background
.icon-redreader-alpha {
background-image: url('https://proicons.com/icon/332026.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>.l{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="f" class="l" d="M32.75976562,42.5H9.5c-2.2159977,0-4-1.7840004-4-4V9.5c0-2.2159977,1.7840023-4,4-4h29c2.2159996,0,4,1.7840023,4,4v23.25976562"/><path id="g" class="l" d="M18.70000076,32v-16h5.23810005c2.9612999,0,5.36190033,2.40579987,5.36190033,5.37350082s-2.40060043,5.37350082-5.36190033,5.37350082h-5.23810005"/><path id="h" class="l" d="M23.93810081,26.74699974l5.23759842,5.24900055"/><path id="i" class="l" d="M45.5,38.5c0,3.86600113-3.13399887,7-7,7s-7-3.13399887-7-7,3.13399887-7,7-7,7,3.13399887,7,7Z"/><path id="j" class="l" d="M40.56200027,39.40200043c-.00439835,1.42200089-1.15599823,2.57360077-2.57799911,2.57799911h0c-1.42200089-.00439835-2.57360077-1.15599823-2.57799911-2.57799911v-1.67499924c.00379944-1.42240143,1.1556015-2.57460022,2.57799911-2.57899857h0c1.42240143.00439835,2.57419968,1.15660095,2.57799911,2.57899857"/><path id="k" class="l" d="M41.59400177,41.85200119c-.51599884,0-1.0320015-.51599884-1.0320015-1.0320015v-5.79999924"/></svg>
Copied!