remote off icon
remote-off from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- remote-off
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Design Icons
Use the remote 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 4L21 21.72L19.73 23L16 19.27V22a1 1 0 0 1-1 1H9c-.54 0-1-.45-1-1V11.27zM12 0c3.05 0 5.8 1.23 7.77 3.23l-1.41 1.41C16.75 3 14.5 2 12 2c-2.28 0-4.36.85-5.94 2.24L4.64 2.82C6.59 1.07 9.17 0 12 0m0 4c1.94 0 3.69.78 4.95 2.05l-1.4 1.41C14.64 6.56 13.39 6 12 6c-1.17 0-2.24.4-3.1 1.08L7.5 5.66A6.85 6.85 0 0 1 12 4m3 5c.56 0 1 .45 1 1v4.18l-2.5-2.49l-.19-.19L10.82 9zm-4.97 4.3c.13.86.81 1.55 1.68 1.7z"/></svg>
React
import type { SVGProps } from "react";
export function MdiRemoteOff(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 4L21 21.72L19.73 23L16 19.27V22a1 1 0 0 1-1 1H9c-.54 0-1-.45-1-1V11.27zM12 0c3.05 0 5.8 1.23 7.77 3.23l-1.41 1.41C16.75 3 14.5 2 12 2c-2.28 0-4.36.85-5.94 2.24L4.64 2.82C6.59 1.07 9.17 0 12 0m0 4c1.94 0 3.69.78 4.95 2.05l-1.4 1.41C14.64 6.56 13.39 6 12 6c-1.17 0-2.24.4-3.1 1.08L7.5 5.66A6.85 6.85 0 0 1 12 4m3 5c.56 0 1 .45 1 1v4.18l-2.5-2.49l-.19-.19L10.82 9zm-4.97 4.3c.13.86.81 1.55 1.68 1.7z"/></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 4L21 21.72L19.73 23L16 19.27V22a1 1 0 0 1-1 1H9c-.54 0-1-.45-1-1V11.27zM12 0c3.05 0 5.8 1.23 7.77 3.23l-1.41 1.41C16.75 3 14.5 2 12 2c-2.28 0-4.36.85-5.94 2.24L4.64 2.82C6.59 1.07 9.17 0 12 0m0 4c1.94 0 3.69.78 4.95 2.05l-1.4 1.41C14.64 6.56 13.39 6 12 6c-1.17 0-2.24.4-3.1 1.08L7.5 5.66A6.85 6.85 0 0 1 12 4m3 5c.56 0 1 .45 1 1v4.18l-2.5-2.49l-.19-.19L10.82 9zm-4.97 4.3c.13.86.81 1.55 1.68 1.7z"/></svg> </template>
CSS
.icon-remote-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%204L21%2021.72L19.73%2023L16%2019.27V22a1%201%200%200%201-1%201H9c-.54%200-1-.45-1-1V11.27zM12%200c3.05%200%205.8%201.23%207.77%203.23l-1.41%201.41C16.75%203%2014.5%202%2012%202c-2.28%200-4.36.85-5.94%202.24L4.64%202.82C6.59%201.07%209.17%200%2012%200m0%204c1.94%200%203.69.78%204.95%202.05l-1.4%201.41C14.64%206.56%2013.39%206%2012%206c-1.17%200-2.24.4-3.1%201.08L7.5%205.66A6.85%206.85%200%200%201%2012%204m3%205c.56%200%201%20.45%201%201v4.18l-2.5-2.49l-.19-.19L10.82%209zm-4.97%204.3c.13.86.81%201.55%201.68%201.7z%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%204L21%2021.72L19.73%2023L16%2019.27V22a1%201%200%200%201-1%201H9c-.54%200-1-.45-1-1V11.27zM12%200c3.05%200%205.8%201.23%207.77%203.23l-1.41%201.41C16.75%203%2014.5%202%2012%202c-2.28%200-4.36.85-5.94%202.24L4.64%202.82C6.59%201.07%209.17%200%2012%200m0%204c1.94%200%203.69.78%204.95%202.05l-1.4%201.41C14.64%206.56%2013.39%206%2012%206c-1.17%200-2.24.4-3.1%201.08L7.5%205.66A6.85%206.85%200%200%201%2012%204m3%205c.56%200%201%20.45%201%201v4.18l-2.5-2.49l-.19-.19L10.82%209zm-4.97%204.3c.13.86.81%201.55%201.68%201.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/remote-off.svg?color=%231a73e8&size=48