string lights off icon

string-lights-off from Material Design Icons by Pictogrammers · Filled · Home Automation · Apache-2.0 Free for personal and commercial use.

Name
string-lights-off
Set
Material Design Icons
Style
Filled
Category
Home Automation
Viewbox
24×24
License
Apache 2.0
Aliases
christmas-lights-off, fairy-lights-off, italian-lights-off

More home automation icons from Material Design Icons

Use the string lights off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 10.74V8.96c.95-.06 1.86-.15 2.74-.29l.42 1.72a3.1 3.1 0 0 0-.43 2.43c.09.35.18.68.27.98l4.12 4.12c2.49-.66 1.97-4.37 1.44-6.53c-.2-.8-.74-1.54-1.51-1.95l-.42-1.7c.48-.16.94-.33 1.37-.51V5c-2 1.07-5.47 2.03-10 2.03c-.63 0-1.24-.03-1.83-.06m10.55 9.53c-1.45.34-2.53-4.03-2.53-4.03s-.36-1.47 1.1-1.82s1.81 1.1 1.81 1.1s1.08 4.37-.38 4.75m-5.77-2.21l-1.45-1.46l-1.32-1.33L10 9.34l-.42-.41h.01L7.32 6.66L2.39 1.73L1.11 3l2.8 2.8C3.19 5.55 2.53 5.28 2 5v2.23c.43.18.89.35 1.37.51l-.42 1.7a3.07 3.07 0 0 0-1.51 1.95c-.535 2.18-1.055 5.92 1.48 6.54C4 18.2 6 17.89 7.27 12.82c.19-.82.06-1.7-.43-2.43l.33-1.33l2.33 2.32c-.32.49-.5 1.06-.5 1.62c0 2.24.39 6 3 6c.8 0 1.97-.41 2.59-2.5l6.25 6.23l1.27-1.27l-7.16-7.16zm-9.14-1.82s-1.07 4.37-2.53 4.03c-1.46-.38-.38-4.75-.38-4.75s.36-1.46 1.81-1.1s1.1 1.82 1.1 1.82M12 17.5c-1.5 0-1.5-4.5-1.5-4.5s0-.23.1-.5l2.72 2.71c-.19 1.14-.56 2.29-1.32 2.29"/></svg>

React

import type { SVGProps } from "react";

export function MdiStringLightsOff(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="M14 10.74V8.96c.95-.06 1.86-.15 2.74-.29l.42 1.72a3.1 3.1 0 0 0-.43 2.43c.09.35.18.68.27.98l4.12 4.12c2.49-.66 1.97-4.37 1.44-6.53c-.2-.8-.74-1.54-1.51-1.95l-.42-1.7c.48-.16.94-.33 1.37-.51V5c-2 1.07-5.47 2.03-10 2.03c-.63 0-1.24-.03-1.83-.06m10.55 9.53c-1.45.34-2.53-4.03-2.53-4.03s-.36-1.47 1.1-1.82s1.81 1.1 1.81 1.1s1.08 4.37-.38 4.75m-5.77-2.21l-1.45-1.46l-1.32-1.33L10 9.34l-.42-.41h.01L7.32 6.66L2.39 1.73L1.11 3l2.8 2.8C3.19 5.55 2.53 5.28 2 5v2.23c.43.18.89.35 1.37.51l-.42 1.7a3.07 3.07 0 0 0-1.51 1.95c-.535 2.18-1.055 5.92 1.48 6.54C4 18.2 6 17.89 7.27 12.82c.19-.82.06-1.7-.43-2.43l.33-1.33l2.33 2.32c-.32.49-.5 1.06-.5 1.62c0 2.24.39 6 3 6c.8 0 1.97-.41 2.59-2.5l6.25 6.23l1.27-1.27l-7.16-7.16zm-9.14-1.82s-1.07 4.37-2.53 4.03c-1.46-.38-.38-4.75-.38-4.75s.36-1.46 1.81-1.1s1.1 1.82 1.1 1.82M12 17.5c-1.5 0-1.5-4.5-1.5-4.5s0-.23.1-.5l2.72 2.71c-.19 1.14-.56 2.29-1.32 2.29"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 10.74V8.96c.95-.06 1.86-.15 2.74-.29l.42 1.72a3.1 3.1 0 0 0-.43 2.43c.09.35.18.68.27.98l4.12 4.12c2.49-.66 1.97-4.37 1.44-6.53c-.2-.8-.74-1.54-1.51-1.95l-.42-1.7c.48-.16.94-.33 1.37-.51V5c-2 1.07-5.47 2.03-10 2.03c-.63 0-1.24-.03-1.83-.06m10.55 9.53c-1.45.34-2.53-4.03-2.53-4.03s-.36-1.47 1.1-1.82s1.81 1.1 1.81 1.1s1.08 4.37-.38 4.75m-5.77-2.21l-1.45-1.46l-1.32-1.33L10 9.34l-.42-.41h.01L7.32 6.66L2.39 1.73L1.11 3l2.8 2.8C3.19 5.55 2.53 5.28 2 5v2.23c.43.18.89.35 1.37.51l-.42 1.7a3.07 3.07 0 0 0-1.51 1.95c-.535 2.18-1.055 5.92 1.48 6.54C4 18.2 6 17.89 7.27 12.82c.19-.82.06-1.7-.43-2.43l.33-1.33l2.33 2.32c-.32.49-.5 1.06-.5 1.62c0 2.24.39 6 3 6c.8 0 1.97-.41 2.59-2.5l6.25 6.23l1.27-1.27l-7.16-7.16zm-9.14-1.82s-1.07 4.37-2.53 4.03c-1.46-.38-.38-4.75-.38-4.75s.36-1.46 1.81-1.1s1.1 1.82 1.1 1.82M12 17.5c-1.5 0-1.5-4.5-1.5-4.5s0-.23.1-.5l2.72 2.71c-.19 1.14-.56 2.29-1.32 2.29"/></svg>
</template>

CSS

.icon-string-lights-off {
  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%22M14%2010.74V8.96c.95-.06%201.86-.15%202.74-.29l.42%201.72a3.1%203.1%200%200%200-.43%202.43c.09.35.18.68.27.98l4.12%204.12c2.49-.66%201.97-4.37%201.44-6.53c-.2-.8-.74-1.54-1.51-1.95l-.42-1.7c.48-.16.94-.33%201.37-.51V5c-2%201.07-5.47%202.03-10%202.03c-.63%200-1.24-.03-1.83-.06m10.55%209.53c-1.45.34-2.53-4.03-2.53-4.03s-.36-1.47%201.1-1.82s1.81%201.1%201.81%201.1s1.08%204.37-.38%204.75m-5.77-2.21l-1.45-1.46l-1.32-1.33L10%209.34l-.42-.41h.01L7.32%206.66L2.39%201.73L1.11%203l2.8%202.8C3.19%205.55%202.53%205.28%202%205v2.23c.43.18.89.35%201.37.51l-.42%201.7a3.07%203.07%200%200%200-1.51%201.95c-.535%202.18-1.055%205.92%201.48%206.54C4%2018.2%206%2017.89%207.27%2012.82c.19-.82.06-1.7-.43-2.43l.33-1.33l2.33%202.32c-.32.49-.5%201.06-.5%201.62c0%202.24.39%206%203%206c.8%200%201.97-.41%202.59-2.5l6.25%206.23l1.27-1.27l-7.16-7.16zm-9.14-1.82s-1.07%204.37-2.53%204.03c-1.46-.38-.38-4.75-.38-4.75s.36-1.46%201.81-1.1s1.1%201.82%201.1%201.82M12%2017.5c-1.5%200-1.5-4.5-1.5-4.5s0-.23.1-.5l2.72%202.71c-.19%201.14-.56%202.29-1.32%202.29%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%22M14%2010.74V8.96c.95-.06%201.86-.15%202.74-.29l.42%201.72a3.1%203.1%200%200%200-.43%202.43c.09.35.18.68.27.98l4.12%204.12c2.49-.66%201.97-4.37%201.44-6.53c-.2-.8-.74-1.54-1.51-1.95l-.42-1.7c.48-.16.94-.33%201.37-.51V5c-2%201.07-5.47%202.03-10%202.03c-.63%200-1.24-.03-1.83-.06m10.55%209.53c-1.45.34-2.53-4.03-2.53-4.03s-.36-1.47%201.1-1.82s1.81%201.1%201.81%201.1s1.08%204.37-.38%204.75m-5.77-2.21l-1.45-1.46l-1.32-1.33L10%209.34l-.42-.41h.01L7.32%206.66L2.39%201.73L1.11%203l2.8%202.8C3.19%205.55%202.53%205.28%202%205v2.23c.43.18.89.35%201.37.51l-.42%201.7a3.07%203.07%200%200%200-1.51%201.95c-.535%202.18-1.055%205.92%201.48%206.54C4%2018.2%206%2017.89%207.27%2012.82c.19-.82.06-1.7-.43-2.43l.33-1.33l2.33%202.32c-.32.49-.5%201.06-.5%201.62c0%202.24.39%206%203%206c.8%200%201.97-.41%202.59-2.5l6.25%206.23l1.27-1.27l-7.16-7.16zm-9.14-1.82s-1.07%204.37-2.53%204.03c-1.46-.38-.38-4.75-.38-4.75s.36-1.46%201.81-1.1s1.1%201.82%201.1%201.82M12%2017.5c-1.5%200-1.5-4.5-1.5-4.5s0-.23.1-.5l2.72%202.71c-.19%201.14-.56%202.29-1.32%202.29%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/string-lights-off.svg?color=%231a73e8&size=48