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/310345.svg" alt="Television Check icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310345.svg" alt="Television Check icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310345.svg" alt="Television Check icon" :width="24" :height="24" />
CSS background
.icon-television-check {
background-image: url('https://proicons.com/icon/310345.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.66502C20.5538 3.31446 20.141 3.03659 19.686 2.8477C19.2309 2.6588 18.7427 2.56272 18.25 2.56504H5.75C4.75625 2.56768 3.80395 2.96361 3.10126 3.6663C2.39857 4.36899 2.00264 5.32129 2 6.31504V14.185C2.00264 15.1788 2.39857 16.1311 3.10126 16.8338C3.80395 17.5365 4.75625 17.9324 5.75 17.935H11.25V19.935H8.53C8.33109 19.935 8.14032 20.0141 7.99966 20.1547C7.85901 20.2954 7.78 20.4861 7.78 20.685C7.78 20.884 7.85901 21.0747 7.99966 21.2154C8.14032 21.356 8.33109 21.435 8.53 21.435H15.47C15.6689 21.435 15.8597 21.356 16.0003 21.2154C16.141 21.0747 16.22 20.884 16.22 20.685C16.22 20.4861 16.141 20.2954 16.0003 20.1547C15.8597 20.0141 15.6689 19.935 15.47 19.935H12.75V17.935H18.25C18.7425 17.9363 19.2304 17.8396 19.6853 17.6508C20.1402 17.462 20.5531 17.1847 20.9 16.835C21.6025 16.1318 21.998 15.179 22 14.185V6.31504C22.0012 5.82251 21.9046 5.33459 21.7158 4.87968C21.5269 4.42477 21.2497 4.01191 20.9 3.66502ZM15.53 8.98503L12.13 12.385C12.0014 12.5139 11.8484 12.6159 11.68 12.685C11.509 12.7569 11.3255 12.7942 11.14 12.795C10.9546 12.7932 10.7713 12.7559 10.6 12.685C10.4304 12.6135 10.2773 12.508 10.15 12.375L8.47 10.695C8.39631 10.6264 8.33723 10.5436 8.29623 10.4516C8.25524 10.3596 8.23319 10.2602 8.23141 10.1595C8.22964 10.0588 8.24817 9.95879 8.28589 9.8654C8.32361 9.77201 8.37974 9.68723 8.45096 9.61601C8.52218 9.54479 8.60702 9.48863 8.70041 9.45091C8.7938 9.41319 8.89383 9.39463 8.99454 9.3964C9.09524 9.39818 9.19453 9.42023 9.28653 9.46122C9.37853 9.50222 9.46134 9.5613 9.53 9.63499L11.15 11.255L14.47 7.92503C14.5387 7.85134 14.6215 7.79225 14.7135 7.75126C14.8055 7.71027 14.9048 7.68822 15.0055 7.68644C15.1062 7.68467 15.2062 7.70317 15.2996 7.74089C15.393 7.77861 15.4778 7.83477 15.549 7.90599C15.6203 7.97721 15.6764 8.06205 15.7141 8.15544C15.7518 8.24883 15.7704 8.34886 15.7686 8.44957C15.7668 8.55027 15.7448 8.64956 15.7038 8.74156C15.6628 8.83356 15.6037 8.91636 15.53 8.98503Z" fill="black"/> </svg>
Copied!