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/310991.svg" alt="Television Download icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310991.svg" alt="Television Download icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310991.svg" alt="Television Download icon" :width="24" :height="24" />
CSS background
.icon-television-download {
background-image: url('https://proicons.com/icon/310991.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="M18.25 3.33002H5.75C4.95435 3.33002 4.19129 3.64609 3.62868 4.2087C3.06607 4.77131 2.75 5.53437 2.75 6.33002V14.2C2.75 14.9957 3.06607 15.7587 3.62868 16.3213C4.19129 16.8839 4.95435 17.2 5.75 17.2H18.25C19.0456 17.2 19.8087 16.8839 20.3713 16.3213C20.9339 15.7587 21.25 14.9957 21.25 14.2V6.33002C21.25 5.53437 20.9339 4.77131 20.3713 4.2087C19.8087 3.64609 19.0456 3.33002 18.25 3.33002Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12 17.2V20.67" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M8.53003 20.67H15.47" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12.0001 13.265L12.0001 7.26501" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M9.24854 10.739L11.6093 13.0999C11.6605 13.1514 11.7214 13.1924 11.7884 13.2203C11.8555 13.2482 11.9274 13.2626 12 13.2626C12.0727 13.2626 12.1446 13.2482 12.2117 13.2203C12.2787 13.1924 12.3396 13.1514 12.3907 13.0999L14.7515 10.739" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!