Webvideocaster Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Webvideocaster 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/335066.svg" alt="Webvideocaster icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335066.svg" alt="Webvideocaster icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335066.svg" alt="Webvideocaster icon" :width="24" :height="24" />
CSS background
.icon-webvideocaster {
background-image: url('https://proicons.com/icon/335066.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><path class="a" d="M19.31,15.12a1.35,1.35,0,1,1,1.61-1,1.35,1.35,0,0,1-1.61,1m-4.54,0a1.35,1.35,0,1,1,1.61-1,1.35,1.35,0,0,1-1.61,1m-4.69,0a1.35,1.35,0,1,1,1.61-1,1.35,1.35,0,0,1-1.61,1m21.62,4.5V16.39a.36.36,0,0,1,.57-.33l4.21,3c.23.21.35.45.06.7l-4.27,3.4a.37.37,0,0,1-.57-.34V19.62m-.19,8.66a9,9,0,1,1,.05,0M45.5,24A21.5,21.5,0,1,1,24,2.5,21.51,21.51,0,0,1,45.5,24ZM14.84,43.45c0-.21,0-.41,0-.62A9.85,9.85,0,0,0,5,33H4.85l-.38,0M21.28,45.33A14.61,14.61,0,0,0,21.44,43,16.63,16.63,0,0,0,4.81,26.41H4.69a15.42,15.42,0,0,0-2,.14m4.44-6.93H24.61M28.2,45.09a21.37,21.37,0,0,0,.11-2.26A23.3,23.3,0,0,0,5,19.53H4.94c-.66,0-1.33,0-2,.09m39.4,0H44.8"/></svg>
Copied!