remote tv off icon
remote-tv-off from Material Design Icons by Pictogrammers · Filled · Device / Tech · Apache-2.0 Free for personal and commercial use.
- Name
- remote-tv-off
- Set
- Material Design Icons
- Style
- Filled
- Category
- Device / Tech
- Viewbox
- 24×24
- License
- Apache 2.0
More device / tech icons from Material Design Icons
camera-goprodesktop-classicdesktop-towerdesktop-tower-monitordisc-playerlaptoplaptop-offmonitormonitor-arrow-downmonitor-arrow-down-variantmonitor-dashboardmonitor-lockmonitor-multiplemonitor-offmonitor-screenshotmonitor-shimmermonitor-smallmonitor-speakermonitor-speaker-offmonitor-starprojectorprojector-offprojector-screenradio-handheld
Use the remote tv off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 5.27L3.28 4L20 20.72L18.73 22L17 20.25c-.14.99-1 1.75-2 1.75H9a2 2 0 0 1-2-2v-9.73zM9 2h2v2h2V2h2a2 2 0 0 1 2 2v11.18l-4-4V10h2V8h-2V6h-2v2H9.82L7 5.18V4a2 2 0 0 1 2-2m0 18h2v-2H9zm4 0h2v-1.73l-.27-.27H13zm-4-6v2h2v-1.73l-.27-.27z"/></svg>
React
import type { SVGProps } from "react";
export function MdiRemoteTvOff(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="M2 5.27L3.28 4L20 20.72L18.73 22L17 20.25c-.14.99-1 1.75-2 1.75H9a2 2 0 0 1-2-2v-9.73zM9 2h2v2h2V2h2a2 2 0 0 1 2 2v11.18l-4-4V10h2V8h-2V6h-2v2H9.82L7 5.18V4a2 2 0 0 1 2-2m0 18h2v-2H9zm4 0h2v-1.73l-.27-.27H13zm-4-6v2h2v-1.73l-.27-.27z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 5.27L3.28 4L20 20.72L18.73 22L17 20.25c-.14.99-1 1.75-2 1.75H9a2 2 0 0 1-2-2v-9.73zM9 2h2v2h2V2h2a2 2 0 0 1 2 2v11.18l-4-4V10h2V8h-2V6h-2v2H9.82L7 5.18V4a2 2 0 0 1 2-2m0 18h2v-2H9zm4 0h2v-1.73l-.27-.27H13zm-4-6v2h2v-1.73l-.27-.27z"/></svg> </template>
CSS
.icon-remote-tv-off {
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%22M2%205.27L3.28%204L20%2020.72L18.73%2022L17%2020.25c-.14.99-1%201.75-2%201.75H9a2%202%200%200%201-2-2v-9.73zM9%202h2v2h2V2h2a2%202%200%200%201%202%202v11.18l-4-4V10h2V8h-2V6h-2v2H9.82L7%205.18V4a2%202%200%200%201%202-2m0%2018h2v-2H9zm4%200h2v-1.73l-.27-.27H13zm-4-6v2h2v-1.73l-.27-.27z%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%22M2%205.27L3.28%204L20%2020.72L18.73%2022L17%2020.25c-.14.99-1%201.75-2%201.75H9a2%202%200%200%201-2-2v-9.73zM9%202h2v2h2V2h2a2%202%200%200%201%202%202v11.18l-4-4V10h2V8h-2V6h-2v2H9.82L7%205.18V4a2%202%200%200%201%202-2m0%2018h2v-2H9zm4%200h2v-1.73l-.27-.27H13zm-4-6v2h2v-1.73l-.27-.27z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/remote-tv-off.svg?color=%231a73e8&size=48