Onstream Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Onstream Alt 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/345216.svg" alt="Onstream Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345216.svg" alt="Onstream Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345216.svg" alt="Onstream Alt icon" :width="24" :height="24" />
CSS background
.icon-onstream-alt {
background-image: url('https://proicons.com/icon/345216.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="c" points="33.1278 4.3634 43.5 7.403 22.2023 22.4773 33.4044 25.7964 5.8834 43.6366 22.0221 27.293 12.7982 24.3441 33.1278 4.3634"/><path class="c" d="M36.5655,12.3137c3.1065,3.3115,5,7.7705,5,12.6557,0,10.2295-8.2951,18.5327-18.5327,18.5327-4.1967,0-8.0655-1.3934-11.1639-3.7459"/><path class="c" d="M10.6803,38.7808c-3.7951-3.3852-6.1803-8.3196-6.1803-13.8114C4.5,14.7317,12.7951,6.4366,23.0327,6.4366c2.3688,0,4.6311.4426,6.7131,1.2541"/><path class="c" d="M15.1065,34.289c-2.6393-2.2459-4.3115-5.5901-4.3115-9.3196,0-6.7623,5.4754-12.2377,12.2377-12.2377.5,0,1,.0328,1.4836.0902"/><path class="c" d="M31.3524,16.0022c2.4098,2.2295,3.918,5.4262,3.918,8.9672,0,6.7541-5.4836,12.2377-12.2377,12.2377-1.918,0-3.7295-.4426-5.3442-1.2213"/></svg>
Copied!