Readly Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Readly 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/331971.svg" alt="Readly icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331971.svg" alt="Readly icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331971.svg" alt="Readly icon" :width="24" :height="24" />
CSS background
.icon-readly {
background-image: url('https://proicons.com/icon/331971.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><rect class="b" x="5.5" y="5.5" width="16.7695" height="16.7736"/><rect class="b" x="5.5" y="25.7264" width="16.7695" height="16.7736"/><path class="b" d="M42.4911,42.5h-16.7695v-16.7736h11.6683c5.5548,5.2011,5.1013,16.7736,5.1013,16.7736Z"/><path class="b" d="M30.0926,13.1088c0,3.7513,2.5644,5.731,5.6235,9.1648h-9.9945V5.5h16.7695c0,3.8288-12.3985,3.4845-12.3985,7.6088Z"/></svg>
Copied!