google-tv-remote from Material Symbols Light by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.

Name
google-tv-remote
Set
Material Symbols Light
Style
Regular
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
google-tv-remote-rounded, google-tv-remote-sharp, nest-remote

1 other variant in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

Use the google tv remote icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.293 6.707Q11 6.414 11 6t.293-.707T12 5t.707.293T13 6t-.293.707T12 7t-.707-.293M9.088 20.413Q7.885 19.21 7.885 17.5V6.116q0-1.71 1.203-2.913T12 2t2.913 1.203q1.202 1.203 1.202 2.913V17.5q0 1.71-1.202 2.913T12 21.616t-2.912-1.203M14.13 8.13Q15 7.26 15 6t-.87-2.13T12 3t-2.13.87T9 6t.87 2.13T12 9t2.13-.87m-2.975 7.179q.23-.23.23-.54t-.23-.54t-.54-.229t-.539.23t-.23.54q0 .309.23.539t.54.23t.539-.23m0-2.731q.23-.23.23-.54t-.23-.539t-.54-.23t-.539.23t-.23.54q0 .309.23.539t.54.23t.539-.23m2.769 0q.23-.23.23-.54t-.23-.539t-.54-.23q-.309 0-.539.23t-.23.54t.23.539t.54.23t.539-.23m0 2.73q.23-.23.23-.539t-.23-.54t-.54-.229q-.309 0-.539.23t-.23.54t.23.539t.54.23t.539-.23m-2.77 2.73q.23-.23.23-.539t-.23-.54t-.538-.23t-.54.23t-.23.54t.23.54t.54.23t.539-.23m2.769 0q.23-.23.23-.54t-.23-.54t-.54-.23t-.539.23t-.23.54t.23.54t.54.23t.539-.23"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGoogleTvRemote(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="M11.293 6.707Q11 6.414 11 6t.293-.707T12 5t.707.293T13 6t-.293.707T12 7t-.707-.293M9.088 20.413Q7.885 19.21 7.885 17.5V6.116q0-1.71 1.203-2.913T12 2t2.913 1.203q1.202 1.203 1.202 2.913V17.5q0 1.71-1.202 2.913T12 21.616t-2.912-1.203M14.13 8.13Q15 7.26 15 6t-.87-2.13T12 3t-2.13.87T9 6t.87 2.13T12 9t2.13-.87m-2.975 7.179q.23-.23.23-.54t-.23-.54t-.54-.229t-.539.23t-.23.54q0 .309.23.539t.54.23t.539-.23m0-2.731q.23-.23.23-.54t-.23-.539t-.54-.23t-.539.23t-.23.54q0 .309.23.539t.54.23t.539-.23m2.769 0q.23-.23.23-.54t-.23-.539t-.54-.23q-.309 0-.539.23t-.23.54t.23.539t.54.23t.539-.23m0 2.73q.23-.23.23-.539t-.23-.54t-.54-.229q-.309 0-.539.23t-.23.54t.23.539t.54.23t.539-.23m-2.77 2.73q.23-.23.23-.539t-.23-.54t-.538-.23t-.54.23t-.23.54t.23.54t.54.23t.539-.23m2.769 0q.23-.23.23-.54t-.23-.54t-.54-.23t-.539.23t-.23.54t.23.54t.54.23t.539-.23"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.293 6.707Q11 6.414 11 6t.293-.707T12 5t.707.293T13 6t-.293.707T12 7t-.707-.293M9.088 20.413Q7.885 19.21 7.885 17.5V6.116q0-1.71 1.203-2.913T12 2t2.913 1.203q1.202 1.203 1.202 2.913V17.5q0 1.71-1.202 2.913T12 21.616t-2.912-1.203M14.13 8.13Q15 7.26 15 6t-.87-2.13T12 3t-2.13.87T9 6t.87 2.13T12 9t2.13-.87m-2.975 7.179q.23-.23.23-.54t-.23-.54t-.54-.229t-.539.23t-.23.54q0 .309.23.539t.54.23t.539-.23m0-2.731q.23-.23.23-.54t-.23-.539t-.54-.23t-.539.23t-.23.54q0 .309.23.539t.54.23t.539-.23m2.769 0q.23-.23.23-.54t-.23-.539t-.54-.23q-.309 0-.539.23t-.23.54t.23.539t.54.23t.539-.23m0 2.73q.23-.23.23-.539t-.23-.54t-.54-.229q-.309 0-.539.23t-.23.54t.23.539t.54.23t.539-.23m-2.77 2.73q.23-.23.23-.539t-.23-.54t-.538-.23t-.54.23t-.23.54t.23.54t.54.23t.539-.23m2.769 0q.23-.23.23-.54t-.23-.54t-.54-.23t-.539.23t-.23.54t.23.54t.54.23t.539-.23"/></svg>
</template>

CSS

.icon-google-tv-remote {
  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%22M11.293%206.707Q11%206.414%2011%206t.293-.707T12%205t.707.293T13%206t-.293.707T12%207t-.707-.293M9.088%2020.413Q7.885%2019.21%207.885%2017.5V6.116q0-1.71%201.203-2.913T12%202t2.913%201.203q1.202%201.203%201.202%202.913V17.5q0%201.71-1.202%202.913T12%2021.616t-2.912-1.203M14.13%208.13Q15%207.26%2015%206t-.87-2.13T12%203t-2.13.87T9%206t.87%202.13T12%209t2.13-.87m-2.975%207.179q.23-.23.23-.54t-.23-.54t-.54-.229t-.539.23t-.23.54q0%20.309.23.539t.54.23t.539-.23m0-2.731q.23-.23.23-.54t-.23-.539t-.54-.23t-.539.23t-.23.54q0%20.309.23.539t.54.23t.539-.23m2.769%200q.23-.23.23-.54t-.23-.539t-.54-.23q-.309%200-.539.23t-.23.54t.23.539t.54.23t.539-.23m0%202.73q.23-.23.23-.539t-.23-.54t-.54-.229q-.309%200-.539.23t-.23.54t.23.539t.54.23t.539-.23m-2.77%202.73q.23-.23.23-.539t-.23-.54t-.538-.23t-.54.23t-.23.54t.23.54t.54.23t.539-.23m2.769%200q.23-.23.23-.54t-.23-.54t-.54-.23t-.539.23t-.23.54t.23.54t.54.23t.539-.23%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%22M11.293%206.707Q11%206.414%2011%206t.293-.707T12%205t.707.293T13%206t-.293.707T12%207t-.707-.293M9.088%2020.413Q7.885%2019.21%207.885%2017.5V6.116q0-1.71%201.203-2.913T12%202t2.913%201.203q1.202%201.203%201.202%202.913V17.5q0%201.71-1.202%202.913T12%2021.616t-2.912-1.203M14.13%208.13Q15%207.26%2015%206t-.87-2.13T12%203t-2.13.87T9%206t.87%202.13T12%209t2.13-.87m-2.975%207.179q.23-.23.23-.54t-.23-.54t-.54-.229t-.539.23t-.23.54q0%20.309.23.539t.54.23t.539-.23m0-2.731q.23-.23.23-.54t-.23-.539t-.54-.23t-.539.23t-.23.54q0%20.309.23.539t.54.23t.539-.23m2.769%200q.23-.23.23-.54t-.23-.539t-.54-.23q-.309%200-.539.23t-.23.54t.23.539t.54.23t.539-.23m0%202.73q.23-.23.23-.539t-.23-.54t-.54-.229q-.309%200-.539.23t-.23.54t.23.539t.54.23t.539-.23m-2.77%202.73q.23-.23.23-.539t-.23-.54t-.538-.23t-.54.23t-.23.54t.23.54t.54.23t.539-.23m2.769%200q.23-.23.23-.54t-.23-.54t-.54-.23t-.539.23t-.23.54t.23.54t.54.23t.539-.23%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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