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

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

3 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

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 22q-1.25 0-2.125-.875T2 18.975v-3.15q.25.075.488.113t.512.037h19V22zM22 8.175q-.25-.075-.488-.125T21 8H2V2h17q1.25 0 2.125.875T22 5zM3 14q-.425 0-.712-.262T2 13.075q0-.45.363-.75t1.412-.7L7.95 10H21q.425 0 .713.288T22 11q0 .775-.537 1.425t-1.438 1l-1.6.575zm4.288-8.462Q7.5 5.325 7.5 5t-.213-.537t-.537-.213t-.537.213T6 5t.213.538t.537.212t.538-.213m0 14Q7.5 19.326 7.5 19t-.213-.537t-.537-.213t-.537.213T6 19t.213.538t.537.212t.538-.213m1-5.75q.212-.212.212-.537t-.213-.537t-.537-.213t-.537.213T7 13.25t.213.538t.537.212t.538-.213m4.25-8.25q.212-.212.212-.537t-.213-.537T12 4.25t-.537.213T11.25 5t.213.538t.537.212t.538-.213m0 7.25q.212-.212.212-.537t-.213-.537T12 11.5t-.537.213t-.213.537t.213.538T12 13t.538-.213m0 6.75q.212-.212.212-.537t-.213-.537T12 18.25t-.537.213t-.213.537t.213.538t.537.212t.538-.213m4-8.25q.212-.212.212-.537t-.213-.537T16 10t-.537.213t-.213.537t.213.538t.537.212t.538-.213m1.25-5.75Q18 5.326 18 5t-.213-.537t-.537-.213t-.537.213T16.5 5t.213.538t.537.212t.538-.213m0 14Q18 19.326 18 19t-.213-.537t-.537-.213t-.537.213T16.5 19t.213.538t.537.212t.538-.213"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightstrip(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 22q-1.25 0-2.125-.875T2 18.975v-3.15q.25.075.488.113t.512.037h19V22zM22 8.175q-.25-.075-.488-.125T21 8H2V2h17q1.25 0 2.125.875T22 5zM3 14q-.425 0-.712-.262T2 13.075q0-.45.363-.75t1.412-.7L7.95 10H21q.425 0 .713.288T22 11q0 .775-.537 1.425t-1.438 1l-1.6.575zm4.288-8.462Q7.5 5.325 7.5 5t-.213-.537t-.537-.213t-.537.213T6 5t.213.538t.537.212t.538-.213m0 14Q7.5 19.326 7.5 19t-.213-.537t-.537-.213t-.537.213T6 19t.213.538t.537.212t.538-.213m1-5.75q.212-.212.212-.537t-.213-.537t-.537-.213t-.537.213T7 13.25t.213.538t.537.212t.538-.213m4.25-8.25q.212-.212.212-.537t-.213-.537T12 4.25t-.537.213T11.25 5t.213.538t.537.212t.538-.213m0 7.25q.212-.212.212-.537t-.213-.537T12 11.5t-.537.213t-.213.537t.213.538T12 13t.538-.213m0 6.75q.212-.212.212-.537t-.213-.537T12 18.25t-.537.213t-.213.537t.213.538t.537.212t.538-.213m4-8.25q.212-.212.212-.537t-.213-.537T16 10t-.537.213t-.213.537t.213.538t.537.212t.538-.213m1.25-5.75Q18 5.326 18 5t-.213-.537t-.537-.213t-.537.213T16.5 5t.213.538t.537.212t.538-.213m0 14Q18 19.326 18 19t-.213-.537t-.537-.213t-.537.213T16.5 19t.213.538t.537.212t.538-.213"/></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 22q-1.25 0-2.125-.875T2 18.975v-3.15q.25.075.488.113t.512.037h19V22zM22 8.175q-.25-.075-.488-.125T21 8H2V2h17q1.25 0 2.125.875T22 5zM3 14q-.425 0-.712-.262T2 13.075q0-.45.363-.75t1.412-.7L7.95 10H21q.425 0 .713.288T22 11q0 .775-.537 1.425t-1.438 1l-1.6.575zm4.288-8.462Q7.5 5.325 7.5 5t-.213-.537t-.537-.213t-.537.213T6 5t.213.538t.537.212t.538-.213m0 14Q7.5 19.326 7.5 19t-.213-.537t-.537-.213t-.537.213T6 19t.213.538t.537.212t.538-.213m1-5.75q.212-.212.212-.537t-.213-.537t-.537-.213t-.537.213T7 13.25t.213.538t.537.212t.538-.213m4.25-8.25q.212-.212.212-.537t-.213-.537T12 4.25t-.537.213T11.25 5t.213.538t.537.212t.538-.213m0 7.25q.212-.212.212-.537t-.213-.537T12 11.5t-.537.213t-.213.537t.213.538T12 13t.538-.213m0 6.75q.212-.212.212-.537t-.213-.537T12 18.25t-.537.213t-.213.537t.213.538t.537.212t.538-.213m4-8.25q.212-.212.212-.537t-.213-.537T16 10t-.537.213t-.213.537t.213.538t.537.212t.538-.213m1.25-5.75Q18 5.326 18 5t-.213-.537t-.537-.213t-.537.213T16.5 5t.213.538t.537.212t.538-.213m0 14Q18 19.326 18 19t-.213-.537t-.537-.213t-.537.213T16.5 19t.213.538t.537.212t.538-.213"/></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%2022q-1.25%200-2.125-.875T2%2018.975v-3.15q.25.075.488.113t.512.037h19V22zM22%208.175q-.25-.075-.488-.125T21%208H2V2h17q1.25%200%202.125.875T22%205zM3%2014q-.425%200-.712-.262T2%2013.075q0-.45.363-.75t1.412-.7L7.95%2010H21q.425%200%20.713.288T22%2011q0%20.775-.537%201.425t-1.438%201l-1.6.575zm4.288-8.462Q7.5%205.325%207.5%205t-.213-.537t-.537-.213t-.537.213T6%205t.213.538t.537.212t.538-.213m0%2014Q7.5%2019.326%207.5%2019t-.213-.537t-.537-.213t-.537.213T6%2019t.213.538t.537.212t.538-.213m1-5.75q.212-.212.212-.537t-.213-.537t-.537-.213t-.537.213T7%2013.25t.213.538t.537.212t.538-.213m4.25-8.25q.212-.212.212-.537t-.213-.537T12%204.25t-.537.213T11.25%205t.213.538t.537.212t.538-.213m0%207.25q.212-.212.212-.537t-.213-.537T12%2011.5t-.537.213t-.213.537t.213.538T12%2013t.538-.213m0%206.75q.212-.212.212-.537t-.213-.537T12%2018.25t-.537.213t-.213.537t.213.538t.537.212t.538-.213m4-8.25q.212-.212.212-.537t-.213-.537T16%2010t-.537.213t-.213.537t.213.538t.537.212t.538-.213m1.25-5.75Q18%205.326%2018%205t-.213-.537t-.537-.213t-.537.213T16.5%205t.213.538t.537.212t.538-.213m0%2014Q18%2019.326%2018%2019t-.213-.537t-.537-.213t-.537.213T16.5%2019t.213.538t.537.212t.538-.213%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%2022q-1.25%200-2.125-.875T2%2018.975v-3.15q.25.075.488.113t.512.037h19V22zM22%208.175q-.25-.075-.488-.125T21%208H2V2h17q1.25%200%202.125.875T22%205zM3%2014q-.425%200-.712-.262T2%2013.075q0-.45.363-.75t1.412-.7L7.95%2010H21q.425%200%20.713.288T22%2011q0%20.775-.537%201.425t-1.438%201l-1.6.575zm4.288-8.462Q7.5%205.325%207.5%205t-.213-.537t-.537-.213t-.537.213T6%205t.213.538t.537.212t.538-.213m0%2014Q7.5%2019.326%207.5%2019t-.213-.537t-.537-.213t-.537.213T6%2019t.213.538t.537.212t.538-.213m1-5.75q.212-.212.212-.537t-.213-.537t-.537-.213t-.537.213T7%2013.25t.213.538t.537.212t.538-.213m4.25-8.25q.212-.212.212-.537t-.213-.537T12%204.25t-.537.213T11.25%205t.213.538t.537.212t.538-.213m0%207.25q.212-.212.212-.537t-.213-.537T12%2011.5t-.537.213t-.213.537t.213.538T12%2013t.538-.213m0%206.75q.212-.212.212-.537t-.213-.537T12%2018.25t-.537.213t-.213.537t.213.538t.537.212t.538-.213m4-8.25q.212-.212.212-.537t-.213-.537T16%2010t-.537.213t-.213.537t.213.538t.537.212t.538-.213m1.25-5.75Q18%205.326%2018%205t-.213-.537t-.537-.213t-.537.213T16.5%205t.213.538t.537.212t.538-.213m0%2014Q18%2019.326%2018%2019t-.213-.537t-.537-.213t-.537.213T16.5%2019t.213.538t.537.212t.538-.213%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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