light bulb off icon

light-bulb-off from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.

Name
light-bulb-off
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Related icons in Mage Icons

Use the light bulb off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M18.131 16.26c-2.565 2.07-5.13 1.478-6.413 1.478s-1.36.27-2.296 1.287a1.28 1.28 0 0 1-1.436.296a1.3 1.3 0 0 1-.424-.296l-2.565-2.573a1.287 1.287 0 0 1 0-1.865c1.026-.94 1.282-1.12 1.282-2.303c0-1.505-.705-4.348 2.22-7.28a7.43 7.43 0 0 1 5.535-2.2A7.4 7.4 0 0 1 19.4 5.39a7.46 7.46 0 0 1 1.75 5.707a7.46 7.46 0 0 1-2.993 5.162zm-13.429-.014l-1.5 1.505c-.411.412-.527.978-.245 1.287l2.091 2.006c.282.283.847.168 1.283-.244l1.41-1.505"/><path d="M15.912 6.508a3.1 3.1 0 0 0-3.39-.678a3.1 3.1 0 0 0-1.01.678"/></g></svg>

React

import type { SVGProps } from "react";

export function MageLightBulbOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M18.131 16.26c-2.565 2.07-5.13 1.478-6.413 1.478s-1.36.27-2.296 1.287a1.28 1.28 0 0 1-1.436.296a1.3 1.3 0 0 1-.424-.296l-2.565-2.573a1.287 1.287 0 0 1 0-1.865c1.026-.94 1.282-1.12 1.282-2.303c0-1.505-.705-4.348 2.22-7.28a7.43 7.43 0 0 1 5.535-2.2A7.4 7.4 0 0 1 19.4 5.39a7.46 7.46 0 0 1 1.75 5.707a7.46 7.46 0 0 1-2.993 5.162zm-13.429-.014l-1.5 1.505c-.411.412-.527.978-.245 1.287l2.091 2.006c.282.283.847.168 1.283-.244l1.41-1.505"/><path d="M15.912 6.508a3.1 3.1 0 0 0-3.39-.678a3.1 3.1 0 0 0-1.01.678"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M18.131 16.26c-2.565 2.07-5.13 1.478-6.413 1.478s-1.36.27-2.296 1.287a1.28 1.28 0 0 1-1.436.296a1.3 1.3 0 0 1-.424-.296l-2.565-2.573a1.287 1.287 0 0 1 0-1.865c1.026-.94 1.282-1.12 1.282-2.303c0-1.505-.705-4.348 2.22-7.28a7.43 7.43 0 0 1 5.535-2.2A7.4 7.4 0 0 1 19.4 5.39a7.46 7.46 0 0 1 1.75 5.707a7.46 7.46 0 0 1-2.993 5.162zm-13.429-.014l-1.5 1.505c-.411.412-.527.978-.245 1.287l2.091 2.006c.282.283.847.168 1.283-.244l1.41-1.505"/><path d="M15.912 6.508a3.1 3.1 0 0 0-3.39-.678a3.1 3.1 0 0 0-1.01.678"/></g></svg>
</template>

CSS

.icon-light-bulb-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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18.131%2016.26c-2.565%202.07-5.13%201.478-6.413%201.478s-1.36.27-2.296%201.287a1.28%201.28%200%200%201-1.436.296a1.3%201.3%200%200%201-.424-.296l-2.565-2.573a1.287%201.287%200%200%201%200-1.865c1.026-.94%201.282-1.12%201.282-2.303c0-1.505-.705-4.348%202.22-7.28a7.43%207.43%200%200%201%205.535-2.2A7.4%207.4%200%200%201%2019.4%205.39a7.46%207.46%200%200%201%201.75%205.707a7.46%207.46%200%200%201-2.993%205.162zm-13.429-.014l-1.5%201.505c-.411.412-.527.978-.245%201.287l2.091%202.006c.282.283.847.168%201.283-.244l1.41-1.505%22%2F%3E%3Cpath%20d%3D%22M15.912%206.508a3.1%203.1%200%200%200-3.39-.678a3.1%203.1%200%200%200-1.01.678%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18.131%2016.26c-2.565%202.07-5.13%201.478-6.413%201.478s-1.36.27-2.296%201.287a1.28%201.28%200%200%201-1.436.296a1.3%201.3%200%200%201-.424-.296l-2.565-2.573a1.287%201.287%200%200%201%200-1.865c1.026-.94%201.282-1.12%201.282-2.303c0-1.505-.705-4.348%202.22-7.28a7.43%207.43%200%200%201%205.535-2.2A7.4%207.4%200%200%201%2019.4%205.39a7.46%207.46%200%200%201%201.75%205.707a7.46%207.46%200%200%201-2.993%205.162zm-13.429-.014l-1.5%201.505c-.411.412-.527.978-.245%201.287l2.091%202.006c.282.283.847.168%201.283-.244l1.41-1.505%22%2F%3E%3Cpath%20d%3D%22M15.912%206.508a3.1%203.1%200%200%200-3.39-.678a3.1%203.1%200%200%200-1.01.678%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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