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

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

5 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the tv next icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.77 18l-2.636-2.634q-.151-.152-.161-.356t.162-.375q.17-.171.365-.171t.366.17l2.8 2.8q.242.243.242.566t-.243.566l-2.8 2.8q-.151.151-.355.161t-.376-.161t-.17-.366t.17-.365zM9.807 20q-.349 0-.578-.23T9 19.192V18H4.616q-.691 0-1.153-.462T3 16.384V5.616q0-.691.463-1.153T4.615 4h14.77q.69 0 1.152.463T21 5.616V11.5q0 .214-.143.357T20.5 12h-1.884q-.672 0-1.144.472T17 13.616V17.5q0 .214-.143.357T16.5 18h-1.73v1.192q0 .349-.23.578q-.23.23-.578.23z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTvNextRounded(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="m21.77 18l-2.636-2.634q-.151-.152-.161-.356t.162-.375q.17-.171.365-.171t.366.17l2.8 2.8q.242.243.242.566t-.243.566l-2.8 2.8q-.151.151-.355.161t-.376-.161t-.17-.366t.17-.365zM9.807 20q-.349 0-.578-.23T9 19.192V18H4.616q-.691 0-1.153-.462T3 16.384V5.616q0-.691.463-1.153T4.615 4h14.77q.69 0 1.152.463T21 5.616V11.5q0 .214-.143.357T20.5 12h-1.884q-.672 0-1.144.472T17 13.616V17.5q0 .214-.143.357T16.5 18h-1.73v1.192q0 .349-.23.578q-.23.23-.578.23z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.77 18l-2.636-2.634q-.151-.152-.161-.356t.162-.375q.17-.171.365-.171t.366.17l2.8 2.8q.242.243.242.566t-.243.566l-2.8 2.8q-.151.151-.355.161t-.376-.161t-.17-.366t.17-.365zM9.807 20q-.349 0-.578-.23T9 19.192V18H4.616q-.691 0-1.153-.462T3 16.384V5.616q0-.691.463-1.153T4.615 4h14.77q.69 0 1.152.463T21 5.616V11.5q0 .214-.143.357T20.5 12h-1.884q-.672 0-1.144.472T17 13.616V17.5q0 .214-.143.357T16.5 18h-1.73v1.192q0 .349-.23.578q-.23.23-.578.23z"/></svg>
</template>

CSS

.icon-tv-next-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%22m21.77%2018l-2.636-2.634q-.151-.152-.161-.356t.162-.375q.17-.171.365-.171t.366.17l2.8%202.8q.242.243.242.566t-.243.566l-2.8%202.8q-.151.151-.355.161t-.376-.161t-.17-.366t.17-.365zM9.807%2020q-.349%200-.578-.23T9%2019.192V18H4.616q-.691%200-1.153-.462T3%2016.384V5.616q0-.691.463-1.153T4.615%204h14.77q.69%200%201.152.463T21%205.616V11.5q0%20.214-.143.357T20.5%2012h-1.884q-.672%200-1.144.472T17%2013.616V17.5q0%20.214-.143.357T16.5%2018h-1.73v1.192q0%20.349-.23.578q-.23.23-.578.23z%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%22m21.77%2018l-2.636-2.634q-.151-.152-.161-.356t.162-.375q.17-.171.365-.171t.366.17l2.8%202.8q.242.243.242.566t-.243.566l-2.8%202.8q-.151.151-.355.161t-.376-.161t-.17-.366t.17-.365zM9.807%2020q-.349%200-.578-.23T9%2019.192V18H4.616q-.691%200-1.153-.462T3%2016.384V5.616q0-.691.463-1.153T4.615%204h14.77q.69%200%201.152.463T21%205.616V11.5q0%20.214-.143.357T20.5%2012h-1.884q-.672%200-1.144.472T17%2013.616V17.5q0%20.214-.143.357T16.5%2018h-1.73v1.192q0%20.349-.23.578q-.23.23-.578.23z%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-next-rounded.svg?color=%231a73e8&size=48