Television Check Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Television Check icon is commonly used in to-do lists, form validation and success states. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310989.svg" alt="Television Check icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310989.svg" alt="Television Check icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310989.svg" alt="Television Check icon" :width="24" :height="24" />
CSS background
.icon-television-check {
background-image: url('https://proicons.com/icon/310989.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.183L10.6886 11.8716C10.748 11.9317 10.8187 11.9794 10.8967 12.012C10.9747 12.0446 11.0583 12.0613 11.1429 12.0613C11.2274 12.0613 11.3111 12.0446 11.389 12.012C11.467 11.9794 11.5377 11.9317 11.5972 11.8716L15 8.46869" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!