light off icon
light-off from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- light-off
- Set
- Material Symbols
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- light-off-sharp
3 other variants in Material Symbols
The same icon in other sets
More household icons from Material Symbols
Use the light off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.588 21.413Q10 20.825 10 20h4q0 .825-.587 1.413T12 22t-1.412-.587M17.45 14.6L6.85 4.05q1.025-.95 2.338-1.5T12 2q3.125 0 5.313 2.188T19.5 9.5q0 1.775-.625 3.038T17.45 14.6m3.75 6.6l-1.425 1.425L13.15 16h-4.9q-1.725-1.025-2.738-2.75T4.5 9.5q0-.5.063-.975T4.75 7.6L1.4 4.2l1.4-1.4zM16.15 17v2H8v-2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightOff(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="M10.588 21.413Q10 20.825 10 20h4q0 .825-.587 1.413T12 22t-1.412-.587M17.45 14.6L6.85 4.05q1.025-.95 2.338-1.5T12 2q3.125 0 5.313 2.188T19.5 9.5q0 1.775-.625 3.038T17.45 14.6m3.75 6.6l-1.425 1.425L13.15 16h-4.9q-1.725-1.025-2.738-2.75T4.5 9.5q0-.5.063-.975T4.75 7.6L1.4 4.2l1.4-1.4zM16.15 17v2H8v-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.588 21.413Q10 20.825 10 20h4q0 .825-.587 1.413T12 22t-1.412-.587M17.45 14.6L6.85 4.05q1.025-.95 2.338-1.5T12 2q3.125 0 5.313 2.188T19.5 9.5q0 1.775-.625 3.038T17.45 14.6m3.75 6.6l-1.425 1.425L13.15 16h-4.9q-1.725-1.025-2.738-2.75T4.5 9.5q0-.5.063-.975T4.75 7.6L1.4 4.2l1.4-1.4zM16.15 17v2H8v-2z"/></svg> </template>
CSS
.icon-light-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%22M10.588%2021.413Q10%2020.825%2010%2020h4q0%20.825-.587%201.413T12%2022t-1.412-.587M17.45%2014.6L6.85%204.05q1.025-.95%202.338-1.5T12%202q3.125%200%205.313%202.188T19.5%209.5q0%201.775-.625%203.038T17.45%2014.6m3.75%206.6l-1.425%201.425L13.15%2016h-4.9q-1.725-1.025-2.738-2.75T4.5%209.5q0-.5.063-.975T4.75%207.6L1.4%204.2l1.4-1.4zM16.15%2017v2H8v-2z%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%22M10.588%2021.413Q10%2020.825%2010%2020h4q0%20.825-.587%201.413T12%2022t-1.412-.587M17.45%2014.6L6.85%204.05q1.025-.95%202.338-1.5T12%202q3.125%200%205.313%202.188T19.5%209.5q0%201.775-.625%203.038T17.45%2014.6m3.75%206.6l-1.425%201.425L13.15%2016h-4.9q-1.725-1.025-2.738-2.75T4.5%209.5q0-.5.063-.975T4.75%207.6L1.4%204.2l1.4-1.4zM16.15%2017v2H8v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/light-off.svg?color=%231a73e8&size=48