Screenstream Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Screenstream 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/347061.svg" alt="Screenstream icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347061.svg" alt="Screenstream icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347061.svg" alt="Screenstream icon" :width="24" :height="24" />
CSS background
.icon-screenstream {
background-image: url('https://proicons.com/icon/347061.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="26.0941" cy="24" r="3.7405"/><path class="a" d="M33.0242,17.97a9.1809,9.1809,0,0,1-.0351,12.0987"/><path class="a" d="M36.9219,13.3805a15.16,15.16,0,0,1,.03,21.209"/><path class="a" d="M27.6964,16.8456V9.4848A3.9866,3.9866,0,0,0,23.7126,5.5H10.7206A3.9859,3.9859,0,0,0,6.7368,9.4848v29.03A3.9859,3.9859,0,0,0,10.7206,42.5h12.992a3.9866,3.9866,0,0,0,3.9838-3.9848V31.3287"/><path class="a" d="M6.7368,37.0621h20.96"/><path class="a" d="M6.7368,10.959h20.96"/></svg>
Copied!