Handynewsreader Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Handynewsreader 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/326883.svg" alt="Handynewsreader icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326883.svg" alt="Handynewsreader icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326883.svg" alt="Handynewsreader icon" :width="24" :height="24" />
CSS background
.icon-handynewsreader {
background-image: url('https://proicons.com/icon/326883.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M22.88,18.2H22C13,18.2,5.62,19.26,5.62,20.57S13,22.94,22,22.94s16.4-1.06,16.4-2.37-6.13-2.19-14.11-2.35"/><path class="a" d="M5.62,20.57c0,8.2,3.41,15.8,9.71,19.32V41s3.65.36,6.7.36"/><path class="a" d="M38.43,20.57c0,8.2-3.4,15.8-9.7,19.32V41s-3.65.36-6.7.36"/><path class="a" d="M14.47,39.37c-5.68.36-9.6,1.1-9.6,2,0,1.2,7.68,2.17,17.16,2.17s17.16-1,17.16-2.17c0-.86-3.92-1.6-9.6-2"/><path class="a" d="M37.89,26.15c2.42-1.49,5.24-1.38,5.24,1.11s-4.37,6.26-7.48,5.31"/><path class="a" d="M23.18,4.5c-2,1.15-4.93,3.85-4.93,6.37s5.08,3.6,5.08,5.9-3.64,4.15-3.64,4.15,6.12-2.52,6.12-5-5.67-3-5.67-6.27S23.18,4.5,23.18,4.5Z"/></svg>
Copied!