lightstrip icon
lightstrip-sharp from Material Symbols Light by Google · Sharp · Household · Apache-2.0 Free for personal and commercial use.
- Name
- lightstrip-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- 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 lightstrip icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 21v-4.948h17.98V21zM20.98 7.962H3V3h17.98zM3 15.058v-2.45l9.373-3.647h8.608v3.398l-7.402 2.699zm4.48-9.094q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.482t.48.194t.483-.19m.038 13.058q.194-.19.194-.48t-.19-.483t-.48-.194t-.483.19t-.193.48t.189.483t.48.193t.483-.19m.943-5q.193-.189.193-.479t-.19-.483t-.48-.194t-.483.19t-.193.48t.19.483q.189.193.48.193q.29 0 .482-.19m4.02-8.057q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.482t.48.194t.483-.19m0 6.75q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.482t.48.194t.483-.19m0 6.308q.193-.19.193-.48t-.19-.483t-.48-.194t-.483.19t-.193.48t.19.483t.48.193t.483-.19m3.769-7.73q.193-.19.193-.48t-.19-.483t-.48-.194t-.483.19t-.193.48t.19.483t.48.194t.483-.19m1.173-5.327q.193-.19.193-.48t-.19-.483t-.479-.193t-.484.19t-.193.48t.19.482q.19.194.48.194t.483-.19m0 13.058q.193-.19.193-.48t-.19-.483t-.479-.194t-.484.19t-.193.48t.19.483q.19.193.48.193t.483-.19"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightLightstripSharp(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="M3 21v-4.948h17.98V21zM20.98 7.962H3V3h17.98zM3 15.058v-2.45l9.373-3.647h8.608v3.398l-7.402 2.699zm4.48-9.094q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.482t.48.194t.483-.19m.038 13.058q.194-.19.194-.48t-.19-.483t-.48-.194t-.483.19t-.193.48t.189.483t.48.193t.483-.19m.943-5q.193-.189.193-.479t-.19-.483t-.48-.194t-.483.19t-.193.48t.19.483q.189.193.48.193q.29 0 .482-.19m4.02-8.057q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.482t.48.194t.483-.19m0 6.75q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.482t.48.194t.483-.19m0 6.308q.193-.19.193-.48t-.19-.483t-.48-.194t-.483.19t-.193.48t.19.483t.48.193t.483-.19m3.769-7.73q.193-.19.193-.48t-.19-.483t-.48-.194t-.483.19t-.193.48t.19.483t.48.194t.483-.19m1.173-5.327q.193-.19.193-.48t-.19-.483t-.479-.193t-.484.19t-.193.48t.19.482q.19.194.48.194t.483-.19m0 13.058q.193-.19.193-.48t-.19-.483t-.479-.194t-.484.19t-.193.48t.19.483q.19.193.48.193t.483-.19"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 21v-4.948h17.98V21zM20.98 7.962H3V3h17.98zM3 15.058v-2.45l9.373-3.647h8.608v3.398l-7.402 2.699zm4.48-9.094q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.482t.48.194t.483-.19m.038 13.058q.194-.19.194-.48t-.19-.483t-.48-.194t-.483.19t-.193.48t.189.483t.48.193t.483-.19m.943-5q.193-.189.193-.479t-.19-.483t-.48-.194t-.483.19t-.193.48t.19.483q.189.193.48.193q.29 0 .482-.19m4.02-8.057q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.482t.48.194t.483-.19m0 6.75q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.482t.48.194t.483-.19m0 6.308q.193-.19.193-.48t-.19-.483t-.48-.194t-.483.19t-.193.48t.19.483t.48.193t.483-.19m3.769-7.73q.193-.19.193-.48t-.19-.483t-.48-.194t-.483.19t-.193.48t.19.483t.48.194t.483-.19m1.173-5.327q.193-.19.193-.48t-.19-.483t-.479-.193t-.484.19t-.193.48t.19.482q.19.194.48.194t.483-.19m0 13.058q.193-.19.193-.48t-.19-.483t-.479-.194t-.484.19t-.193.48t.19.483q.19.193.48.193t.483-.19"/></svg> </template>
CSS
.icon-lightstrip-sharp {
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%22M3%2021v-4.948h17.98V21zM20.98%207.962H3V3h17.98zM3%2015.058v-2.45l9.373-3.647h8.608v3.398l-7.402%202.699zm4.48-9.094q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.482t.48.194t.483-.19m.038%2013.058q.194-.19.194-.48t-.19-.483t-.48-.194t-.483.19t-.193.48t.189.483t.48.193t.483-.19m.943-5q.193-.189.193-.479t-.19-.483t-.48-.194t-.483.19t-.193.48t.19.483q.189.193.48.193q.29%200%20.482-.19m4.02-8.057q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.482t.48.194t.483-.19m0%206.75q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.482t.48.194t.483-.19m0%206.308q.193-.19.193-.48t-.19-.483t-.48-.194t-.483.19t-.193.48t.19.483t.48.193t.483-.19m3.769-7.73q.193-.19.193-.48t-.19-.483t-.48-.194t-.483.19t-.193.48t.19.483t.48.194t.483-.19m1.173-5.327q.193-.19.193-.48t-.19-.483t-.479-.193t-.484.19t-.193.48t.19.482q.19.194.48.194t.483-.19m0%2013.058q.193-.19.193-.48t-.19-.483t-.479-.194t-.484.19t-.193.48t.19.483q.19.193.48.193t.483-.19%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%22M3%2021v-4.948h17.98V21zM20.98%207.962H3V3h17.98zM3%2015.058v-2.45l9.373-3.647h8.608v3.398l-7.402%202.699zm4.48-9.094q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.482t.48.194t.483-.19m.038%2013.058q.194-.19.194-.48t-.19-.483t-.48-.194t-.483.19t-.193.48t.189.483t.48.193t.483-.19m.943-5q.193-.189.193-.479t-.19-.483t-.48-.194t-.483.19t-.193.48t.19.483q.189.193.48.193q.29%200%20.482-.19m4.02-8.057q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.482t.48.194t.483-.19m0%206.75q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.482t.48.194t.483-.19m0%206.308q.193-.19.193-.48t-.19-.483t-.48-.194t-.483.19t-.193.48t.19.483t.48.193t.483-.19m3.769-7.73q.193-.19.193-.48t-.19-.483t-.48-.194t-.483.19t-.193.48t.19.483t.48.194t.483-.19m1.173-5.327q.193-.19.193-.48t-.19-.483t-.479-.193t-.484.19t-.193.48t.19.482q.19.194.48.194t.483-.19m0%2013.058q.193-.19.193-.48t-.19-.483t-.479-.194t-.484.19t-.193.48t.19.483q.19.193.48.193t.483-.19%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/lightstrip-sharp.svg?color=%231a73e8&size=48