Aozora Reading Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aozora Reading 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/321897.svg" alt="Aozora Reading icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321897.svg" alt="Aozora Reading icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321897.svg" alt="Aozora Reading icon" :width="24" :height="24" />
CSS background
.icon-aozora-reading {
background-image: url('https://proicons.com/icon/321897.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M9.5002,5.5c-2.216,0-4,1.784-4,4v29c0,2.216,1.784,4,4,4h5.7246l1.291-4.8164c.4578-1.7098,2.0073-2.8988,3.7773-2.8984h4.9355c.5649,0,1.0346-.4348,1.0781-.9981l.166-2.1152-6.6055-1.9316c-.9286-.2708-1.4613-1.2436-1.1895-2.1719.1014-.332.2992-.6264.5684-.8457l-1.6016-5.6836c-.1591-.5647.0886-1.165.5996-1.4531l2.3418-1.3184c.1395-.0785.2995-.1133.459-.0996.3268.0274.6035.2522.6973.5664l1.6562,5.5801c.1676.5645-.0677,1.1709-.5723,1.4746l-1.3086.7871,5.2344,1.5312.3086-3.9473c.1546-1.9694,1.798-3.4886,3.7734-3.4883h1.248c1.9551-.0005,3.5619,1.5426,3.6406,3.4961l.4824,12.084c.0768,1.9084-1.4494,3.4976-3.3594,3.498h-7.3457c-1.1046,0-2,.8954-2,2v.75h15c2.216,0,4-1.784,4-4V9.5c0-2.216-1.784-4-4-4H9.5002Z"/><path class="e" d="M31.0002,9c-2.7614,0-5,2.2386-5,5,0,.436.0462.8288.1588,1.25h2.6762s-.1873,1.3666-1.7983,1.7983c.9442,1.2596,2.3891,1.9517,3.9633,1.9517,2.7614,0,5-2.2386,5-5s-2.2386-5-5-5h0Z"/></svg>
Copied!