Usb Audio Player Pro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Usb Audio Player Pro 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/349158.svg" alt="Usb Audio Player Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349158.svg" alt="Usb Audio Player Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349158.svg" alt="Usb Audio Player Pro icon" :width="24" :height="24" />
CSS background
.icon-usb-audio-player-pro {
background-image: url('https://proicons.com/icon/349158.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m6.8692,31.4603v4.7199c0,3.983,4.1752,6.587,7.7521,4.8347l24.8634-12.1802c4.0203-1.9695,4.0203-7.6999,0-9.6694L14.6214,6.9851c-3.5769-1.7523-7.7521.8517-7.7521,4.8347v4.7199"/><circle class="c" cx="7.471" cy="23.6265" r="1.971"/><line class="c" x1="9.4421" y1="23.6265" x2="19.7424" y2="23.6265"/><polyline class="c" points="14.6876 19.7321 12.5099 19.7321 11.0475 23.6265 13.5431 28.2679 15.7049 28.2679"/><polygon class="c" points="23.6561 23.6265 19.7424 21.3669 19.7424 25.8861 23.6561 23.6265"/><rect class="c" x="15.7049" y="27.0122" width="2.5115" height="2.5115"/><circle class="c" cx="16.1023" cy="19.7321" r="1.4147"/></svg>
Copied!