tv-gen-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
tv-gen-rounded
Set
Material Symbols Light
Style
Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

Use the tv gen icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.675 18l-.492 1.304q-.028.068-.097.113t-.154.044h-.073q-.097 0-.17-.074t-.073-.175V18q-.667 0-1.141-.475T3 16.386v-9.77q0-.666.475-1.14T4.615 5h14.77q.666 0 1.14.475T21 6.615v9.77q0 .667-.475 1.143q-.474.475-1.14.475v1.234q0 .094-.065.16q-.066.065-.16.065h-.094q-.081 0-.149-.041t-.094-.111L18.369 18z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTvGenRounded(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="m5.675 18l-.492 1.304q-.028.068-.097.113t-.154.044h-.073q-.097 0-.17-.074t-.073-.175V18q-.667 0-1.141-.475T3 16.386v-9.77q0-.666.475-1.14T4.615 5h14.77q.666 0 1.14.475T21 6.615v9.77q0 .667-.475 1.143q-.474.475-1.14.475v1.234q0 .094-.065.16q-.066.065-.16.065h-.094q-.081 0-.149-.041t-.094-.111L18.369 18z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.675 18l-.492 1.304q-.028.068-.097.113t-.154.044h-.073q-.097 0-.17-.074t-.073-.175V18q-.667 0-1.141-.475T3 16.386v-9.77q0-.666.475-1.14T4.615 5h14.77q.666 0 1.14.475T21 6.615v9.77q0 .667-.475 1.143q-.474.475-1.14.475v1.234q0 .094-.065.16q-.066.065-.16.065h-.094q-.081 0-.149-.041t-.094-.111L18.369 18z"/></svg>
</template>

CSS

.icon-tv-gen-rounded {
  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%22m5.675%2018l-.492%201.304q-.028.068-.097.113t-.154.044h-.073q-.097%200-.17-.074t-.073-.175V18q-.667%200-1.141-.475T3%2016.386v-9.77q0-.666.475-1.14T4.615%205h14.77q.666%200%201.14.475T21%206.615v9.77q0%20.667-.475%201.143q-.474.475-1.14.475v1.234q0%20.094-.065.16q-.066.065-.16.065h-.094q-.081%200-.149-.041t-.094-.111L18.369%2018z%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%22m5.675%2018l-.492%201.304q-.028.068-.097.113t-.154.044h-.073q-.097%200-.17-.074t-.073-.175V18q-.667%200-1.141-.475T3%2016.386v-9.77q0-.666.475-1.14T4.615%205h14.77q.666%200%201.14.475T21%206.615v9.77q0%20.667-.475%201.143q-.474.475-1.14.475v1.234q0%20.094-.065.16q-.066.065-.16.065h-.094q-.081%200-.149-.041t-.094-.111L18.369%2018z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/tv-gen-rounded.svg?color=%231a73e8&size=48