Blackplayer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Blackplayer 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/322711.svg" alt="Blackplayer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322711.svg" alt="Blackplayer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322711.svg" alt="Blackplayer icon" :width="24" :height="24" />
CSS background
.icon-blackplayer {
background-image: url('https://proicons.com/icon/322711.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;}</style></defs><line class="a" x1="31.46" y1="22.39" x2="31.46" y2="23.75"/><path class="a" d="M17.82,17.78v3.7a.6.6,0,0,0,.34.54l3,1.44a.6.6,0,0,1,0,1.08l-3,1.44a.6.6,0,0,0-.34.54v3.7a1.2,1.2,0,0,0,1.72,1.08L33.7,24.54a.6.6,0,0,0,0-1.08L19.54,16.7A1.2,1.2,0,0,0,17.82,17.78Z"/><line class="a" x1="25.93" y1="19.75" x2="25.93" y2="23.75"/><line class="a" x1="28.69" y1="23.75" x2="28.69" y2="21.07"/><path class="a" d="M24.86,2.52a21.48,21.48,0,0,0-22,17.79,1,1,0,0,0,.56,1.06l4.37,2.09a.6.6,0,0,1,0,1.08L3.4,26.63a1,1,0,0,0-.56,1.06,21.49,21.49,0,1,0,22-25.17Z"/></svg>
Copied!