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

Name
light
Set
Material Symbols Light
Style
Regular
Category
Household
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

Use the light icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.82 18.18q-.897-.896-.897-2.18H5q-.421 0-.71-.29Q4 15.422 4 15q0-3.134 2.166-5.47T11.5 7.012V4.385h1v2.627q3.17.182 5.335 2.518T20 15q0 .421-.29.71q-.289.29-.71.29h-3.923q0 1.285-.896 2.18T12 19.078t-2.18-.896M5 15h14q0-2.9-2.05-4.95T12 8t-4.95 2.05T5 15"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLight(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="M9.82 18.18q-.897-.896-.897-2.18H5q-.421 0-.71-.29Q4 15.422 4 15q0-3.134 2.166-5.47T11.5 7.012V4.385h1v2.627q3.17.182 5.335 2.518T20 15q0 .421-.29.71q-.289.29-.71.29h-3.923q0 1.285-.896 2.18T12 19.078t-2.18-.896M5 15h14q0-2.9-2.05-4.95T12 8t-4.95 2.05T5 15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.82 18.18q-.897-.896-.897-2.18H5q-.421 0-.71-.29Q4 15.422 4 15q0-3.134 2.166-5.47T11.5 7.012V4.385h1v2.627q3.17.182 5.335 2.518T20 15q0 .421-.29.71q-.289.29-.71.29h-3.923q0 1.285-.896 2.18T12 19.078t-2.18-.896M5 15h14q0-2.9-2.05-4.95T12 8t-4.95 2.05T5 15"/></svg>
</template>

CSS

.icon-light {
  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%22M9.82%2018.18q-.897-.896-.897-2.18H5q-.421%200-.71-.29Q4%2015.422%204%2015q0-3.134%202.166-5.47T11.5%207.012V4.385h1v2.627q3.17.182%205.335%202.518T20%2015q0%20.421-.29.71q-.289.29-.71.29h-3.923q0%201.285-.896%202.18T12%2019.078t-2.18-.896M5%2015h14q0-2.9-2.05-4.95T12%208t-4.95%202.05T5%2015%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%22M9.82%2018.18q-.897-.896-.897-2.18H5q-.421%200-.71-.29Q4%2015.422%204%2015q0-3.134%202.166-5.47T11.5%207.012V4.385h1v2.627q3.17.182%205.335%202.518T20%2015q0%20.421-.29.71q-.289.29-.71.29h-3.923q0%201.285-.896%202.18T12%2019.078t-2.18-.896M5%2015h14q0-2.9-2.05-4.95T12%208t-4.95%202.05T5%2015%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.svg?color=%231a73e8&size=48