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

Name
lightstrip
Set
Material Symbols Light
Style
Regular
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
lightstrip-rounded

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="M5.385 21q-.994 0-1.69-.691Q3 19.617 3 18.609v-3.034q.289.229.641.353t.743.124h16.597V21zM20.98 8.483q-.327-.287-.728-.404t-.85-.118H3V3h15.596q.994 0 1.69.696t.695 1.689zM4.366 15.058q-.56 0-.963-.369Q3 14.321 3 13.73q0-.598.353-.997q.353-.4 1.037-.665l7.983-3.105h7.03q.714 0 1.146.499t.432 1.078q0 .852-.365 1.463q-.364.612-1.245.942l-5.792 2.114zM7.48 5.964q.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 MaterialSymbolsLightLightstrip(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.385 21q-.994 0-1.69-.691Q3 19.617 3 18.609v-3.034q.289.229.641.353t.743.124h16.597V21zM20.98 8.483q-.327-.287-.728-.404t-.85-.118H3V3h15.596q.994 0 1.69.696t.695 1.689zM4.366 15.058q-.56 0-.963-.369Q3 14.321 3 13.73q0-.598.353-.997q.353-.4 1.037-.665l7.983-3.105h7.03q.714 0 1.146.499t.432 1.078q0 .852-.365 1.463q-.364.612-1.245.942l-5.792 2.114zM7.48 5.964q.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="M5.385 21q-.994 0-1.69-.691Q3 19.617 3 18.609v-3.034q.289.229.641.353t.743.124h16.597V21zM20.98 8.483q-.327-.287-.728-.404t-.85-.118H3V3h15.596q.994 0 1.69.696t.695 1.689zM4.366 15.058q-.56 0-.963-.369Q3 14.321 3 13.73q0-.598.353-.997q.353-.4 1.037-.665l7.983-3.105h7.03q.714 0 1.146.499t.432 1.078q0 .852-.365 1.463q-.364.612-1.245.942l-5.792 2.114zM7.48 5.964q.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 {
  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.385%2021q-.994%200-1.69-.691Q3%2019.617%203%2018.609v-3.034q.289.229.641.353t.743.124h16.597V21zM20.98%208.483q-.327-.287-.728-.404t-.85-.118H3V3h15.596q.994%200%201.69.696t.695%201.689zM4.366%2015.058q-.56%200-.963-.369Q3%2014.321%203%2013.73q0-.598.353-.997q.353-.4%201.037-.665l7.983-3.105h7.03q.714%200%201.146.499t.432%201.078q0%20.852-.365%201.463q-.364.612-1.245.942l-5.792%202.114zM7.48%205.964q.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%22M5.385%2021q-.994%200-1.69-.691Q3%2019.617%203%2018.609v-3.034q.289.229.641.353t.743.124h16.597V21zM20.98%208.483q-.327-.287-.728-.404t-.85-.118H3V3h15.596q.994%200%201.69.696t.695%201.689zM4.366%2015.058q-.56%200-.963-.369Q3%2014.321%203%2013.73q0-.598.353-.997q.353-.4%201.037-.665l7.983-3.105h7.03q.714%200%201.146.499t.432%201.078q0%20.852-.365%201.463q-.364.612-1.245.942l-5.792%202.114zM7.48%205.964q.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.svg?color=%231a73e8&size=48