led strip variant off icon

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

Name
led-strip-variant-off
Set
Material Design Icons
Style
Filled
Category
Home Automation
Viewbox
24×24
License
Apache 2.0
Aliases
light-strip-variant-off

More home automation icons from Material Design Icons

Use the led strip variant off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.11 21.46L2.39 1.73L1.11 3l1.48 1.5L2 6.91l4.03 1.01l3.05 3.05l-2.83 1.14l5.3 1.33l1.39 1.39l-8.28-2.08l-.95 3.91l14.75 3.69l2.38 2.38zM7.8 16.65l-1.92-.49l.47-1.95l1.93.48zm3.85.96l-1.92-.48l.47-1.95l1.93.48zm3.85.97l-1.92-.49l.48-1.95l.25.06l1.43 1.43zm4.23-2.05l2.27.57l-.33 1.37zm-3.88-3.88L14.2 11l3.55.89zm-5.43-6.74l-.26 1.05l2.66 2.66l6.52 1.63l.95-3.91l-13-3.25l1.37 1.37zm5.78 1.44l1.93.49l-.48 1.95l-1.93-.48zm-3.85-.96l1.92.48l-.47 1.95l-1.93-.48z"/></svg>

React

import type { SVGProps } from "react";

export function MdiLedStripVariantOff(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="M22.11 21.46L2.39 1.73L1.11 3l1.48 1.5L2 6.91l4.03 1.01l3.05 3.05l-2.83 1.14l5.3 1.33l1.39 1.39l-8.28-2.08l-.95 3.91l14.75 3.69l2.38 2.38zM7.8 16.65l-1.92-.49l.47-1.95l1.93.48zm3.85.96l-1.92-.48l.47-1.95l1.93.48zm3.85.97l-1.92-.49l.48-1.95l.25.06l1.43 1.43zm4.23-2.05l2.27.57l-.33 1.37zm-3.88-3.88L14.2 11l3.55.89zm-5.43-6.74l-.26 1.05l2.66 2.66l6.52 1.63l.95-3.91l-13-3.25l1.37 1.37zm5.78 1.44l1.93.49l-.48 1.95l-1.93-.48zm-3.85-.96l1.92.48l-.47 1.95l-1.93-.48z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.11 21.46L2.39 1.73L1.11 3l1.48 1.5L2 6.91l4.03 1.01l3.05 3.05l-2.83 1.14l5.3 1.33l1.39 1.39l-8.28-2.08l-.95 3.91l14.75 3.69l2.38 2.38zM7.8 16.65l-1.92-.49l.47-1.95l1.93.48zm3.85.96l-1.92-.48l.47-1.95l1.93.48zm3.85.97l-1.92-.49l.48-1.95l.25.06l1.43 1.43zm4.23-2.05l2.27.57l-.33 1.37zm-3.88-3.88L14.2 11l3.55.89zm-5.43-6.74l-.26 1.05l2.66 2.66l6.52 1.63l.95-3.91l-13-3.25l1.37 1.37zm5.78 1.44l1.93.49l-.48 1.95l-1.93-.48zm-3.85-.96l1.92.48l-.47 1.95l-1.93-.48z"/></svg>
</template>

CSS

.icon-led-strip-variant-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%22M22.11%2021.46L2.39%201.73L1.11%203l1.48%201.5L2%206.91l4.03%201.01l3.05%203.05l-2.83%201.14l5.3%201.33l1.39%201.39l-8.28-2.08l-.95%203.91l14.75%203.69l2.38%202.38zM7.8%2016.65l-1.92-.49l.47-1.95l1.93.48zm3.85.96l-1.92-.48l.47-1.95l1.93.48zm3.85.97l-1.92-.49l.48-1.95l.25.06l1.43%201.43zm4.23-2.05l2.27.57l-.33%201.37zm-3.88-3.88L14.2%2011l3.55.89zm-5.43-6.74l-.26%201.05l2.66%202.66l6.52%201.63l.95-3.91l-13-3.25l1.37%201.37zm5.78%201.44l1.93.49l-.48%201.95l-1.93-.48zm-3.85-.96l1.92.48l-.47%201.95l-1.93-.48z%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%22M22.11%2021.46L2.39%201.73L1.11%203l1.48%201.5L2%206.91l4.03%201.01l3.05%203.05l-2.83%201.14l5.3%201.33l1.39%201.39l-8.28-2.08l-.95%203.91l14.75%203.69l2.38%202.38zM7.8%2016.65l-1.92-.49l.47-1.95l1.93.48zm3.85.96l-1.92-.48l.47-1.95l1.93.48zm3.85.97l-1.92-.49l.48-1.95l.25.06l1.43%201.43zm4.23-2.05l2.27.57l-.33%201.37zm-3.88-3.88L14.2%2011l3.55.89zm-5.43-6.74l-.26%201.05l2.66%202.66l6.52%201.63l.95-3.91l-13-3.25l1.37%201.37zm5.78%201.44l1.93.49l-.48%201.95l-1.93-.48zm-3.85-.96l1.92.48l-.47%201.95l-1.93-.48z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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