Stream Vision Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stream Vision 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/347930.svg" alt="Stream Vision icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347930.svg" alt="Stream Vision icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347930.svg" alt="Stream Vision icon" :width="24" :height="24" />
CSS background
.icon-stream-vision {
background-image: url('https://proicons.com/icon/347930.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M15.1805,19.4612h9c4.688,0,8.4883,3.8003,8.4883,8.4883s-3.8003,8.4883-8.4883,8.4883l-15.989.062v2c0,3.0792,3.333,5.004,6,3.4648l9.5701-5.5252M31.7254,31.8416l7.5813-4.377c2.6678-1.5396,2.6678-5.3901,0-6.9297l-12.991-7.5001"/><path class="cls-1" d="M8.1923,32.5002v-8.1574M8.1923,14.7044v-5.2042c0-3.0792,3.333-5.004,6-3.4648l8.6603,4.9999h-7.6718c-4.688,0-8.4883,3.8003-8.4883,8.4883s3.8003,8.4883,8.4883,8.4883h9"/></svg>
Copied!