Television Minus Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Television Minus icon is commonly used in quantity selectors, collapse controls and list management. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310348.svg" alt="Television Minus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310348.svg" alt="Television Minus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310348.svg" alt="Television Minus icon" :width="24" :height="24" />
CSS background
.icon-television-minus {
background-image: url('https://proicons.com/icon/310348.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.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.82248 21.9046 5.33456 21.7158 4.87965C21.5269 4.42474 21.2496 4.01188 20.9 3.66499ZM15 11.005H8.99999C8.80108 11.005 8.61031 10.9259 8.46966 10.7853C8.32901 10.6446 8.24999 10.4539 8.24999 10.255C8.24999 10.0561 8.32901 9.86533 8.46966 9.72468C8.61031 9.58403 8.80108 9.50502 8.99999 9.50502H15C15.1989 9.50502 15.3897 9.58403 15.5303 9.72468C15.671 9.86533 15.75 10.0561 15.75 10.255C15.75 10.4539 15.671 10.6446 15.5303 10.7853C15.3897 10.9259 15.1989 11.005 15 11.005Z" fill="black"/> </svg>
Copied!