Audiobooks Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Audiobooks 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/336730.svg" alt="Audiobooks icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336730.svg" alt="Audiobooks icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336730.svg" alt="Audiobooks icon" :width="24" :height="24" />
CSS background
.icon-audiobooks {
background-image: url('https://proicons.com/icon/336730.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="m42.3729,32.2918l-11.3918.2772c-1.1149-1.8978-4.1888-2.8503-6.3764-.252-5.4057-.946-8.7825-2.7976-18.9779.4789,1.1014-1.4126,1.34-2.969,1.6634-4.5113l11.2909-.378"/><path id="c" class="f" d="m32.3169,17.3968c-.8955-.3746-1.5466-.5049-3.5284-1.9658,1.7495,3.3305.3343,9.0679-1.4939,15.3229"/><path id="d" class="f" d="m25.0056,20.5472c-.161-1.5608-.2467-3.0664-1.3837-5.343-1.7633.5791-3.6191.3262-5.4438.3528,4.8134,3.5823,6.0942,9.7756,7.9575,15.5384"/><path id="e" class="f" d="m19.8667,23.3699l-5.1918-4.8894-3.9821,3.3772c5.9611,1.6788,10.6048,5.2656,14.6226,9.7588"/></svg>
Copied!