Reading Mode Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Reading Mode 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/331970.svg" alt="Reading Mode icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331970.svg" alt="Reading Mode icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331970.svg" alt="Reading Mode icon" :width="24" :height="24" />
CSS background
.icon-reading-mode {
background-image: url('https://proicons.com/icon/331970.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><path class="b" d="m38.203,25.7756c.9811-.0129,1.9655.0354,2.9466-.0225,1.2804-.1158,2.3287-1.2884,2.3383-2.5735.024-3.4357-.0016-6.8697.0112-10.3053.008-.5485-.0335-1.1147-.2832-1.6116-.4353-.9619-1.5046-1.5393-2.5385-1.4895-4.6415.0017-9.283-.0016-13.9245.0017-1.1972-.0483-2.3704.7897-2.6521,1.9719-.1776.8557-.064,1.7387-.0912,2.6056m14.1934,11.4231c-.6002-.0016-1.2004.0048-1.8005.0113-2.8442.0161-5.6899-.0048-8.5324.0081-.4642-.0258-.7075.439-1.0132.7093-.9508.9377-1.8423,1.9398-2.8457,2.8212-.0481-4.3573-.0256-8.7177-.0112-13.0766.0112-.6321.0112-1.2642.0096-1.8963m14.1934,11.4231c-.056,3.204-.0047,6.4097-.0256,9.6137.0481.7801-.5906,1.4814-1.3412,1.5907-.6146.0997-1.1332-.312-1.6661-.5404-1.8566-.9217-3.9469-1.3028-6.0067-1.2368-2.8281.1286-5.5698,1.2658-7.7738,3.027-.6338-.3828-1.2036-.8637-1.8439-1.2369-2.3047-1.3414-5.0128-2.0604-7.6793-1.7821-1.8101.1334-3.5419.7801-5.1392,1.6181-.9779.5549-2.2952-.3297-2.2167-1.4395-.0144-6.1652,0-12.3319-.008-18.4971-.0224-.5854.1056-1.2674.6434-1.5972,4.0141-2.2261,8.9901-2.5799,13.294-1.0165,1.0115.2928,1.9174.8412,2.8649,1.2835.9043-.3667,1.7702-.883,2.7049-1.2095m-2.7049,2.699c.0448,5.4751.0657,13.3971.0849,18.8723m-13.7928-15.3338l10.5635.0006m-10.5635,9.4355h3.5211m-3.5211-7.0771h4.6948m-4.6948,2.3591l10.5635.0007m-3.5212,2.3582h3.5212m-10.5635,0h4.6948m2.3475-4.7181h3.5212m-4.6949,7.0771h4.6949m10.5634-16.5133l10.5634.0006m-10.5634,2.3583h4.6949m-4.6949,2.3591l10.5634.0007m-3.5212,2.3583h3.5212m-10.5634,0h4.6949m2.3474-4.7182h3.5212"/></svg>
Copied!