lightbulb-solid from Flowbite Icons by Themesberg · Solid · General · MIT Free for personal and commercial use.

Name
lightbulb-solid
Set
Flowbite Icons
Style
Solid
Category
General
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More general icons from Flowbite Icons

Use the lightbulb icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.05 4.05A7 7 0 0 1 19 9c0 2.407-1.197 3.874-2.186 5.084l-.04.048C15.77 15.362 15 16.34 15 18a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1c0-1.612-.77-2.613-1.78-3.875l-.045-.056C6.193 12.842 5 11.352 5 9a7 7 0 0 1 2.05-4.95M9 21a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1m1.586-13.414A2 2 0 0 1 12 7a1 1 0 1 0 0-2a4 4 0 0 0-4 4a1 1 0 0 0 2 0a2 2 0 0 1 .586-1.414" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteLightbulbSolid(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" fillRule="evenodd" d="M7.05 4.05A7 7 0 0 1 19 9c0 2.407-1.197 3.874-2.186 5.084l-.04.048C15.77 15.362 15 16.34 15 18a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1c0-1.612-.77-2.613-1.78-3.875l-.045-.056C6.193 12.842 5 11.352 5 9a7 7 0 0 1 2.05-4.95M9 21a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1m1.586-13.414A2 2 0 0 1 12 7a1 1 0 1 0 0-2a4 4 0 0 0-4 4a1 1 0 0 0 2 0a2 2 0 0 1 .586-1.414" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.05 4.05A7 7 0 0 1 19 9c0 2.407-1.197 3.874-2.186 5.084l-.04.048C15.77 15.362 15 16.34 15 18a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1c0-1.612-.77-2.613-1.78-3.875l-.045-.056C6.193 12.842 5 11.352 5 9a7 7 0 0 1 2.05-4.95M9 21a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1m1.586-13.414A2 2 0 0 1 12 7a1 1 0 1 0 0-2a4 4 0 0 0-4 4a1 1 0 0 0 2 0a2 2 0 0 1 .586-1.414" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-lightbulb-solid {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M7.05%204.05A7%207%200%200%201%2019%209c0%202.407-1.197%203.874-2.186%205.084l-.04.048C15.77%2015.362%2015%2016.34%2015%2018a1%201%200%200%201-1%201h-4a1%201%200%200%201-1-1c0-1.612-.77-2.613-1.78-3.875l-.045-.056C6.193%2012.842%205%2011.352%205%209a7%207%200%200%201%202.05-4.95M9%2021a1%201%200%200%201%201-1h4a1%201%200%201%201%200%202h-4a1%201%200%200%201-1-1m1.586-13.414A2%202%200%200%201%2012%207a1%201%200%201%200%200-2a4%204%200%200%200-4%204a1%201%200%200%200%202%200a2%202%200%200%201%20.586-1.414%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M7.05%204.05A7%207%200%200%201%2019%209c0%202.407-1.197%203.874-2.186%205.084l-.04.048C15.77%2015.362%2015%2016.34%2015%2018a1%201%200%200%201-1%201h-4a1%201%200%200%201-1-1c0-1.612-.77-2.613-1.78-3.875l-.045-.056C6.193%2012.842%205%2011.352%205%209a7%207%200%200%201%202.05-4.95M9%2021a1%201%200%200%201%201-1h4a1%201%200%201%201%200%202h-4a1%201%200%200%201-1-1m1.586-13.414A2%202%200%200%201%2012%207a1%201%200%201%200%200-2a4%204%200%200%200-4%204a1%201%200%200%200%202%200a2%202%200%200%201%20.586-1.414%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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