Television Question Mark Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Television Question Mark icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/310994.svg" alt="Television Question Mark icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310994.svg" alt="Television Question Mark icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310994.svg" alt="Television Question Mark icon" :width="24" :height="24" />
CSS background
.icon-television-question-mark {
background-image: url('https://proicons.com/icon/310994.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="M10.2738 7.89258C10.4439 7.52159 10.7328 7.21791 11.0949 7.02963C11.457 6.84134 11.8716 6.77919 12.273 6.85301C12.5479 6.8952 12.8092 7.00128 13.0357 7.16273C13.2623 7.32417 13.4478 7.53649 13.5774 7.78263C13.6707 7.97949 13.7213 8.19388 13.7259 8.41169C13.7305 8.62951 13.6889 8.84586 13.604 9.04647C13.519 9.24707 13.3926 9.42744 13.233 9.57571C13.0733 9.72397 12.8841 9.8368 12.6778 9.90671C12.4673 9.98659 12.2852 10.127 12.1545 10.3102C12.0237 10.4935 11.9502 10.7113 11.9431 10.9363V11.3611" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M11.9105 13.7073H11.9149" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!