light off icon
light-off from Material Symbols Light by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- light-off
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- light-off-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
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.799 20.691q-.51-.462-.607-1.152h3.616q-.096.69-.607 1.152T12 21.154t-1.201-.463m5.805-6.63L7.427 4.859q.987-.912 2.116-1.385T12 3q2.721 0 4.61 1.89T18.5 9.5q0 1.506-.538 2.605t-1.358 1.956m3.558 6.37l-.714.713L13.304 15H8.558q-1.417-.929-2.238-2.356T5.5 9.5q0-.52.091-1.08q.092-.562.236-.897l-3.158-3.17l.708-.707zm-4.627-3.662v1H8.5v-1z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightLightOff(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.799 20.691q-.51-.462-.607-1.152h3.616q-.096.69-.607 1.152T12 21.154t-1.201-.463m5.805-6.63L7.427 4.859q.987-.912 2.116-1.385T12 3q2.721 0 4.61 1.89T18.5 9.5q0 1.506-.538 2.605t-1.358 1.956m3.558 6.37l-.714.713L13.304 15H8.558q-1.417-.929-2.238-2.356T5.5 9.5q0-.52.091-1.08q.092-.562.236-.897l-3.158-3.17l.708-.707zm-4.627-3.662v1H8.5v-1z"/></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.799 20.691q-.51-.462-.607-1.152h3.616q-.096.69-.607 1.152T12 21.154t-1.201-.463m5.805-6.63L7.427 4.859q.987-.912 2.116-1.385T12 3q2.721 0 4.61 1.89T18.5 9.5q0 1.506-.538 2.605t-1.358 1.956m3.558 6.37l-.714.713L13.304 15H8.558q-1.417-.929-2.238-2.356T5.5 9.5q0-.52.091-1.08q.092-.562.236-.897l-3.158-3.17l.708-.707zm-4.627-3.662v1H8.5v-1z"/></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.799%2020.691q-.51-.462-.607-1.152h3.616q-.096.69-.607%201.152T12%2021.154t-1.201-.463m5.805-6.63L7.427%204.859q.987-.912%202.116-1.385T12%203q2.721%200%204.61%201.89T18.5%209.5q0%201.506-.538%202.605t-1.358%201.956m3.558%206.37l-.714.713L13.304%2015H8.558q-1.417-.929-2.238-2.356T5.5%209.5q0-.52.091-1.08q.092-.562.236-.897l-3.158-3.17l.708-.707zm-4.627-3.662v1H8.5v-1z%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.799%2020.691q-.51-.462-.607-1.152h3.616q-.096.69-.607%201.152T12%2021.154t-1.201-.463m5.805-6.63L7.427%204.859q.987-.912%202.116-1.385T12%203q2.721%200%204.61%201.89T18.5%209.5q0%201.506-.538%202.605t-1.358%201.956m3.558%206.37l-.714.713L13.304%2015H8.558q-1.417-.929-2.238-2.356T5.5%209.5q0-.52.091-1.08q.092-.562.236-.897l-3.158-3.17l.708-.707zm-4.627-3.662v1H8.5v-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/light-off.svg?color=%231a73e8&size=48