lightbulb icon

lightbulb from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
lightbulb
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

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="M12 4a5.25 5.25 0 0 0-3.049 9.525c.455.325.799.862.799 1.5v1.725c0 .138.112.25.25.25h4a.25.25 0 0 0 .25-.25v-1.726c0-.637.344-1.174.799-1.5A5.25 5.25 0 0 0 12 4M5.25 9.25a6.75 6.75 0 1 1 10.67 5.495c-.126.09-.17.202-.17.28v1.725A1.75 1.75 0 0 1 14 18.5h-4a1.75 1.75 0 0 1-1.75-1.75v-1.726c0-.077-.044-.189-.17-.279A6.74 6.74 0 0 1 5.25 9.25m3 11.5A.75.75 0 0 1 9 20h6a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function PrimeLightbulb(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="M12 4a5.25 5.25 0 0 0-3.049 9.525c.455.325.799.862.799 1.5v1.725c0 .138.112.25.25.25h4a.25.25 0 0 0 .25-.25v-1.726c0-.637.344-1.174.799-1.5A5.25 5.25 0 0 0 12 4M5.25 9.25a6.75 6.75 0 1 1 10.67 5.495c-.126.09-.17.202-.17.28v1.725A1.75 1.75 0 0 1 14 18.5h-4a1.75 1.75 0 0 1-1.75-1.75v-1.726c0-.077-.044-.189-.17-.279A6.74 6.74 0 0 1 5.25 9.25m3 11.5A.75.75 0 0 1 9 20h6a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75" 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="M12 4a5.25 5.25 0 0 0-3.049 9.525c.455.325.799.862.799 1.5v1.725c0 .138.112.25.25.25h4a.25.25 0 0 0 .25-.25v-1.726c0-.637.344-1.174.799-1.5A5.25 5.25 0 0 0 12 4M5.25 9.25a6.75 6.75 0 1 1 10.67 5.495c-.126.09-.17.202-.17.28v1.725A1.75 1.75 0 0 1 14 18.5h-4a1.75 1.75 0 0 1-1.75-1.75v-1.726c0-.077-.044-.189-.17-.279A6.74 6.74 0 0 1 5.25 9.25m3 11.5A.75.75 0 0 1 9 20h6a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-lightbulb {
  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%22M12%204a5.25%205.25%200%200%200-3.049%209.525c.455.325.799.862.799%201.5v1.725c0%20.138.112.25.25.25h4a.25.25%200%200%200%20.25-.25v-1.726c0-.637.344-1.174.799-1.5A5.25%205.25%200%200%200%2012%204M5.25%209.25a6.75%206.75%200%201%201%2010.67%205.495c-.126.09-.17.202-.17.28v1.725A1.75%201.75%200%200%201%2014%2018.5h-4a1.75%201.75%200%200%201-1.75-1.75v-1.726c0-.077-.044-.189-.17-.279A6.74%206.74%200%200%201%205.25%209.25m3%2011.5A.75.75%200%200%201%209%2020h6a.75.75%200%200%201%200%201.5H9a.75.75%200%200%201-.75-.75%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%22M12%204a5.25%205.25%200%200%200-3.049%209.525c.455.325.799.862.799%201.5v1.725c0%20.138.112.25.25.25h4a.25.25%200%200%200%20.25-.25v-1.726c0-.637.344-1.174.799-1.5A5.25%205.25%200%200%200%2012%204M5.25%209.25a6.75%206.75%200%201%201%2010.67%205.495c-.126.09-.17.202-.17.28v1.725A1.75%201.75%200%200%201%2014%2018.5h-4a1.75%201.75%200%200%201-1.75-1.75v-1.726c0-.077-.044-.189-.17-.279A6.74%206.74%200%200%201%205.25%209.25m3%2011.5A.75.75%200%200%201%209%2020h6a.75.75%200%200%201%200%201.5H9a.75.75%200%200%201-.75-.75%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/prime/lightbulb.svg?color=%231a73e8&size=48