Television Upload Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Television Upload icon is commonly used in file pickers, media uploaders and form inputs. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310995.svg" alt="Television Upload icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310995.svg" alt="Television Upload icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310995.svg" alt="Television Upload icon" :width="24" :height="24" />
CSS background
.icon-television-upload {
background-image: url('https://proicons.com/icon/310995.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 7.26501L12 13.265" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M14.7515 9.79099L12.3907 7.43018C12.3396 7.37862 12.2787 7.33767 12.2116 7.30975C12.1446 7.28178 12.0727 7.2674 12 7.2674C11.9274 7.2674 11.8555 7.28178 11.7884 7.30975C11.7213 7.33767 11.6605 7.37862 11.6093 7.43018L9.24852 9.79098" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!