Television Plus Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Television Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310349.svg" alt="Television Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310349.svg" alt="Television Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310349.svg" alt="Television Plus icon" :width="24" :height="24" />
CSS background
.icon-television-plus {
background-image: url('https://proicons.com/icon/310349.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.5531 3.31533 20.1402 3.03802 19.6853 2.84919C19.2304 2.66036 18.7425 2.5638 18.25 2.56501H5.74999C4.75624 2.56765 3.80396 2.96358 3.10127 3.66627C2.39858 4.36896 2.00263 5.32126 1.99999 6.31501V14.185C2.00196 15.179 2.39747 16.1318 3.1 16.835C3.4469 17.1846 3.85977 17.4619 4.31468 17.6508C4.76958 17.8396 5.25746 17.9362 5.74999 17.935H11.25V19.935H8.52999C8.33108 19.935 8.14031 20.014 7.99966 20.1547C7.85901 20.2953 7.77999 20.4861 7.77999 20.685C7.77999 20.8839 7.85901 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.82248 21.9046 5.33456 21.7158 4.87965C21.5269 4.42474 21.2496 4.01188 20.9 3.66499ZM15 11.005H12.74V13.245C12.74 13.4439 12.661 13.6347 12.5203 13.7753C12.3797 13.916 12.1889 13.995 11.99 13.995C11.7911 13.995 11.6003 13.916 11.4597 13.7753C11.319 13.6347 11.24 13.4439 11.24 13.245V11.005H8.97C8.77108 11.005 8.58031 10.9259 8.43966 10.7853C8.29901 10.6446 8.22 10.4539 8.22 10.255C8.22 10.0561 8.29901 9.86533 8.43966 9.72468C8.58031 9.58403 8.77108 9.50502 8.97 9.50502H11.21V7.24501C11.21 7.04609 11.289 6.85532 11.4297 6.71467C11.5703 6.57402 11.7611 6.49501 11.96 6.49501C12.1589 6.49501 12.3497 6.57402 12.4903 6.71467C12.631 6.85532 12.71 7.04609 12.71 7.24501V9.50502H14.97C15.1689 9.50502 15.3597 9.58403 15.5003 9.72468C15.641 9.86533 15.72 10.0561 15.72 10.255C15.72 10.4539 15.641 10.6446 15.5003 10.7853C15.3597 10.9259 15.1689 11.005 14.97 11.005H15Z" fill="black"/> </svg>
Copied!