Article Reader Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Article 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/322061.svg" alt="Article Reader icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322061.svg" alt="Article Reader icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322061.svg" alt="Article Reader icon" :width="24" :height="24" />
CSS background
.icon-article-reader {
background-image: url('https://proicons.com/icon/322061.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m4.5,37.59l.0312-27.2423h38.9688v27.1643l-2.3547-1.7777-2.5106,1.8089-2.6665-1.3722-2.3702,1.3099-2.074-1.4814-2.5574,1.5438-2.4326-1.6062-2.6353,1.6685-2.2143-1.5438-2.4326,1.419-2.4794-1.497-2.4794,1.6685-2.4014-1.6217-2.3547,1.5438-2.5262-1.3878-2.5106,1.4034Z"/><path class="b" d="m10.1917,19.0022h12.1008c.9473-.0087,1.7223.7523,1.7309,1.6996,0,.0104,0,.0209,0,.0313v10.3387c0,.9473-.7679,1.7153-1.7152,1.7154-.0052,0-.0104,0-.0157,0h-12.1008c-.9473.0086-1.7222-.7523-1.7308-1.6996,0-.0052,0-.0104,0-.0157v-10.3387c-.0087-.9473.7523-1.7223,1.6996-1.7309.0104,0,.0209,0,.0313,0Z"/><path class="b" d="m8.2581,15.0726h31.1096"/><path class="b" d="m25.7855,19.7975h14.1747"/><path class="b" d="m25.6451,23.9298h13.7225"/><path class="b" d="m25.6451,27.4696h13.7225"/><path class="b" d="m25.6451,31.602h10.1827"/></svg>
Copied!