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/310992.svg" alt="Television Minus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310992.svg" alt="Television Minus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310992.svg" alt="Television Minus icon" :width="24" :height="24" />
CSS background
.icon-television-minus {
background-image: url('https://proicons.com/icon/310992.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="M9 10.2715H15" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> </svg>
Copied!