light-off-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
light-off-rounded
Set
Material Symbols Light
Style
Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0

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.956m-3.3.939H8.558q-1.417-.929-2.238-2.356T5.5 9.5q0-.52.091-1.08q.092-.562.236-.897L3.023 4.708q-.14-.14-.153-.342q-.012-.2.153-.366q.16-.16.354-.16t.354.16l16.077 16.077q.146.146.156.344q.009.198-.156.364q-.166.165-.357.165t-.357-.165zM9 17.77q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.144h6.035q.213 0 .356.144t.144.356t-.144.357t-.356.143z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLightOffRounded(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.956m-3.3.939H8.558q-1.417-.929-2.238-2.356T5.5 9.5q0-.52.091-1.08q.092-.562.236-.897L3.023 4.708q-.14-.14-.153-.342q-.012-.2.153-.366q.16-.16.354-.16t.354.16l16.077 16.077q.146.146.156.344q.009.198-.156.364q-.166.165-.357.165t-.357-.165zM9 17.77q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.144h6.035q.213 0 .356.144t.144.356t-.144.357t-.356.143z"/></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.956m-3.3.939H8.558q-1.417-.929-2.238-2.356T5.5 9.5q0-.52.091-1.08q.092-.562.236-.897L3.023 4.708q-.14-.14-.153-.342q-.012-.2.153-.366q.16-.16.354-.16t.354.16l16.077 16.077q.146.146.156.344q.009.198-.156.364q-.166.165-.357.165t-.357-.165zM9 17.77q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.144h6.035q.213 0 .356.144t.144.356t-.144.357t-.356.143z"/></svg>
</template>

CSS

.icon-light-off-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.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.956m-3.3.939H8.558q-1.417-.929-2.238-2.356T5.5%209.5q0-.52.091-1.08q.092-.562.236-.897L3.023%204.708q-.14-.14-.153-.342q-.012-.2.153-.366q.16-.16.354-.16t.354.16l16.077%2016.077q.146.146.156.344q.009.198-.156.364q-.166.165-.357.165t-.357-.165zM9%2017.77q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.144h6.035q.213%200%20.356.144t.144.356t-.144.357t-.356.143z%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.956m-3.3.939H8.558q-1.417-.929-2.238-2.356T5.5%209.5q0-.52.091-1.08q.092-.562.236-.897L3.023%204.708q-.14-.14-.153-.342q-.012-.2.153-.366q.16-.16.354-.16t.354.16l16.077%2016.077q.146.146.156.344q.009.198-.156.364q-.166.165-.357.165t-.357-.165zM9%2017.77q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.144h6.035q.213%200%20.356.144t.144.356t-.144.357t-.356.143z%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-rounded.svg?color=%231a73e8&size=48