Cast To Tv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cast To Tv 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/323495.svg" alt="Cast To Tv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323495.svg" alt="Cast To Tv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323495.svg" alt="Cast To Tv icon" :width="24" :height="24" />
CSS background
.icon-cast-to-tv {
background-image: url('https://proicons.com/icon/323495.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M22.192,19.6035c.5151-.4062,1.152-.627,1.808-.627.656,0,1.2929.2208,1.808.627M18.843,16.2315c1.4018-1.3016,3.244-2.025,5.157-2.025,1.9134,0,3.7561.7238,5.158,2.026M15.451,12.8115c2.3048-2.1955,5.3659-3.4201,8.549-3.42,3.1831-.0001,6.2442,1.2245,8.549,3.42M22.237,37.8515h3.526c.82,0,1.479.66,1.479,1.48v.052c0,.82-.66,1.479-1.479,1.479h-3.526c-.82,0-1.479-.66-1.479-1.48v-.052c0-.819.66-1.478,1.479-1.478v-.001ZM17.477,36.0395v-11.326c0-.82.66-1.479,1.478-1.479h10.048c.819,0,1.479.66,1.479,1.48v11.325h-13.005ZM19.042,20.3655h9.916c2.445-.005,4.431,1.973,4.436,4.418,0,.0063,0,.0127,0,.019v13.213c.0055,2.445-1.972,4.4315-4.417,4.437-.0063,0-.0127,0-.019,0h-9.916c-2.445.005-4.431-1.973-4.436-4.418,0-.0063,0-.0127,0-.019v-13.213c-.0055-2.445,1.972-4.4315,4.417-4.437.0063,0,.0127,0,.019,0ZM14.606,34.5225h-7.134c-1.0863.0028-1.9692-.8756-1.972-1.962,0-.0033,0-.0067,0-.01V7.5195c0-1.092.88-1.972,1.972-1.972h33.056c1.093,0,1.972.88,1.972,1.972v25.032c0,1.093-.88,1.972-1.972,1.972h-7.134"/></svg>
Copied!