television question mark icon

television-question-mark-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
television-question-mark-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Related icons in Mage Icons

Use the television question mark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.9 3.665a3.7 3.7 0 0 0-2.65-1.1H5.75A3.76 3.76 0 0 0 2 6.315v7.87a3.76 3.76 0 0 0 3.75 3.75h5.5v2H8.53a.75.75 0 1 0 0 1.5h6.94a.75.75 0 1 0 0-1.5h-2.72v-2h5.5a3.72 3.72 0 0 0 2.65-1.1a3.76 3.76 0 0 0 1.1-2.65v-7.87a3.72 3.72 0 0 0-1.1-2.65m-9.74 10a.75.75 0 1 1 0 .06zm3.08-4.208c-.124.3-.262.407-.5.628a2.4 2.4 0 0 1-.82.49a.26.26 0 0 0-.15.13a.4.4 0 0 0-.08.21v.4a.75.75 0 1 1-1.5 0v-.42a2.06 2.06 0 0 1 .35-1.07a2 2 0 0 1 .87-.67a.8.8 0 0 0 .31-.17a.7.7 0 0 0 .19-.28a.72.72 0 0 0-.01-.64a1.05 1.05 0 0 0-.3-.34a1.1 1.1 0 0 0-.44-.18a1.1 1.1 0 0 0-.72.1a1.2 1.2 0 0 0-.48.51a.75.75 0 1 1-1.37-.62a2.59 2.59 0 0 1 2.82-1.47a2.5 2.5 0 0 1 1.06.44a2.6 2.6 0 0 1 .77.88a2.37 2.37 0 0 1 .05 1.97z"/></svg>

React

import type { SVGProps } from "react";

export function MageTelevisionQuestionMarkFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.9 3.665a3.7 3.7 0 0 0-2.65-1.1H5.75A3.76 3.76 0 0 0 2 6.315v7.87a3.76 3.76 0 0 0 3.75 3.75h5.5v2H8.53a.75.75 0 1 0 0 1.5h6.94a.75.75 0 1 0 0-1.5h-2.72v-2h5.5a3.72 3.72 0 0 0 2.65-1.1a3.76 3.76 0 0 0 1.1-2.65v-7.87a3.72 3.72 0 0 0-1.1-2.65m-9.74 10a.75.75 0 1 1 0 .06zm3.08-4.208c-.124.3-.262.407-.5.628a2.4 2.4 0 0 1-.82.49a.26.26 0 0 0-.15.13a.4.4 0 0 0-.08.21v.4a.75.75 0 1 1-1.5 0v-.42a2.06 2.06 0 0 1 .35-1.07a2 2 0 0 1 .87-.67a.8.8 0 0 0 .31-.17a.7.7 0 0 0 .19-.28a.72.72 0 0 0-.01-.64a1.05 1.05 0 0 0-.3-.34a1.1 1.1 0 0 0-.44-.18a1.1 1.1 0 0 0-.72.1a1.2 1.2 0 0 0-.48.51a.75.75 0 1 1-1.37-.62a2.59 2.59 0 0 1 2.82-1.47a2.5 2.5 0 0 1 1.06.44a2.6 2.6 0 0 1 .77.88a2.37 2.37 0 0 1 .05 1.97z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.9 3.665a3.7 3.7 0 0 0-2.65-1.1H5.75A3.76 3.76 0 0 0 2 6.315v7.87a3.76 3.76 0 0 0 3.75 3.75h5.5v2H8.53a.75.75 0 1 0 0 1.5h6.94a.75.75 0 1 0 0-1.5h-2.72v-2h5.5a3.72 3.72 0 0 0 2.65-1.1a3.76 3.76 0 0 0 1.1-2.65v-7.87a3.72 3.72 0 0 0-1.1-2.65m-9.74 10a.75.75 0 1 1 0 .06zm3.08-4.208c-.124.3-.262.407-.5.628a2.4 2.4 0 0 1-.82.49a.26.26 0 0 0-.15.13a.4.4 0 0 0-.08.21v.4a.75.75 0 1 1-1.5 0v-.42a2.06 2.06 0 0 1 .35-1.07a2 2 0 0 1 .87-.67a.8.8 0 0 0 .31-.17a.7.7 0 0 0 .19-.28a.72.72 0 0 0-.01-.64a1.05 1.05 0 0 0-.3-.34a1.1 1.1 0 0 0-.44-.18a1.1 1.1 0 0 0-.72.1a1.2 1.2 0 0 0-.48.51a.75.75 0 1 1-1.37-.62a2.59 2.59 0 0 1 2.82-1.47a2.5 2.5 0 0 1 1.06.44a2.6 2.6 0 0 1 .77.88a2.37 2.37 0 0 1 .05 1.97z"/></svg>
</template>

CSS

.icon-television-question-mark-fill {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.9%203.665a3.7%203.7%200%200%200-2.65-1.1H5.75A3.76%203.76%200%200%200%202%206.315v7.87a3.76%203.76%200%200%200%203.75%203.75h5.5v2H8.53a.75.75%200%201%200%200%201.5h6.94a.75.75%200%201%200%200-1.5h-2.72v-2h5.5a3.72%203.72%200%200%200%202.65-1.1a3.76%203.76%200%200%200%201.1-2.65v-7.87a3.72%203.72%200%200%200-1.1-2.65m-9.74%2010a.75.75%200%201%201%200%20.06zm3.08-4.208c-.124.3-.262.407-.5.628a2.4%202.4%200%200%201-.82.49a.26.26%200%200%200-.15.13a.4.4%200%200%200-.08.21v.4a.75.75%200%201%201-1.5%200v-.42a2.06%202.06%200%200%201%20.35-1.07a2%202%200%200%201%20.87-.67a.8.8%200%200%200%20.31-.17a.7.7%200%200%200%20.19-.28a.72.72%200%200%200-.01-.64a1.05%201.05%200%200%200-.3-.34a1.1%201.1%200%200%200-.44-.18a1.1%201.1%200%200%200-.72.1a1.2%201.2%200%200%200-.48.51a.75.75%200%201%201-1.37-.62a2.59%202.59%200%200%201%202.82-1.47a2.5%202.5%200%200%201%201.06.44a2.6%202.6%200%200%201%20.77.88a2.37%202.37%200%200%201%20.05%201.97z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.9%203.665a3.7%203.7%200%200%200-2.65-1.1H5.75A3.76%203.76%200%200%200%202%206.315v7.87a3.76%203.76%200%200%200%203.75%203.75h5.5v2H8.53a.75.75%200%201%200%200%201.5h6.94a.75.75%200%201%200%200-1.5h-2.72v-2h5.5a3.72%203.72%200%200%200%202.65-1.1a3.76%203.76%200%200%200%201.1-2.65v-7.87a3.72%203.72%200%200%200-1.1-2.65m-9.74%2010a.75.75%200%201%201%200%20.06zm3.08-4.208c-.124.3-.262.407-.5.628a2.4%202.4%200%200%201-.82.49a.26.26%200%200%200-.15.13a.4.4%200%200%200-.08.21v.4a.75.75%200%201%201-1.5%200v-.42a2.06%202.06%200%200%201%20.35-1.07a2%202%200%200%201%20.87-.67a.8.8%200%200%200%20.31-.17a.7.7%200%200%200%20.19-.28a.72.72%200%200%200-.01-.64a1.05%201.05%200%200%200-.3-.34a1.1%201.1%200%200%200-.44-.18a1.1%201.1%200%200%200-.72.1a1.2%201.2%200%200%200-.48.51a.75.75%200%201%201-1.37-.62a2.59%202.59%200%200%201%202.82-1.47a2.5%202.5%200%200%201%201.06.44a2.6%202.6%200%200%201%20.77.88a2.37%202.37%200%200%201%20.05%201.97z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/television-question-mark-fill.svg?color=%231a73e8&size=48