Read You Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Read You 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/346524.svg" alt="Read You icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346524.svg" alt="Read You icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346524.svg" alt="Read You icon" :width="24" :height="24" />
CSS background
.icon-read-you {
background-image: url('https://proicons.com/icon/346524.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M4.7088,19.8708c-.6258-1.7873,8.0723-1.4585,12.5586-2.235L33.6045,29.343c5.7561,18.1238.8094,14.2706-9.951,6.6517L13.6492,28.7576c-4.918-4.3889-10.2821-8.2865-8.94-8.8868Z"/><path class="a" d="M17.2672,17.6356c-.4957.835,3.2092-11.99,6.2378-12.6253,3.0666,1.0141,4.8121,7.7961,6.719,12.0364,6.3431.5307,12.399.0173,13.1455,2.3635,1.1427,1.9509-5.4751,7.7087-9.766,9.9328"/><path class="a" d="M13.01,28.5448C9.5836,41.1075,10.2921,41.71,11.6138,42.7316c1.9646,1.72,11.47-5.6921,12.4293-6.45"/></svg>
Copied!