google tv remote icon
google-tv-remote-outline from Material Symbols Light by Google · Outline · Home · Apache-2.0 Free for personal and commercial use.
- Name
- google-tv-remote-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- google-tv-remote-outline-rounded, google-tv-remote-outline-sharp, nest-remote-outline
1 other variant in Material Symbols Light
The same icon in other sets
More home icons from Material Symbols Light
activity-zoneairwaveaqaq-indoorarming-countdownarrows-more-downarrows-more-upassistant-on-hubbattery-horiz-000battery-horiz-050battery-horiz-075battery-profilechromecast-2cleaning-bucketclimate-mini-splitcool-to-drydetection-and-zonedetection-and-zone-offdetectordetector-alarmdetector-batterydetector-codetector-offlinedetector-status
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.082 11.582q.904-.904.904-2.212V8.479q-.568.729-1.381 1.125T12 10t-1.734-.396t-1.382-1.125V17.5q0 1.308.905 2.212q.903.904 2.211.904t2.212-.904m-3.057-4.403q.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-.23M12 10"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightGoogleTvRemoteOutline(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.082 11.582q.904-.904.904-2.212V8.479q-.568.729-1.381 1.125T12 10t-1.734-.396t-1.382-1.125V17.5q0 1.308.905 2.212q.903.904 2.211.904t2.212-.904m-3.057-4.403q.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-.23M12 10"/></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.082 11.582q.904-.904.904-2.212V8.479q-.568.729-1.381 1.125T12 10t-1.734-.396t-1.382-1.125V17.5q0 1.308.905 2.212q.903.904 2.211.904t2.212-.904m-3.057-4.403q.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-.23M12 10"/></svg> </template>
CSS
.icon-google-tv-remote-outline {
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.082%2011.582q.904-.904.904-2.212V8.479q-.568.729-1.381%201.125T12%2010t-1.734-.396t-1.382-1.125V17.5q0%201.308.905%202.212q.903.904%202.211.904t2.212-.904m-3.057-4.403q.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-.23M12%2010%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.082%2011.582q.904-.904.904-2.212V8.479q-.568.729-1.381%201.125T12%2010t-1.734-.396t-1.382-1.125V17.5q0%201.308.905%202.212q.903.904%202.211.904t2.212-.904m-3.057-4.403q.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-.23M12%2010%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-outline.svg?color=%231a73e8&size=48