lightbulb off icon

lightbulb-off from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
lightbulb-off
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the lightbulb 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="M5.143 14A7.8 7.8 0 0 1 4 9.919c0-1.672.524-3.223 1.417-4.502m2.62-2.38A8 8 0 0 1 12 2c4.418 0 8 3.545 8 7.919c0 1.456-.397 2.82-1.09 3.992M16 16H7l.544 1.633A2 2 0 0 0 9.442 19h5.117a2 2 0 0 0 1.897-1.367l.294-.883"/><path d="m15 19l-.544 1.633A2 2 0 0 1 12.559 22h-1.117a2 2 0 0 1-1.898-1.367L9 19m3-3.5V12M2 2l20 20"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsLightbulbOff(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="M5.143 14A7.8 7.8 0 0 1 4 9.919c0-1.672.524-3.223 1.417-4.502m2.62-2.38A8 8 0 0 1 12 2c4.418 0 8 3.545 8 7.919c0 1.456-.397 2.82-1.09 3.992M16 16H7l.544 1.633A2 2 0 0 0 9.442 19h5.117a2 2 0 0 0 1.897-1.367l.294-.883"/><path d="m15 19l-.544 1.633A2 2 0 0 1 12.559 22h-1.117a2 2 0 0 1-1.898-1.367L9 19m3-3.5V12M2 2l20 20"/></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="M5.143 14A7.8 7.8 0 0 1 4 9.919c0-1.672.524-3.223 1.417-4.502m2.62-2.38A8 8 0 0 1 12 2c4.418 0 8 3.545 8 7.919c0 1.456-.397 2.82-1.09 3.992M16 16H7l.544 1.633A2 2 0 0 0 9.442 19h5.117a2 2 0 0 0 1.897-1.367l.294-.883"/><path d="m15 19l-.544 1.633A2 2 0 0 1 12.559 22h-1.117a2 2 0 0 1-1.898-1.367L9 19m3-3.5V12M2 2l20 20"/></g></svg>
</template>

CSS

.icon-lightbulb-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%22M5.143%2014A7.8%207.8%200%200%201%204%209.919c0-1.672.524-3.223%201.417-4.502m2.62-2.38A8%208%200%200%201%2012%202c4.418%200%208%203.545%208%207.919c0%201.456-.397%202.82-1.09%203.992M16%2016H7l.544%201.633A2%202%200%200%200%209.442%2019h5.117a2%202%200%200%200%201.897-1.367l.294-.883%22%2F%3E%3Cpath%20d%3D%22m15%2019l-.544%201.633A2%202%200%200%201%2012.559%2022h-1.117a2%202%200%200%201-1.898-1.367L9%2019m3-3.5V12M2%202l20%2020%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%22M5.143%2014A7.8%207.8%200%200%201%204%209.919c0-1.672.524-3.223%201.417-4.502m2.62-2.38A8%208%200%200%201%2012%202c4.418%200%208%203.545%208%207.919c0%201.456-.397%202.82-1.09%203.992M16%2016H7l.544%201.633A2%202%200%200%200%209.442%2019h5.117a2%202%200%200%200%201.897-1.367l.294-.883%22%2F%3E%3Cpath%20d%3D%22m15%2019l-.544%201.633A2%202%200%200%201%2012.559%2022h-1.117a2%202%200%200%201-1.898-1.367L9%2019m3-3.5V12M2%202l20%2020%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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