The Hindu E Paper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The The Hindu E Paper 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/333882.svg" alt="The Hindu E Paper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333882.svg" alt="The Hindu E Paper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333882.svg" alt="The Hindu E Paper icon" :width="24" :height="24" />
CSS background
.icon-the-hindu-e-paper {
background-image: url('https://proicons.com/icon/333882.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="M9.5,20.94h29"/><path class="b" d="M9.5,26.06h29"/><path class="b" d="M20.2757,15.82h18.2243"/><path class="b" d="M20.2757,10.7h18.2243"/><path class="b" d="M9.5,31.18h29"/><path class="b" d="M9.5,36.3h29"/><line class="b" x1="9.5" y1="10.7" x2="12.8856" y2="10.7"/><line class="b" x1="11.1928" y1="15.8104" x2="11.1928" y2="10.7"/><line class="b" x1="14.8016" y1="10.7096" x2="14.8016" y2="15.82"/><line class="b" x1="18.1872" y1="10.7096" x2="18.1872" y2="15.82"/><line class="b" x1="14.8016" y1="13.2552" x2="18.1872" y2="13.2552"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!