Television Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Television 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/310352.svg" alt="Television icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310352.svg" alt="Television icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310352.svg" alt="Television icon" :width="24" :height="24" />
CSS background
.icon-television {
background-image: url('https://proicons.com/icon/310352.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M22 6.315V14.185C21.998 15.179 21.6025 16.1318 20.9 16.835C20.5531 17.1847 20.1402 17.4619 19.6853 17.6508C19.2304 17.8396 18.7425 17.9362 18.25 17.935H12.75V19.935H15.47C15.6689 19.935 15.8597 20.014 16.0003 20.1547C16.141 20.2953 16.22 20.4861 16.22 20.685C16.22 20.8839 16.141 21.0747 16.0003 21.2153C15.8597 21.356 15.6689 21.435 15.47 21.435H8.53C8.33109 21.435 8.14032 21.356 7.99967 21.2153C7.85902 21.0747 7.78 20.8839 7.78 20.685C7.78 20.4861 7.85902 20.2953 7.99967 20.1547C8.14032 20.014 8.33109 19.935 8.53 19.935H11.25V17.935H5.75C5.25746 17.9362 4.76959 17.8396 4.31468 17.6508C3.85978 17.4619 3.44689 17.1847 3.1 16.835C2.39746 16.1318 2.00197 15.179 2 14.185V6.315C2.00264 5.32125 2.39857 4.36895 3.10126 3.66626C3.80396 2.96357 4.75625 2.56764 5.75 2.565H18.25C19.2438 2.56764 20.196 2.96357 20.8987 3.66626C21.6014 4.36895 21.9974 5.32125 22 6.315Z" fill="black"/> </svg>
Copied!