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

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

5 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

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.175 19.825Q8 18.65 8 17H5q-.825 0-1.412-.587T3 15q0-3.5 2.3-6.038T11 6.05V3h2v3.05q3.4.375 5.7 2.913T21 15q0 .825-.587 1.413T19 17h-3q0 1.65-1.175 2.825T12 21t-2.825-1.175M5 15h14q0-2.9-2.05-4.95T12 8t-4.95 2.05T5 15"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLight(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.175 19.825Q8 18.65 8 17H5q-.825 0-1.412-.587T3 15q0-3.5 2.3-6.038T11 6.05V3h2v3.05q3.4.375 5.7 2.913T21 15q0 .825-.587 1.413T19 17h-3q0 1.65-1.175 2.825T12 21t-2.825-1.175M5 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.175 19.825Q8 18.65 8 17H5q-.825 0-1.412-.587T3 15q0-3.5 2.3-6.038T11 6.05V3h2v3.05q3.4.375 5.7 2.913T21 15q0 .825-.587 1.413T19 17h-3q0 1.65-1.175 2.825T12 21t-2.825-1.175M5 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.175%2019.825Q8%2018.65%208%2017H5q-.825%200-1.412-.587T3%2015q0-3.5%202.3-6.038T11%206.05V3h2v3.05q3.4.375%205.7%202.913T21%2015q0%20.825-.587%201.413T19%2017h-3q0%201.65-1.175%202.825T12%2021t-2.825-1.175M5%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.175%2019.825Q8%2018.65%208%2017H5q-.825%200-1.412-.587T3%2015q0-3.5%202.3-6.038T11%206.05V3h2v3.05q3.4.375%205.7%202.913T21%2015q0%20.825-.587%201.413T19%2017h-3q0%201.65-1.175%202.825T12%2021t-2.825-1.175M5%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.svg?color=%231a73e8&size=48