Television Download Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Television Download icon is commonly used in file managers, asset libraries and download pages. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310347.svg" alt="Television Download icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310347.svg" alt="Television Download icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310347.svg" alt="Television Download icon" :width="24" :height="24" />
CSS background
.icon-television-download {
background-image: url('https://proicons.com/icon/310347.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="M20.9 3.66502C20.5538 3.31446 20.141 3.03659 19.686 2.8477C19.2309 2.6588 18.7427 2.56272 18.25 2.56504H5.74999C4.75624 2.56768 3.80396 2.96361 3.10126 3.6663C2.39857 4.36899 2.00263 5.32129 1.99999 6.31504V14.185C2.00263 15.1788 2.39857 16.1311 3.10126 16.8338C3.80396 17.5365 4.75624 17.9324 5.74999 17.935H11.25V19.935H8.52999C8.33108 19.935 8.14031 20.0141 7.99966 20.1547C7.859 20.2954 7.77999 20.4861 7.77999 20.685C7.77999 20.884 7.859 21.0747 7.99966 21.2154C8.14031 21.356 8.33108 21.435 8.52999 21.435H15.47C15.6689 21.435 15.8597 21.356 16.0003 21.2154C16.141 21.0747 16.22 20.884 16.22 20.685C16.22 20.4861 16.141 20.2954 16.0003 20.1547C15.8597 20.0141 15.6689 19.935 15.47 19.935H12.75V17.935H18.25C18.7425 17.9363 19.2304 17.8396 19.6853 17.6508C20.1402 17.462 20.5531 17.1847 20.9 16.835C21.6025 16.1318 21.998 15.179 22 14.185V6.31504C22.0012 5.82251 21.9046 5.33459 21.7158 4.87968C21.5269 4.42477 21.2496 4.01191 20.9 3.66502ZM15.28 10.305C15.2111 10.3756 15.1286 10.4315 15.0375 10.4693C14.9464 10.5071 14.8486 10.526 14.75 10.525C14.6515 10.5255 14.5538 10.5063 14.4628 10.4685C14.3718 10.4307 14.2892 10.3751 14.22 10.305L12.75 8.835V13.245C12.75 13.4439 12.671 13.6347 12.5303 13.7754C12.3897 13.916 12.1989 13.995 12 13.995C11.8011 13.995 11.6103 13.916 11.4697 13.7754C11.329 13.6347 11.25 13.4439 11.25 13.245V8.86503L9.77999 10.335C9.63782 10.4675 9.44977 10.5396 9.25547 10.5362C9.06117 10.5327 8.87578 10.454 8.73837 10.3166C8.60095 10.1792 8.52225 9.99384 8.51882 9.79954C8.51539 9.60524 8.58751 9.41718 8.71999 9.275L11.08 6.91502C11.201 6.79592 11.3435 6.70087 11.5 6.63499C11.6106 6.58518 11.729 6.55477 11.85 6.54502C11.949 6.52509 12.051 6.52509 12.15 6.54502C12.2709 6.55477 12.3893 6.58518 12.5 6.63499C12.6565 6.70087 12.799 6.79592 12.92 6.91502L15.28 9.275C15.3507 9.34395 15.407 9.42641 15.4454 9.51744C15.4838 9.60846 15.5036 9.70624 15.5036 9.80503C15.5036 9.90383 15.4838 10.0016 15.4454 10.0926C15.407 10.1837 15.3507 10.2661 15.28 10.335V10.305Z" fill="black"/> </svg>
Copied!