Audible Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Audible 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/322162.svg" alt="Audible icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322162.svg" alt="Audible icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322162.svg" alt="Audible icon" :width="24" :height="24" />
CSS background
.icon-audible {
background-image: url('https://proicons.com/icon/322162.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="M16.94,15.6069c4.6839-2.1205,10.0664-2.0582,14.7.17,3.1854,1.5239,5.8173,4.002,7.53,7.09l-3.25,1.57c-4.1203-7.4003-13.3086-10.2859-20.92-6.57-2.2481,1.1596-4.2091,2.8063-5.74,4.82,1.7582-3.1038,4.434-5.5875,7.66-7.11l.02.03Z"/><path class="b" d="M22.05,21.4069c-3.1743-.0092-6.2056,1.3194-8.35,3.66,2.23-3.5578,6.102-5.7532,10.3-5.84,4.2522.0493,8.1665,2.3272,10.31,6l-3.15,1.54c-1.9231-3.2242-5.3576-5.2449-9.11-5.36Z"/><path class="b" d="M29.57,27.5469l-3.16,1.58c-.9263-1.5589-2.5283-2.5948-4.33-2.8-1.2973-.061-2.577.3197-3.63,1.08,1.1199-1.7814,2.9742-2.9724,5.06-3.25,2.4998-.1122,4.8474,1.2011,6.06,3.39Z"/><polyline class="b" points="43.5 24.2251 24 33.94 4.5 24.2251"/></svg>
Copied!