bulb from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
bulb
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-bulb

The same icon in other sets

Use the bulb icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 20h6v2H9zm7.906-6.288C17.936 12.506 19 11.259 19 9c0-3.859-3.141-7-7-7S5 5.141 5 9c0 2.285 1.067 3.528 2.101 4.73c.358.418.729.851 1.084 1.349c.144.206.38.996.591 1.921H8v2h8v-2h-.774c.213-.927.45-1.719.593-1.925c.352-.503.726-.94 1.087-1.363m-2.724.213c-.434.617-.796 2.075-1.006 3.075h-2.351c-.209-1.002-.572-2.463-1.011-3.08a21 21 0 0 0-1.196-1.492C7.644 11.294 7 10.544 7 9c0-2.757 2.243-5 5-5s5 2.243 5 5c0 1.521-.643 2.274-1.615 3.413c-.373.438-.796.933-1.203 1.512"/></svg>

React

import type { SVGProps } from "react";

export function BxBulb(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="M9 20h6v2H9zm7.906-6.288C17.936 12.506 19 11.259 19 9c0-3.859-3.141-7-7-7S5 5.141 5 9c0 2.285 1.067 3.528 2.101 4.73c.358.418.729.851 1.084 1.349c.144.206.38.996.591 1.921H8v2h8v-2h-.774c.213-.927.45-1.719.593-1.925c.352-.503.726-.94 1.087-1.363m-2.724.213c-.434.617-.796 2.075-1.006 3.075h-2.351c-.209-1.002-.572-2.463-1.011-3.08a21 21 0 0 0-1.196-1.492C7.644 11.294 7 10.544 7 9c0-2.757 2.243-5 5-5s5 2.243 5 5c0 1.521-.643 2.274-1.615 3.413c-.373.438-.796.933-1.203 1.512"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 20h6v2H9zm7.906-6.288C17.936 12.506 19 11.259 19 9c0-3.859-3.141-7-7-7S5 5.141 5 9c0 2.285 1.067 3.528 2.101 4.73c.358.418.729.851 1.084 1.349c.144.206.38.996.591 1.921H8v2h8v-2h-.774c.213-.927.45-1.719.593-1.925c.352-.503.726-.94 1.087-1.363m-2.724.213c-.434.617-.796 2.075-1.006 3.075h-2.351c-.209-1.002-.572-2.463-1.011-3.08a21 21 0 0 0-1.196-1.492C7.644 11.294 7 10.544 7 9c0-2.757 2.243-5 5-5s5 2.243 5 5c0 1.521-.643 2.274-1.615 3.413c-.373.438-.796.933-1.203 1.512"/></svg>
</template>

CSS

.icon-bulb {
  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%22M9%2020h6v2H9zm7.906-6.288C17.936%2012.506%2019%2011.259%2019%209c0-3.859-3.141-7-7-7S5%205.141%205%209c0%202.285%201.067%203.528%202.101%204.73c.358.418.729.851%201.084%201.349c.144.206.38.996.591%201.921H8v2h8v-2h-.774c.213-.927.45-1.719.593-1.925c.352-.503.726-.94%201.087-1.363m-2.724.213c-.434.617-.796%202.075-1.006%203.075h-2.351c-.209-1.002-.572-2.463-1.011-3.08a21%2021%200%200%200-1.196-1.492C7.644%2011.294%207%2010.544%207%209c0-2.757%202.243-5%205-5s5%202.243%205%205c0%201.521-.643%202.274-1.615%203.413c-.373.438-.796.933-1.203%201.512%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%22M9%2020h6v2H9zm7.906-6.288C17.936%2012.506%2019%2011.259%2019%209c0-3.859-3.141-7-7-7S5%205.141%205%209c0%202.285%201.067%203.528%202.101%204.73c.358.418.729.851%201.084%201.349c.144.206.38.996.591%201.921H8v2h8v-2h-.774c.213-.927.45-1.719.593-1.925c.352-.503.726-.94%201.087-1.363m-2.724.213c-.434.617-.796%202.075-1.006%203.075h-2.351c-.209-1.002-.572-2.463-1.011-3.08a21%2021%200%200%200-1.196-1.492C7.644%2011.294%207%2010.544%207%209c0-2.757%202.243-5%205-5s5%202.243%205%205c0%201.521-.643%202.274-1.615%203.413c-.373.438-.796.933-1.203%201.512%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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