Readwise Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Readwise 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/346533.svg" alt="Readwise icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346533.svg" alt="Readwise icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346533.svg" alt="Readwise icon" :width="24" :height="24" />
CSS background
.icon-readwise {
background-image: url('https://proicons.com/icon/346533.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M22.2422,42.5H5.6195v-2.0074s3.932-.2578,3.932-2.5781V11.2517c0-3.589-3.8538-3.5515-3.8538-3.5515v-2.2002h21.0515c8.5141,0,11.7088,3.5626,11.7911,9.548.0822,5.9853-3.106,9.2029-8.4645,9.721,0,.0001,7.3247,11.9261,7.4898,12.2282,1.8151,3.3221,4.7429,3.3623,4.8135,3.3629l.0013.0071v2.1327h-11.2346l-10.3175-17.1576h-2.4458v11.741c0,2.7602,3.8596,3.4092,3.8596,3.4092v2.0074Z"/><path class="b" d="M18.5151,21.3106c.044-.0547,3.5034-6.798,10.7507-11.7383-.4517,2.1977-.2162,3.0105,0,5.2225.1801,1.8416.936,3.9246.3925,4.4681-.5436.5435-2.0579.092-4.2568.3924-5.4311.742-6.8632,1.6375-6.8865,1.6554Z"/></svg>
Copied!