lightbulb off icon

lightbulb-off from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
lightbulb-off
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

1 other variant in Bootstrap Icons

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 16 16"><path fill="currentColor" fill-rule="evenodd" d="M2.23 4.35A6 6 0 0 0 2 6c0 1.691.7 3.22 1.826 4.31c.203.196.359.4.453.619l.762 1.769A.5.5 0 0 0 5.5 13a.5.5 0 0 0 0 1a.5.5 0 0 0 0 1l.224.447a1 1 0 0 0 .894.553h2.764a1 1 0 0 0 .894-.553L10.5 15a.5.5 0 0 0 0-1a.5.5 0 0 0 0-1a.5.5 0 0 0 .288-.091L9.878 12H5.83l-.632-1.467a3 3 0 0 0-.676-.941a4.98 4.98 0 0 1-1.455-4.405zm1.588-2.653l.708.707a5 5 0 0 1 7.07 7.07l.707.707a6 6 0 0 0-8.484-8.484zm-2.172-.051a.5.5 0 0 1 .708 0l12 12a.5.5 0 0 1-.708.708l-12-12a.5.5 0 0 1 0-.708"/></svg>

React

import type { SVGProps } from "react";

export function BiLightbulbOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fillRule="evenodd" d="M2.23 4.35A6 6 0 0 0 2 6c0 1.691.7 3.22 1.826 4.31c.203.196.359.4.453.619l.762 1.769A.5.5 0 0 0 5.5 13a.5.5 0 0 0 0 1a.5.5 0 0 0 0 1l.224.447a1 1 0 0 0 .894.553h2.764a1 1 0 0 0 .894-.553L10.5 15a.5.5 0 0 0 0-1a.5.5 0 0 0 0-1a.5.5 0 0 0 .288-.091L9.878 12H5.83l-.632-1.467a3 3 0 0 0-.676-.941a4.98 4.98 0 0 1-1.455-4.405zm1.588-2.653l.708.707a5 5 0 0 1 7.07 7.07l.707.707a6 6 0 0 0-8.484-8.484zm-2.172-.051a.5.5 0 0 1 .708 0l12 12a.5.5 0 0 1-.708.708l-12-12a.5.5 0 0 1 0-.708"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M2.23 4.35A6 6 0 0 0 2 6c0 1.691.7 3.22 1.826 4.31c.203.196.359.4.453.619l.762 1.769A.5.5 0 0 0 5.5 13a.5.5 0 0 0 0 1a.5.5 0 0 0 0 1l.224.447a1 1 0 0 0 .894.553h2.764a1 1 0 0 0 .894-.553L10.5 15a.5.5 0 0 0 0-1a.5.5 0 0 0 0-1a.5.5 0 0 0 .288-.091L9.878 12H5.83l-.632-1.467a3 3 0 0 0-.676-.941a4.98 4.98 0 0 1-1.455-4.405zm1.588-2.653l.708.707a5 5 0 0 1 7.07 7.07l.707.707a6 6 0 0 0-8.484-8.484zm-2.172-.051a.5.5 0 0 1 .708 0l12 12a.5.5 0 0 1-.708.708l-12-12a.5.5 0 0 1 0-.708"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2.23%204.35A6%206%200%200%200%202%206c0%201.691.7%203.22%201.826%204.31c.203.196.359.4.453.619l.762%201.769A.5.5%200%200%200%205.5%2013a.5.5%200%200%200%200%201a.5.5%200%200%200%200%201l.224.447a1%201%200%200%200%20.894.553h2.764a1%201%200%200%200%20.894-.553L10.5%2015a.5.5%200%200%200%200-1a.5.5%200%200%200%200-1a.5.5%200%200%200%20.288-.091L9.878%2012H5.83l-.632-1.467a3%203%200%200%200-.676-.941a4.98%204.98%200%200%201-1.455-4.405zm1.588-2.653l.708.707a5%205%200%200%201%207.07%207.07l.707.707a6%206%200%200%200-8.484-8.484zm-2.172-.051a.5.5%200%200%201%20.708%200l12%2012a.5.5%200%200%201-.708.708l-12-12a.5.5%200%200%201%200-.708%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2.23%204.35A6%206%200%200%200%202%206c0%201.691.7%203.22%201.826%204.31c.203.196.359.4.453.619l.762%201.769A.5.5%200%200%200%205.5%2013a.5.5%200%200%200%200%201a.5.5%200%200%200%200%201l.224.447a1%201%200%200%200%20.894.553h2.764a1%201%200%200%200%20.894-.553L10.5%2015a.5.5%200%200%200%200-1a.5.5%200%200%200%200-1a.5.5%200%200%200%20.288-.091L9.878%2012H5.83l-.632-1.467a3%203%200%200%200-.676-.941a4.98%204.98%200%200%201-1.455-4.405zm1.588-2.653l.708.707a5%205%200%200%201%207.07%207.07l.707.707a6%206%200%200%200-8.484-8.484zm-2.172-.051a.5.5%200%200%201%20.708%200l12%2012a.5.5%200%200%201-.708.708l-12-12a.5.5%200%200%201%200-.708%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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