light group 2 icon
light-group-2-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- light-group-2-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 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="m6.648 14.604l-2.502 6.079q-.084.219-.286.283q-.202.065-.38-.003t-.27-.234t.01-.412l3.434-8.415V8.731H3.57q-.46 0-.699-.404q-.24-.404-.003-.808L5.04 3.808q.218-.38.581-.594T6.42 3h1.489q.434 0 .798.214q.363.215.58.594l2.172 3.711q.236.404-.003.808q-.24.404-.7.404H7.655v3.171l3.423 8.415q.085.225 0 .402t-.261.245q-.178.067-.38.002q-.201-.064-.286-.283l-2.502-6.08V20.5q0 .214-.143.357T7.148 21t-.357-.143t-.143-.357zm10.16 3.012q-1.221 0-2.104-.787t-1.098-2.002h-.725q-.479 0-.84-.323q-.36-.323-.36-.802q0-.823.803-1.818t1.445-1.438q.106-.987.762-1.72q.655-.734 1.636-.886V3.5q0-.213.143-.357T16.827 3t.357.143t.143.357v4.34q.956.152 1.621.886q.666.734.79 1.72q.643.443 1.458 1.456q.816 1.014.816 1.837q0 .459-.37.774q-.37.314-.85.314h-.769q-.234 1.215-1.127 2.002q-.892.787-2.088.787m0-1.02q.756 0 1.33-.503q.575-.502.85-1.266H14.66q.236.764.802 1.266q.565.503 1.346.503"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightLightGroup2Rounded(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="m6.648 14.604l-2.502 6.079q-.084.219-.286.283q-.202.065-.38-.003t-.27-.234t.01-.412l3.434-8.415V8.731H3.57q-.46 0-.699-.404q-.24-.404-.003-.808L5.04 3.808q.218-.38.581-.594T6.42 3h1.489q.434 0 .798.214q.363.215.58.594l2.172 3.711q.236.404-.003.808q-.24.404-.7.404H7.655v3.171l3.423 8.415q.085.225 0 .402t-.261.245q-.178.067-.38.002q-.201-.064-.286-.283l-2.502-6.08V20.5q0 .214-.143.357T7.148 21t-.357-.143t-.143-.357zm10.16 3.012q-1.221 0-2.104-.787t-1.098-2.002h-.725q-.479 0-.84-.323q-.36-.323-.36-.802q0-.823.803-1.818t1.445-1.438q.106-.987.762-1.72q.655-.734 1.636-.886V3.5q0-.213.143-.357T16.827 3t.357.143t.143.357v4.34q.956.152 1.621.886q.666.734.79 1.72q.643.443 1.458 1.456q.816 1.014.816 1.837q0 .459-.37.774q-.37.314-.85.314h-.769q-.234 1.215-1.127 2.002q-.892.787-2.088.787m0-1.02q.756 0 1.33-.503q.575-.502.85-1.266H14.66q.236.764.802 1.266q.565.503 1.346.503"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.648 14.604l-2.502 6.079q-.084.219-.286.283q-.202.065-.38-.003t-.27-.234t.01-.412l3.434-8.415V8.731H3.57q-.46 0-.699-.404q-.24-.404-.003-.808L5.04 3.808q.218-.38.581-.594T6.42 3h1.489q.434 0 .798.214q.363.215.58.594l2.172 3.711q.236.404-.003.808q-.24.404-.7.404H7.655v3.171l3.423 8.415q.085.225 0 .402t-.261.245q-.178.067-.38.002q-.201-.064-.286-.283l-2.502-6.08V20.5q0 .214-.143.357T7.148 21t-.357-.143t-.143-.357zm10.16 3.012q-1.221 0-2.104-.787t-1.098-2.002h-.725q-.479 0-.84-.323q-.36-.323-.36-.802q0-.823.803-1.818t1.445-1.438q.106-.987.762-1.72q.655-.734 1.636-.886V3.5q0-.213.143-.357T16.827 3t.357.143t.143.357v4.34q.956.152 1.621.886q.666.734.79 1.72q.643.443 1.458 1.456q.816 1.014.816 1.837q0 .459-.37.774q-.37.314-.85.314h-.769q-.234 1.215-1.127 2.002q-.892.787-2.088.787m0-1.02q.756 0 1.33-.503q.575-.502.85-1.266H14.66q.236.764.802 1.266q.565.503 1.346.503"/></svg> </template>
CSS
.icon-light-group-2-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%22m6.648%2014.604l-2.502%206.079q-.084.219-.286.283q-.202.065-.38-.003t-.27-.234t.01-.412l3.434-8.415V8.731H3.57q-.46%200-.699-.404q-.24-.404-.003-.808L5.04%203.808q.218-.38.581-.594T6.42%203h1.489q.434%200%20.798.214q.363.215.58.594l2.172%203.711q.236.404-.003.808q-.24.404-.7.404H7.655v3.171l3.423%208.415q.085.225%200%20.402t-.261.245q-.178.067-.38.002q-.201-.064-.286-.283l-2.502-6.08V20.5q0%20.214-.143.357T7.148%2021t-.357-.143t-.143-.357zm10.16%203.012q-1.221%200-2.104-.787t-1.098-2.002h-.725q-.479%200-.84-.323q-.36-.323-.36-.802q0-.823.803-1.818t1.445-1.438q.106-.987.762-1.72q.655-.734%201.636-.886V3.5q0-.213.143-.357T16.827%203t.357.143t.143.357v4.34q.956.152%201.621.886q.666.734.79%201.72q.643.443%201.458%201.456q.816%201.014.816%201.837q0%20.459-.37.774q-.37.314-.85.314h-.769q-.234%201.215-1.127%202.002q-.892.787-2.088.787m0-1.02q.756%200%201.33-.503q.575-.502.85-1.266H14.66q.236.764.802%201.266q.565.503%201.346.503%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%22m6.648%2014.604l-2.502%206.079q-.084.219-.286.283q-.202.065-.38-.003t-.27-.234t.01-.412l3.434-8.415V8.731H3.57q-.46%200-.699-.404q-.24-.404-.003-.808L5.04%203.808q.218-.38.581-.594T6.42%203h1.489q.434%200%20.798.214q.363.215.58.594l2.172%203.711q.236.404-.003.808q-.24.404-.7.404H7.655v3.171l3.423%208.415q.085.225%200%20.402t-.261.245q-.178.067-.38.002q-.201-.064-.286-.283l-2.502-6.08V20.5q0%20.214-.143.357T7.148%2021t-.357-.143t-.143-.357zm10.16%203.012q-1.221%200-2.104-.787t-1.098-2.002h-.725q-.479%200-.84-.323q-.36-.323-.36-.802q0-.823.803-1.818t1.445-1.438q.106-.987.762-1.72q.655-.734%201.636-.886V3.5q0-.213.143-.357T16.827%203t.357.143t.143.357v4.34q.956.152%201.621.886q.666.734.79%201.72q.643.443%201.458%201.456q.816%201.014.816%201.837q0%20.459-.37.774q-.37.314-.85.314h-.769q-.234%201.215-1.127%202.002q-.892.787-2.088.787m0-1.02q.756%200%201.33-.503q.575-.502.85-1.266H14.66q.236.764.802%201.266q.565.503%201.346.503%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-2-rounded.svg?color=%231a73e8&size=48