Videotvsideview Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Videotvsideview 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/334746.svg" alt="Videotvsideview icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334746.svg" alt="Videotvsideview icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334746.svg" alt="Videotvsideview icon" :width="24" :height="24" />
CSS background
.icon-videotvsideview {
background-image: url('https://proicons.com/icon/334746.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><polyline class="a" points="7.14 24.81 7.14 36.52 38.84 36.52 38.84 14.64 21.75 14.64"/><line class="a" x1="43.5" y1="14.64" x2="43.5" y2="36.52"/><line class="a" x1="38.84" y1="16.86" x2="43.5" y2="16.86"/><line class="a" x1="38.84" y1="21.22" x2="43.5" y2="21.22"/><line class="a" x1="38.84" y1="25.58" x2="43.5" y2="25.58"/><line class="a" x1="38.84" y1="29.94" x2="43.5" y2="29.94"/><line class="a" x1="38.84" y1="34.3" x2="43.5" y2="34.3"/><line class="a" x1="7.14" y1="21.83" x2="7.14" y2="11.48"/><polyline class="a" points="4.5 14.64 11.63 14.64 15.71 21.83 20.34 11.48"/></svg>
Copied!