next-icons-logoNext IconsAll Icons
export type IconProps = {
  size?: number | string;
  color?: string;
  className?: string;
} & React.SVGProps<SVGSVGElement>;

export const LightBulbOnIcon = ({
  size = 24,
  color = "currentColor",
  className,
  ...props
}: IconProps) => (
  <svg
    xmlns="http://www.w3.org/2000/svg"
    viewBox="0 0 24 24"
    width={size}
    height={size}
    fill={color}
    className={className}
    {...props}
  >
      <path d="M12 8c-3.31 0-6 2.69-6 6 0 1.91.88 2.93 1.72 3.93.32.37.65.76.95 1.21.18.27.31.57.4.86H8v2h8v-2h-1.07c.1-.29.22-.59.4-.86.3-.44.62-.83.94-1.2.85-1 1.73-2.04 1.73-3.94 0-3.31-2.69-6-6-6m2.74 8.64c-.34.4-.72.84-1.08 1.38-.43.64-.67 1.35-.81 1.97h-1.72c-.14-.62-.38-1.33-.81-1.97-.37-.55-.75-1-1.09-1.4-.75-.88-1.24-1.46-1.24-2.63 0-2.21 1.79-4 4-4s4 1.79 4 4c0 1.16-.5 1.75-1.26 2.64ZM11 4.25V6h2V2.5h-2zM2.55 7.17 2 8l-.55.83 1.5 1 1.5 1L5 10l.55-.83-1.5-1zM6.83 3.45 6 4l-.83.55 1 1.5 1 1.5L8 7l.83-.55-1-1.5zM21.45 7.17l-1.5 1-1.5 1L19 10l.55.83 1.5-1 1.5-1L22 8zM16.17 4.95l-1 1.5L16 7l.83.55 1-1.5 1-1.5L18 4l-.83-.55z" />
  </svg>
);

Icon

LightBulbOn

Category

elements

Use case

Use this icon in navbar items, social link groups, profile actions, settings rows, and call-to-action buttons.

Size

48px

Color

#18181b

Related elements icons

AlarmBeerBoltBookBugCalenderClockCloud