Aplayer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aplayer 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/321927.svg" alt="Aplayer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321927.svg" alt="Aplayer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321927.svg" alt="Aplayer icon" :width="24" :height="24" />
CSS background
.icon-aplayer {
background-image: url('https://proicons.com/icon/321927.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:#000;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#000;}</style></defs><path class="a" d="M39.6467,30.4423a18.1613,18.1613,0,1,1,0-12.8851"/><path class="a" d="M43.5,28.1713l-2.7113-8.3426-2.8156,8.3426"/><path class="a" d="M38.9116,25.3557h3.65"/><circle class="a" cx="22.396" cy="24" r="7.2997"/><circle class="b" cx="22.396" cy="24" r="0.7821"/></svg>
Copied!