Streamplayer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Streamplayer 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/333375.svg" alt="Streamplayer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333375.svg" alt="Streamplayer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333375.svg" alt="Streamplayer icon" :width="24" :height="24" />
CSS background
.icon-streamplayer {
background-image: url('https://proicons.com/icon/333375.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M10.28,21.7027v-12.6572c0-1.4769,1.5644-2.4177,2.8771-1.7285l23.1811,12.2524"/><path class="c" d="M40.4515,21.7355l1.0064.536c1.3893.733,1.3893,2.724,0,3.4569l-28.3009,14.9545c-1.3128.6892-2.8771-.2516-2.8771-1.7285v-10.6005"/><path class="c" d="M5.5257,32.9207c-.3681-7.4763,3.1824-13.1092,12.5065-13.1736,5.5546-.0383,5.0302,2.3924,11.6553,2.3924s8.7108-4.0487,9.0176-10.6738l2.8832,3.0672c1.0428,10.4285-7.7366,13.85-12.6368,13.557-5.1299-.3067-5.1376-2.124-10.7481-2.5129-4.9132-.3405-9.488.8974-9.9862,9.9968l-2.6915-2.6531Z"/></svg>
Copied!