lightbulb icon

lightbulb-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
lightbulb-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the lightbulb icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M180 232a12 12 0 0 1-12 12H88a12 12 0 0 1 0-24h80a12 12 0 0 1 12 12m40-128a91.51 91.51 0 0 1-35.17 72.35A12.26 12.26 0 0 0 180 186v2a20 20 0 0 1-20 20H96a20 20 0 0 1-20-20v-2a12 12 0 0 0-4.7-9.51A91.57 91.57 0 0 1 36 104.52C35.73 54.69 76 13.2 125.79 12A92 92 0 0 1 220 104m-24 0a68 68 0 0 0-69.65-68C89.56 36.88 59.8 67.55 60 104.38a67.71 67.71 0 0 0 26.1 53.19A35.87 35.87 0 0 1 100 184h56.1a36.13 36.13 0 0 1 13.9-26.51A67.68 67.68 0 0 0 196 104m-20.07-5.32a48.5 48.5 0 0 0-31.91-40a12 12 0 0 0-8 22.62a24.31 24.31 0 0 1 16.09 20a12 12 0 0 0 23.86-2.64Z"/></svg>

React

import type { SVGProps } from "react";

export function PhLightbulbBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M180 232a12 12 0 0 1-12 12H88a12 12 0 0 1 0-24h80a12 12 0 0 1 12 12m40-128a91.51 91.51 0 0 1-35.17 72.35A12.26 12.26 0 0 0 180 186v2a20 20 0 0 1-20 20H96a20 20 0 0 1-20-20v-2a12 12 0 0 0-4.7-9.51A91.57 91.57 0 0 1 36 104.52C35.73 54.69 76 13.2 125.79 12A92 92 0 0 1 220 104m-24 0a68 68 0 0 0-69.65-68C89.56 36.88 59.8 67.55 60 104.38a67.71 67.71 0 0 0 26.1 53.19A35.87 35.87 0 0 1 100 184h56.1a36.13 36.13 0 0 1 13.9-26.51A67.68 67.68 0 0 0 196 104m-20.07-5.32a48.5 48.5 0 0 0-31.91-40a12 12 0 0 0-8 22.62a24.31 24.31 0 0 1 16.09 20a12 12 0 0 0 23.86-2.64Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M180 232a12 12 0 0 1-12 12H88a12 12 0 0 1 0-24h80a12 12 0 0 1 12 12m40-128a91.51 91.51 0 0 1-35.17 72.35A12.26 12.26 0 0 0 180 186v2a20 20 0 0 1-20 20H96a20 20 0 0 1-20-20v-2a12 12 0 0 0-4.7-9.51A91.57 91.57 0 0 1 36 104.52C35.73 54.69 76 13.2 125.79 12A92 92 0 0 1 220 104m-24 0a68 68 0 0 0-69.65-68C89.56 36.88 59.8 67.55 60 104.38a67.71 67.71 0 0 0 26.1 53.19A35.87 35.87 0 0 1 100 184h56.1a36.13 36.13 0 0 1 13.9-26.51A67.68 67.68 0 0 0 196 104m-20.07-5.32a48.5 48.5 0 0 0-31.91-40a12 12 0 0 0-8 22.62a24.31 24.31 0 0 1 16.09 20a12 12 0 0 0 23.86-2.64Z"/></svg>
</template>

CSS

.icon-lightbulb-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M180%20232a12%2012%200%200%201-12%2012H88a12%2012%200%200%201%200-24h80a12%2012%200%200%201%2012%2012m40-128a91.51%2091.51%200%200%201-35.17%2072.35A12.26%2012.26%200%200%200%20180%20186v2a20%2020%200%200%201-20%2020H96a20%2020%200%200%201-20-20v-2a12%2012%200%200%200-4.7-9.51A91.57%2091.57%200%200%201%2036%20104.52C35.73%2054.69%2076%2013.2%20125.79%2012A92%2092%200%200%201%20220%20104m-24%200a68%2068%200%200%200-69.65-68C89.56%2036.88%2059.8%2067.55%2060%20104.38a67.71%2067.71%200%200%200%2026.1%2053.19A35.87%2035.87%200%200%201%20100%20184h56.1a36.13%2036.13%200%200%201%2013.9-26.51A67.68%2067.68%200%200%200%20196%20104m-20.07-5.32a48.5%2048.5%200%200%200-31.91-40a12%2012%200%200%200-8%2022.62a24.31%2024.31%200%200%201%2016.09%2020a12%2012%200%200%200%2023.86-2.64Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M180%20232a12%2012%200%200%201-12%2012H88a12%2012%200%200%201%200-24h80a12%2012%200%200%201%2012%2012m40-128a91.51%2091.51%200%200%201-35.17%2072.35A12.26%2012.26%200%200%200%20180%20186v2a20%2020%200%200%201-20%2020H96a20%2020%200%200%201-20-20v-2a12%2012%200%200%200-4.7-9.51A91.57%2091.57%200%200%201%2036%20104.52C35.73%2054.69%2076%2013.2%20125.79%2012A92%2092%200%200%201%20220%20104m-24%200a68%2068%200%200%200-69.65-68C89.56%2036.88%2059.8%2067.55%2060%20104.38a67.71%2067.71%200%200%200%2026.1%2053.19A35.87%2035.87%200%200%201%20100%20184h56.1a36.13%2036.13%200%200%201%2013.9-26.51A67.68%2067.68%200%200%200%20196%20104m-20.07-5.32a48.5%2048.5%200%200%200-31.91-40a12%2012%200%200%200-8%2022.62a24.31%2024.31%200%200%201%2016.09%2020a12%2012%200%200%200%2023.86-2.64Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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