Chronicle Audiobook Player Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chronicle Audiobook Player 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/338237.svg" alt="Chronicle Audiobook Player icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338237.svg" alt="Chronicle Audiobook Player icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338237.svg" alt="Chronicle Audiobook Player icon" :width="24" :height="24" />
CSS background
.icon-chronicle-audiobook-player {
background-image: url('https://proicons.com/icon/338237.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><path class="a" d="M19.2133,21.0592l.0109-7.389L32.5937,13.67v7.389Z"/><path class="a" d="M19.3007,29.5821l2.693-2.39,2.5921,2.39,2.76-2.39,2.5248,2.39,2.8277-2.39"/><path class="a" d="M15.0138,8.2213H12.9669a1.76,1.76,0,0,0-1.76,1.76V40.7849a1.76,1.76,0,0,0,1.76,1.76h2.0467"/><path class="a" d="M15.0138,8.2213V42.5451H35.0331a1.76,1.76,0,0,0,1.76-1.76V9.9815a1.76,1.76,0,0,0-1.76-1.76Z"/><path class="a" d="M8.1837,18.2907h.6744a0,0,0,0,1,0,0V30.5184a0,0,0,0,1,0,0H8.1837A3.6837,3.6837,0,0,1,4.5,26.8347v-4.86A3.6837,3.6837,0,0,1,8.1837,18.2907Z"/><path class="a" d="M24,5.4549H11.6669A2.8087,2.8087,0,0,0,8.8581,8.2637v10.027"/><path class="a" d="M42.8256,18.2907H43.5a0,0,0,0,1,0,0V30.5184a0,0,0,0,1,0,0h-.6744a3.6837,3.6837,0,0,1-3.6837-3.6837v-4.86A3.6837,3.6837,0,0,1,42.8256,18.2907Z" transform="translate(82.6419 48.8091) rotate(-180)"/><path class="a" d="M24,5.4549H36.3331a2.8087,2.8087,0,0,1,2.8088,2.8088v10.027"/></svg>
Copied!