Readid Me Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Readid Me 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/346528.svg" alt="Readid Me icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346528.svg" alt="Readid Me icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346528.svg" alt="Readid Me icon" :width="24" :height="24" />
CSS background
.icon-readid-me {
background-image: url('https://proicons.com/icon/346528.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="c" class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><line class="d" x1="11.5" y1="19.5548" x2="11.5" y2="35.1867"/><path class="d" d="M16.8609,35.213v-15.6319h5.0291c4.3166,0,7.8159,3.4993,7.8159,7.8159h0c0,4.3166-3.4993,7.816-7.8159,7.816h-5.0291Z"/><path class="d" d="M24.561,12.787c6.5829,0,11.939,5.3561,11.939,11.939"/><path class="d" d="M24.561,16.0567c4.7801,0,8.6692,3.8892,8.6692,8.6692"/><path class="d" d="M21.89,19.5811c4.3166,0,7.8159,3.4993,7.8159,7.8159"/></svg>
Copied!