Deezer Audiobooks Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Deezer 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/338936.svg" alt="Deezer Audiobooks icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338936.svg" alt="Deezer Audiobooks icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338936.svg" alt="Deezer Audiobooks icon" :width="24" :height="24" />
CSS background
.icon-deezer-audiobooks {
background-image: url('https://proicons.com/icon/338936.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="4.5" y="6.25" width="8.2113" height="35.5"/><polyline class="a" points="20.923 32.63 20.923 41.75 12.711 41.75 12.711 6.25 20.923 6.25 20.923 23.149"/><polyline class="a" points="20.923 23.149 20.923 14.029 29.134 14.029 29.134 41.75 20.923 41.75 20.923 32.63"/><rect class="a" x="32.2113" y="17.6481" width="8.2113" height="23.4233" transform="translate(-6.7006 11.1828) rotate(-16.0468)"/><polygon class="a" points="29.134 27.89 12.711 18.408 12.711 37.371 29.134 27.89"/></svg>
Copied!