lightstrip icon
lightstrip-sharp from Material Symbols by Google · Sharp · Household · Apache-2.0 Free for personal and commercial use.
- Name
- lightstrip-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
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="M2 22v-6.025h20V22zM22 8H2V2h20zM2 14v-1.7L7.95 10H22v2.725L18.425 14zm5.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 MaterialSymbolsLightstripSharp(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="M2 22v-6.025h20V22zM22 8H2V2h20zM2 14v-1.7L7.95 10H22v2.725L18.425 14zm5.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="M2 22v-6.025h20V22zM22 8H2V2h20zM2 14v-1.7L7.95 10H22v2.725L18.425 14zm5.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-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%22M2%2022v-6.025h20V22zM22%208H2V2h20zM2%2014v-1.7L7.95%2010H22v2.725L18.425%2014zm5.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%22M2%2022v-6.025h20V22zM22%208H2V2h20zM2%2014v-1.7L7.95%2010H22v2.725L18.425%2014zm5.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-sharp.svg?color=%231a73e8&size=48