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/310351.svg" alt="Television Upload icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310351.svg" alt="Television Upload icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310351.svg" alt="Television Upload icon" :width="24" :height="24" />
CSS background
.icon-television-upload {
background-image: url('https://proicons.com/icon/310351.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.66499C20.5538 3.31443 20.141 3.03656 19.686 2.84767C19.2309 2.65877 18.7427 2.56269 18.25 2.56501H5.74999C4.75624 2.56765 3.80396 2.96358 3.10126 3.66627C2.39857 4.36896 2.00263 5.32126 1.99999 6.31501V14.185C2.00196 15.179 2.39746 16.1318 3.1 16.835C3.44689 17.1846 3.85977 17.4619 4.31467 17.6508C4.76958 17.8396 5.25745 17.9362 5.74999 17.935H11.25V19.935H8.52999C8.33108 19.935 8.14031 20.014 7.99966 20.1547C7.859 20.2953 7.77999 20.4861 7.77999 20.685C7.77999 20.8839 7.859 21.0747 7.99966 21.2153C8.14031 21.356 8.33108 21.435 8.52999 21.435H15.47C15.6689 21.435 15.8597 21.356 16.0003 21.2153C16.141 21.0747 16.22 20.8839 16.22 20.685C16.22 20.4861 16.141 20.2953 16.0003 20.1547C15.8597 20.014 15.6689 19.935 15.47 19.935H12.75V17.935H18.25C18.7425 17.9362 19.2304 17.8396 19.6853 17.6508C20.1402 17.4619 20.5531 17.1846 20.9 16.835C21.6025 16.1318 21.998 15.179 22 14.185V6.31501C22.0012 5.82247 21.9046 5.33456 21.7158 4.87965C21.5269 4.42474 21.2496 4.01188 20.9 3.66499ZM15.28 11.255L12.97 13.665C12.8516 13.7873 12.7084 13.8828 12.55 13.945C12.3916 14.011 12.2216 14.045 12.05 14.045C11.8784 14.045 11.7084 14.011 11.55 13.945C11.3874 13.8806 11.2407 13.7816 11.12 13.655L8.77 11.305C8.69631 11.2363 8.63721 11.1535 8.59621 11.0615C8.55522 10.9695 8.53317 10.8702 8.53139 10.7695C8.52962 10.6688 8.54815 10.5688 8.58587 10.4754C8.62359 10.382 8.67973 10.2972 8.75095 10.226C8.82217 10.1547 8.907 10.0986 9.00039 10.0609C9.09378 10.0231 9.19381 10.0046 9.29452 10.0064C9.39522 10.0082 9.49453 10.0302 9.58652 10.0712C9.67852 10.1122 9.76133 10.1713 9.82999 10.245L11.3 11.715V7.29499C11.3 7.09608 11.379 6.90531 11.5197 6.76466C11.6603 6.62401 11.8511 6.54499 12.05 6.54499C12.2489 6.54499 12.4397 6.62401 12.5803 6.76466C12.721 6.90531 12.8 7.09608 12.8 7.29499V11.665L14.27 10.195C14.4106 10.0546 14.6012 9.97566 14.8 9.97566C14.9987 9.97566 15.1894 10.0546 15.33 10.195C15.4024 10.2677 15.4589 10.3547 15.4958 10.4504C15.5328 10.5461 15.5495 10.6485 15.5448 10.751C15.5401 10.8535 15.5141 10.9539 15.4685 11.0458C15.4229 11.1378 15.3587 11.2192 15.28 11.285V11.255Z" fill="black"/> </svg>
Copied!