light group icon
light-group-rounded from Material Symbols Light by Google · Rounded · Home · Apache-2.0 Free for personal and commercial use.
- Name
- light-group-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More home icons from Material Symbols Light
activity-zoneairwaveaqaq-indoorarming-countdownarrows-more-downarrows-more-upassistant-on-hubbattery-horiz-000battery-horiz-050battery-horiz-075battery-profilechromecast-2cleaning-bucketclimate-mini-splitcool-to-drydetection-and-zonedetection-and-zone-offdetectordetector-alarmdetector-batterydetector-codetector-offlinedetector-status
Use the light group icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 21q-.213 0-.356-.144t-.144-.357t.144-.356T4 20h6q.213 0 .356.144t.144.357t-.144.356T10 21zm13.007-.961q-.64 0-1.093-.463q-.453-.462-.453-1.095h-2.615q-.329 0-.568-.205q-.24-.204-.24-.507q.028-1.711 1.353-2.88t3.109-1.347V4.481q0-.213.144-.356t.357-.144t.356.144t.143.356v9.061q1.81.177 3.132 1.347t1.349 2.88q0 .303-.24.507q-.239.205-.568.205h-2.615q0 .632-.446 1.095t-1.105.462M6.643 18.356Q6.5 18.213 6.5 18v-7H3.058q-.41 0-.647-.32q-.236-.32-.13-.7l1.433-5.384q.061-.267.277-.431Q4.208 4 4.496 4h5.042q.283 0 .498.165q.214.164.276.431l1.432 5.385q.106.379-.13.699t-.647.32H7.5v7q0 .213-.144.356t-.357.144t-.356-.144"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightLightGroupRounded(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="M4 21q-.213 0-.356-.144t-.144-.357t.144-.356T4 20h6q.213 0 .356.144t.144.357t-.144.356T10 21zm13.007-.961q-.64 0-1.093-.463q-.453-.462-.453-1.095h-2.615q-.329 0-.568-.205q-.24-.204-.24-.507q.028-1.711 1.353-2.88t3.109-1.347V4.481q0-.213.144-.356t.357-.144t.356.144t.143.356v9.061q1.81.177 3.132 1.347t1.349 2.88q0 .303-.24.507q-.239.205-.568.205h-2.615q0 .632-.446 1.095t-1.105.462M6.643 18.356Q6.5 18.213 6.5 18v-7H3.058q-.41 0-.647-.32q-.236-.32-.13-.7l1.433-5.384q.061-.267.277-.431Q4.208 4 4.496 4h5.042q.283 0 .498.165q.214.164.276.431l1.432 5.385q.106.379-.13.699t-.647.32H7.5v7q0 .213-.144.356t-.357.144t-.356-.144"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 21q-.213 0-.356-.144t-.144-.357t.144-.356T4 20h6q.213 0 .356.144t.144.357t-.144.356T10 21zm13.007-.961q-.64 0-1.093-.463q-.453-.462-.453-1.095h-2.615q-.329 0-.568-.205q-.24-.204-.24-.507q.028-1.711 1.353-2.88t3.109-1.347V4.481q0-.213.144-.356t.357-.144t.356.144t.143.356v9.061q1.81.177 3.132 1.347t1.349 2.88q0 .303-.24.507q-.239.205-.568.205h-2.615q0 .632-.446 1.095t-1.105.462M6.643 18.356Q6.5 18.213 6.5 18v-7H3.058q-.41 0-.647-.32q-.236-.32-.13-.7l1.433-5.384q.061-.267.277-.431Q4.208 4 4.496 4h5.042q.283 0 .498.165q.214.164.276.431l1.432 5.385q.106.379-.13.699t-.647.32H7.5v7q0 .213-.144.356t-.357.144t-.356-.144"/></svg> </template>
CSS
.icon-light-group-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%22M4%2021q-.213%200-.356-.144t-.144-.357t.144-.356T4%2020h6q.213%200%20.356.144t.144.357t-.144.356T10%2021zm13.007-.961q-.64%200-1.093-.463q-.453-.462-.453-1.095h-2.615q-.329%200-.568-.205q-.24-.204-.24-.507q.028-1.711%201.353-2.88t3.109-1.347V4.481q0-.213.144-.356t.357-.144t.356.144t.143.356v9.061q1.81.177%203.132%201.347t1.349%202.88q0%20.303-.24.507q-.239.205-.568.205h-2.615q0%20.632-.446%201.095t-1.105.462M6.643%2018.356Q6.5%2018.213%206.5%2018v-7H3.058q-.41%200-.647-.32q-.236-.32-.13-.7l1.433-5.384q.061-.267.277-.431Q4.208%204%204.496%204h5.042q.283%200%20.498.165q.214.164.276.431l1.432%205.385q.106.379-.13.699t-.647.32H7.5v7q0%20.213-.144.356t-.357.144t-.356-.144%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%22M4%2021q-.213%200-.356-.144t-.144-.357t.144-.356T4%2020h6q.213%200%20.356.144t.144.357t-.144.356T10%2021zm13.007-.961q-.64%200-1.093-.463q-.453-.462-.453-1.095h-2.615q-.329%200-.568-.205q-.24-.204-.24-.507q.028-1.711%201.353-2.88t3.109-1.347V4.481q0-.213.144-.356t.357-.144t.356.144t.143.356v9.061q1.81.177%203.132%201.347t1.349%202.88q0%20.303-.24.507q-.239.205-.568.205h-2.615q0%20.632-.446%201.095t-1.105.462M6.643%2018.356Q6.5%2018.213%206.5%2018v-7H3.058q-.41%200-.647-.32q-.236-.32-.13-.7l1.433-5.384q.061-.267.277-.431Q4.208%204%204.496%204h5.042q.283%200%20.498.165q.214.164.276.431l1.432%205.385q.106.379-.13.699t-.647.32H7.5v7q0%20.213-.144.356t-.357.144t-.356-.144%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-group-rounded.svg?color=%231a73e8&size=48