developer mode tv icon
developer-mode-tv-outline from Material Symbols Light by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- developer-mode-tv-outline
- Set
- Material Symbols Light
- Style
- Outline
- 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
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
Use the developer mode tv icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 7V5.616q0-.691.463-1.153T4.615 4h14.77q.69 0 1.152.463T21 5.616V7h-1V5.616q0-.27-.173-.443T19.385 5H4.615q-.269 0-.442.173T4 5.616V7zm6 13v-2H4.616q-.691 0-1.153-.462T3 16.384V15h1v1.385q0 .269.173.442t.443.173h14.769q.269 0 .442-.173t.173-.443V15h1v1.385q0 .69-.462 1.152T19.385 18H15v2zm-4.584-9l2.6-2.6l-.708-.708L3 11l3.308 3.308l.708-.708zm15.169 0l-2.6 2.6l.707.708L21 11l-3.308-3.308l-.707.708z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDeveloperModeTvOutline(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="M3 7V5.616q0-.691.463-1.153T4.615 4h14.77q.69 0 1.152.463T21 5.616V7h-1V5.616q0-.27-.173-.443T19.385 5H4.615q-.269 0-.442.173T4 5.616V7zm6 13v-2H4.616q-.691 0-1.153-.462T3 16.384V15h1v1.385q0 .269.173.442t.443.173h14.769q.269 0 .442-.173t.173-.443V15h1v1.385q0 .69-.462 1.152T19.385 18H15v2zm-4.584-9l2.6-2.6l-.708-.708L3 11l3.308 3.308l.708-.708zm15.169 0l-2.6 2.6l.707.708L21 11l-3.308-3.308l-.707.708z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 7V5.616q0-.691.463-1.153T4.615 4h14.77q.69 0 1.152.463T21 5.616V7h-1V5.616q0-.27-.173-.443T19.385 5H4.615q-.269 0-.442.173T4 5.616V7zm6 13v-2H4.616q-.691 0-1.153-.462T3 16.384V15h1v1.385q0 .269.173.442t.443.173h14.769q.269 0 .442-.173t.173-.443V15h1v1.385q0 .69-.462 1.152T19.385 18H15v2zm-4.584-9l2.6-2.6l-.708-.708L3 11l3.308 3.308l.708-.708zm15.169 0l-2.6 2.6l.707.708L21 11l-3.308-3.308l-.707.708z"/></svg> </template>
CSS
.icon-developer-mode-tv-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%22M3%207V5.616q0-.691.463-1.153T4.615%204h14.77q.69%200%201.152.463T21%205.616V7h-1V5.616q0-.27-.173-.443T19.385%205H4.615q-.269%200-.442.173T4%205.616V7zm6%2013v-2H4.616q-.691%200-1.153-.462T3%2016.384V15h1v1.385q0%20.269.173.442t.443.173h14.769q.269%200%20.442-.173t.173-.443V15h1v1.385q0%20.69-.462%201.152T19.385%2018H15v2zm-4.584-9l2.6-2.6l-.708-.708L3%2011l3.308%203.308l.708-.708zm15.169%200l-2.6%202.6l.707.708L21%2011l-3.308-3.308l-.707.708z%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%22M3%207V5.616q0-.691.463-1.153T4.615%204h14.77q.69%200%201.152.463T21%205.616V7h-1V5.616q0-.27-.173-.443T19.385%205H4.615q-.269%200-.442.173T4%205.616V7zm6%2013v-2H4.616q-.691%200-1.153-.462T3%2016.384V15h1v1.385q0%20.269.173.442t.443.173h14.769q.269%200%20.442-.173t.173-.443V15h1v1.385q0%20.69-.462%201.152T19.385%2018H15v2zm-4.584-9l2.6-2.6l-.708-.708L3%2011l3.308%203.308l.708-.708zm15.169%200l-2.6%202.6l.707.708L21%2011l-3.308-3.308l-.707.708z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/developer-mode-tv-outline.svg?color=%231a73e8&size=48