light off icon
light-off-outline-rounded from Material Symbols by Google · Outline Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- light-off-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
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-.587M12 4q-1.1 0-2.037.388T8.3 5.45l-1.45-1.4q1.025-.95 2.338-1.5T12 2q3.125 0 5.313 2.188T19.5 9.5q0 1.775-.625 3.038T17.45 14.6l-1.4-1.4q.525-.575.988-1.475T17.5 9.5q0-2.3-1.6-3.9T12 4m1.15 12h-4.9q-1.725-1.025-2.738-2.75T4.5 9.5q0-.5.063-.975T4.75 7.6L2.1 4.9q-.275-.275-.288-.687T2.1 3.5q.275-.275.7-.275t.7.275l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3zm-4.3-2h2.3L6.5 9.35v.15q0 1.35.613 2.525T8.85 14M9 19q-.425 0-.712-.288T8 18t.288-.712T9 17h6.15q.425 0 .713.288t.287.712t-.287.713t-.713.287z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightOffOutlineRounded(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-.587M12 4q-1.1 0-2.037.388T8.3 5.45l-1.45-1.4q1.025-.95 2.338-1.5T12 2q3.125 0 5.313 2.188T19.5 9.5q0 1.775-.625 3.038T17.45 14.6l-1.4-1.4q.525-.575.988-1.475T17.5 9.5q0-2.3-1.6-3.9T12 4m1.15 12h-4.9q-1.725-1.025-2.738-2.75T4.5 9.5q0-.5.063-.975T4.75 7.6L2.1 4.9q-.275-.275-.288-.687T2.1 3.5q.275-.275.7-.275t.7.275l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3zm-4.3-2h2.3L6.5 9.35v.15q0 1.35.613 2.525T8.85 14M9 19q-.425 0-.712-.288T8 18t.288-.712T9 17h6.15q.425 0 .713.288t.287.712t-.287.713t-.713.287z"/></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-.587M12 4q-1.1 0-2.037.388T8.3 5.45l-1.45-1.4q1.025-.95 2.338-1.5T12 2q3.125 0 5.313 2.188T19.5 9.5q0 1.775-.625 3.038T17.45 14.6l-1.4-1.4q.525-.575.988-1.475T17.5 9.5q0-2.3-1.6-3.9T12 4m1.15 12h-4.9q-1.725-1.025-2.738-2.75T4.5 9.5q0-.5.063-.975T4.75 7.6L2.1 4.9q-.275-.275-.288-.687T2.1 3.5q.275-.275.7-.275t.7.275l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3zm-4.3-2h2.3L6.5 9.35v.15q0 1.35.613 2.525T8.85 14M9 19q-.425 0-.712-.288T8 18t.288-.712T9 17h6.15q.425 0 .713.288t.287.712t-.287.713t-.713.287z"/></svg> </template>
CSS
.icon-light-off-outline-rounded {
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-.587M12%204q-1.1%200-2.037.388T8.3%205.45l-1.45-1.4q1.025-.95%202.338-1.5T12%202q3.125%200%205.313%202.188T19.5%209.5q0%201.775-.625%203.038T17.45%2014.6l-1.4-1.4q.525-.575.988-1.475T17.5%209.5q0-2.3-1.6-3.9T12%204m1.15%2012h-4.9q-1.725-1.025-2.738-2.75T4.5%209.5q0-.5.063-.975T4.75%207.6L2.1%204.9q-.275-.275-.288-.687T2.1%203.5q.275-.275.7-.275t.7.275l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3zm-4.3-2h2.3L6.5%209.35v.15q0%201.35.613%202.525T8.85%2014M9%2019q-.425%200-.712-.288T8%2018t.288-.712T9%2017h6.15q.425%200%20.713.288t.287.712t-.287.713t-.713.287z%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-.587M12%204q-1.1%200-2.037.388T8.3%205.45l-1.45-1.4q1.025-.95%202.338-1.5T12%202q3.125%200%205.313%202.188T19.5%209.5q0%201.775-.625%203.038T17.45%2014.6l-1.4-1.4q.525-.575.988-1.475T17.5%209.5q0-2.3-1.6-3.9T12%204m1.15%2012h-4.9q-1.725-1.025-2.738-2.75T4.5%209.5q0-.5.063-.975T4.75%207.6L2.1%204.9q-.275-.275-.288-.687T2.1%203.5q.275-.275.7-.275t.7.275l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3zm-4.3-2h2.3L6.5%209.35v.15q0%201.35.613%202.525T8.85%2014M9%2019q-.425%200-.712-.288T8%2018t.288-.712T9%2017h6.15q.425%200%20.713.288t.287.712t-.287.713t-.713.287z%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-outline-rounded.svg?color=%231a73e8&size=48