light group 2 icon

light-group-2-outline-rounded from Material Symbols by Google · Outline Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
light-group-2-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 group 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.975 17.2L4.3 21.375q-.2.45-.575.563T3 21.925t-.55-.475t0-.825l3.55-8.8V9H2.725q-.575 0-.862-.5t-.013-1L4.425 3q.275-.475.725-.737t1-.263h1.7q.55 0 1 .263T9.575 3l2.575 4.5q.275.5-.012 1t-.863.5H8v2.825l3.5 8.8q.2.475 0 .825t-.55.475t-.725.013t-.575-.563L7.975 17.2V21q0 .425-.287.713T6.975 22t-.712-.288T5.975 21zM17 18q-1.375 0-2.45-.825T13.125 15h-.475q-.575 0-1.012-.4t-.438-.975q0-.9.813-1.963t1.512-1.562q.125-1.025.8-1.787T16 7.225V3q0-.425.288-.712T17 2t.713.288T18 3v4.225q.975.325 1.65 1.088t.8 1.787q.7.5 1.525 1.6t.825 2q0 .575-.438.938T21.35 15h-.5q-.35 1.35-1.425 2.175T17 18m-3.475-5h6.925q-.25-.35-.525-.663t-.625-.587l-.75-.525l-.1-.875q-.05-.575-.462-.962T17 9t-1 .388t-.475.962l-.1.875l-.725.525q-.35.275-.65.588t-.525.662M4.45 7h5.1L7.825 4H6.15zM17 16q.525 0 .975-.262T18.7 15h-3.425q.275.475.725.738T17 16M7 7"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGroup2OutlineRounded(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="M5.975 17.2L4.3 21.375q-.2.45-.575.563T3 21.925t-.55-.475t0-.825l3.55-8.8V9H2.725q-.575 0-.862-.5t-.013-1L4.425 3q.275-.475.725-.737t1-.263h1.7q.55 0 1 .263T9.575 3l2.575 4.5q.275.5-.012 1t-.863.5H8v2.825l3.5 8.8q.2.475 0 .825t-.55.475t-.725.013t-.575-.563L7.975 17.2V21q0 .425-.287.713T6.975 22t-.712-.288T5.975 21zM17 18q-1.375 0-2.45-.825T13.125 15h-.475q-.575 0-1.012-.4t-.438-.975q0-.9.813-1.963t1.512-1.562q.125-1.025.8-1.787T16 7.225V3q0-.425.288-.712T17 2t.713.288T18 3v4.225q.975.325 1.65 1.088t.8 1.787q.7.5 1.525 1.6t.825 2q0 .575-.438.938T21.35 15h-.5q-.35 1.35-1.425 2.175T17 18m-3.475-5h6.925q-.25-.35-.525-.663t-.625-.587l-.75-.525l-.1-.875q-.05-.575-.462-.962T17 9t-1 .388t-.475.962l-.1.875l-.725.525q-.35.275-.65.588t-.525.662M4.45 7h5.1L7.825 4H6.15zM17 16q.525 0 .975-.262T18.7 15h-3.425q.275.475.725.738T17 16M7 7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.975 17.2L4.3 21.375q-.2.45-.575.563T3 21.925t-.55-.475t0-.825l3.55-8.8V9H2.725q-.575 0-.862-.5t-.013-1L4.425 3q.275-.475.725-.737t1-.263h1.7q.55 0 1 .263T9.575 3l2.575 4.5q.275.5-.012 1t-.863.5H8v2.825l3.5 8.8q.2.475 0 .825t-.55.475t-.725.013t-.575-.563L7.975 17.2V21q0 .425-.287.713T6.975 22t-.712-.288T5.975 21zM17 18q-1.375 0-2.45-.825T13.125 15h-.475q-.575 0-1.012-.4t-.438-.975q0-.9.813-1.963t1.512-1.562q.125-1.025.8-1.787T16 7.225V3q0-.425.288-.712T17 2t.713.288T18 3v4.225q.975.325 1.65 1.088t.8 1.787q.7.5 1.525 1.6t.825 2q0 .575-.438.938T21.35 15h-.5q-.35 1.35-1.425 2.175T17 18m-3.475-5h6.925q-.25-.35-.525-.663t-.625-.587l-.75-.525l-.1-.875q-.05-.575-.462-.962T17 9t-1 .388t-.475.962l-.1.875l-.725.525q-.35.275-.65.588t-.525.662M4.45 7h5.1L7.825 4H6.15zM17 16q.525 0 .975-.262T18.7 15h-3.425q.275.475.725.738T17 16M7 7"/></svg>
</template>

CSS

.icon-light-group-2-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%22M5.975%2017.2L4.3%2021.375q-.2.45-.575.563T3%2021.925t-.55-.475t0-.825l3.55-8.8V9H2.725q-.575%200-.862-.5t-.013-1L4.425%203q.275-.475.725-.737t1-.263h1.7q.55%200%201%20.263T9.575%203l2.575%204.5q.275.5-.012%201t-.863.5H8v2.825l3.5%208.8q.2.475%200%20.825t-.55.475t-.725.013t-.575-.563L7.975%2017.2V21q0%20.425-.287.713T6.975%2022t-.712-.288T5.975%2021zM17%2018q-1.375%200-2.45-.825T13.125%2015h-.475q-.575%200-1.012-.4t-.438-.975q0-.9.813-1.963t1.512-1.562q.125-1.025.8-1.787T16%207.225V3q0-.425.288-.712T17%202t.713.288T18%203v4.225q.975.325%201.65%201.088t.8%201.787q.7.5%201.525%201.6t.825%202q0%20.575-.438.938T21.35%2015h-.5q-.35%201.35-1.425%202.175T17%2018m-3.475-5h6.925q-.25-.35-.525-.663t-.625-.587l-.75-.525l-.1-.875q-.05-.575-.462-.962T17%209t-1%20.388t-.475.962l-.1.875l-.725.525q-.35.275-.65.588t-.525.662M4.45%207h5.1L7.825%204H6.15zM17%2016q.525%200%20.975-.262T18.7%2015h-3.425q.275.475.725.738T17%2016M7%207%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%22M5.975%2017.2L4.3%2021.375q-.2.45-.575.563T3%2021.925t-.55-.475t0-.825l3.55-8.8V9H2.725q-.575%200-.862-.5t-.013-1L4.425%203q.275-.475.725-.737t1-.263h1.7q.55%200%201%20.263T9.575%203l2.575%204.5q.275.5-.012%201t-.863.5H8v2.825l3.5%208.8q.2.475%200%20.825t-.55.475t-.725.013t-.575-.563L7.975%2017.2V21q0%20.425-.287.713T6.975%2022t-.712-.288T5.975%2021zM17%2018q-1.375%200-2.45-.825T13.125%2015h-.475q-.575%200-1.012-.4t-.438-.975q0-.9.813-1.963t1.512-1.562q.125-1.025.8-1.787T16%207.225V3q0-.425.288-.712T17%202t.713.288T18%203v4.225q.975.325%201.65%201.088t.8%201.787q.7.5%201.525%201.6t.825%202q0%20.575-.438.938T21.35%2015h-.5q-.35%201.35-1.425%202.175T17%2018m-3.475-5h6.925q-.25-.35-.525-.663t-.625-.587l-.75-.525l-.1-.875q-.05-.575-.462-.962T17%209t-1%20.388t-.475.962l-.1.875l-.725.525q-.35.275-.65.588t-.525.662M4.45%207h5.1L7.825%204H6.15zM17%2016q.525%200%20.975-.262T18.7%2015h-3.425q.275.475.725.738T17%2016M7%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/light-group-2-outline-rounded.svg?color=%231a73e8&size=48