lightbulb icon

lightbulb from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.

Name
lightbulb
Set
Reicon
Style
Outline
Category
UI
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All lightbulb icons →

More ui icons from Reicon

Use the lightbulb icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 1v1.333m7.779 1.888l-.943.943M23 12h-1.333M4.221 4.221l.943.943M1 12h1.333m16 0a6.34 6.34 0 0 0-7.704-6.19c-2.496.525-4.468 2.612-4.876 5.13a6.33 6.33 0 0 0 3.914 6.936v2.457a2 2 0 0 0 2 2h.666a2 2 0 0 0 2-2v-2.457c2.34-.93 4-3.204 4-5.876m-9.137 5.667h5.608"/></svg>

React

import type { SVGProps } from "react";

export function ReiconLightbulb(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M12 1v1.333m7.779 1.888l-.943.943M23 12h-1.333M4.221 4.221l.943.943M1 12h1.333m16 0a6.34 6.34 0 0 0-7.704-6.19c-2.496.525-4.468 2.612-4.876 5.13a6.33 6.33 0 0 0 3.914 6.936v2.457a2 2 0 0 0 2 2h.666a2 2 0 0 0 2-2v-2.457c2.34-.93 4-3.204 4-5.876m-9.137 5.667h5.608"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 1v1.333m7.779 1.888l-.943.943M23 12h-1.333M4.221 4.221l.943.943M1 12h1.333m16 0a6.34 6.34 0 0 0-7.704-6.19c-2.496.525-4.468 2.612-4.876 5.13a6.33 6.33 0 0 0 3.914 6.936v2.457a2 2 0 0 0 2 2h.666a2 2 0 0 0 2-2v-2.457c2.34-.93 4-3.204 4-5.876m-9.137 5.667h5.608"/></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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%201v1.333m7.779%201.888l-.943.943M23%2012h-1.333M4.221%204.221l.943.943M1%2012h1.333m16%200a6.34%206.34%200%200%200-7.704-6.19c-2.496.525-4.468%202.612-4.876%205.13a6.33%206.33%200%200%200%203.914%206.936v2.457a2%202%200%200%200%202%202h.666a2%202%200%200%200%202-2v-2.457c2.34-.93%204-3.204%204-5.876m-9.137%205.667h5.608%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%201v1.333m7.779%201.888l-.943.943M23%2012h-1.333M4.221%204.221l.943.943M1%2012h1.333m16%200a6.34%206.34%200%200%200-7.704-6.19c-2.496.525-4.468%202.612-4.876%205.13a6.33%206.33%200%200%200%203.914%206.936v2.457a2%202%200%200%200%202%202h.666a2%202%200%200%200%202-2v-2.457c2.34-.93%204-3.204%204-5.876m-9.137%205.667h5.608%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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