lightbulb icon
lightbulb-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- lightbulb-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All lightbulb icons →lightbulbBootstrap IconslightbulbCodiconslightbulbFramework7 IconslightbulbFont Awesome 6 RegularlightbulbFont Awesome 6 SolidlightbulbFont Awesome RegularlightbulbFont Awesome Solidlightbulb-outlineFlowbite Iconslightbulb-16-filledFluent UI System Iconslightbulb-16Fluent UI System Color IconslightbulbFirefox OS EmojilightbulbHuge IconslightbulbIonIconslightbulbJam IconslightbulbKeyline IconslightbulbLine AwesomelightbulbMaterial Line IconslightbulbLucidelightbulbMaterial SymbolslightbulbMaterial Symbols LightlightbulbMaterial Design IconslightbulbPhosphorlightbulbPixelarticonslightbulbPrime 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"><g fill="currentColor"><path d="M12 3.333a1 1 0 0 1-1-1V1a1 1 0 0 1 2 0v1.333a1 1 0 0 1-1 1m6.835 2.832a1 1 0 0 1-.707-1.708l.943-.942a1 1 0 0 1 1.414 1.414l-.942.943a1 1 0 0 1-.708.293M23 13h-1.333a1 1 0 0 1 0-2H23a1 1 0 0 1 0 2M5.165 6.165a1 1 0 0 1-.706-.293l-.943-.943a1 1 0 1 1 1.415-1.414l.942.942a1 1 0 0 1-.708 1.708M2.333 13H1a1 1 0 0 1 0-2h1.333a1 1 0 0 1 0 2"/><path fill-rule="evenodd" d="M19.333 12a7.34 7.34 0 0 0-8.91-7.168c-2.905.61-5.183 3.027-5.657 5.948c-.544 3.35 1.197 6.357 3.9 7.74v1.813a3 3 0 0 0 3 3h.667a3 3 0 0 0 3-3V18.52a7.32 7.32 0 0 0 4-6.52m-8.498-5.21A5.34 5.34 0 0 1 17.333 12c0 2.012-1.12 3.76-2.774 4.667H9.44a5.32 5.32 0 0 1-2.7-5.567c.343-2.114 2.008-3.873 4.095-4.31" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconLightbulbFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 3.333a1 1 0 0 1-1-1V1a1 1 0 0 1 2 0v1.333a1 1 0 0 1-1 1m6.835 2.832a1 1 0 0 1-.707-1.708l.943-.942a1 1 0 0 1 1.414 1.414l-.942.943a1 1 0 0 1-.708.293M23 13h-1.333a1 1 0 0 1 0-2H23a1 1 0 0 1 0 2M5.165 6.165a1 1 0 0 1-.706-.293l-.943-.943a1 1 0 1 1 1.415-1.414l.942.942a1 1 0 0 1-.708 1.708M2.333 13H1a1 1 0 0 1 0-2h1.333a1 1 0 0 1 0 2"/><path fillRule="evenodd" d="M19.333 12a7.34 7.34 0 0 0-8.91-7.168c-2.905.61-5.183 3.027-5.657 5.948c-.544 3.35 1.197 6.357 3.9 7.74v1.813a3 3 0 0 0 3 3h.667a3 3 0 0 0 3-3V18.52a7.32 7.32 0 0 0 4-6.52m-8.498-5.21A5.34 5.34 0 0 1 17.333 12c0 2.012-1.12 3.76-2.774 4.667H9.44a5.32 5.32 0 0 1-2.7-5.567c.343-2.114 2.008-3.873 4.095-4.31" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 3.333a1 1 0 0 1-1-1V1a1 1 0 0 1 2 0v1.333a1 1 0 0 1-1 1m6.835 2.832a1 1 0 0 1-.707-1.708l.943-.942a1 1 0 0 1 1.414 1.414l-.942.943a1 1 0 0 1-.708.293M23 13h-1.333a1 1 0 0 1 0-2H23a1 1 0 0 1 0 2M5.165 6.165a1 1 0 0 1-.706-.293l-.943-.943a1 1 0 1 1 1.415-1.414l.942.942a1 1 0 0 1-.708 1.708M2.333 13H1a1 1 0 0 1 0-2h1.333a1 1 0 0 1 0 2"/><path fill-rule="evenodd" d="M19.333 12a7.34 7.34 0 0 0-8.91-7.168c-2.905.61-5.183 3.027-5.657 5.948c-.544 3.35 1.197 6.357 3.9 7.74v1.813a3 3 0 0 0 3 3h.667a3 3 0 0 0 3-3V18.52a7.32 7.32 0 0 0 4-6.52m-8.498-5.21A5.34 5.34 0 0 1 17.333 12c0 2.012-1.12 3.76-2.774 4.667H9.44a5.32 5.32 0 0 1-2.7-5.567c.343-2.114 2.008-3.873 4.095-4.31" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-lightbulb-filled {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%203.333a1%201%200%200%201-1-1V1a1%201%200%200%201%202%200v1.333a1%201%200%200%201-1%201m6.835%202.832a1%201%200%200%201-.707-1.708l.943-.942a1%201%200%200%201%201.414%201.414l-.942.943a1%201%200%200%201-.708.293M23%2013h-1.333a1%201%200%200%201%200-2H23a1%201%200%200%201%200%202M5.165%206.165a1%201%200%200%201-.706-.293l-.943-.943a1%201%200%201%201%201.415-1.414l.942.942a1%201%200%200%201-.708%201.708M2.333%2013H1a1%201%200%200%201%200-2h1.333a1%201%200%200%201%200%202%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19.333%2012a7.34%207.34%200%200%200-8.91-7.168c-2.905.61-5.183%203.027-5.657%205.948c-.544%203.35%201.197%206.357%203.9%207.74v1.813a3%203%200%200%200%203%203h.667a3%203%200%200%200%203-3V18.52a7.32%207.32%200%200%200%204-6.52m-8.498-5.21A5.34%205.34%200%200%201%2017.333%2012c0%202.012-1.12%203.76-2.774%204.667H9.44a5.32%205.32%200%200%201-2.7-5.567c.343-2.114%202.008-3.873%204.095-4.31%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%203.333a1%201%200%200%201-1-1V1a1%201%200%200%201%202%200v1.333a1%201%200%200%201-1%201m6.835%202.832a1%201%200%200%201-.707-1.708l.943-.942a1%201%200%200%201%201.414%201.414l-.942.943a1%201%200%200%201-.708.293M23%2013h-1.333a1%201%200%200%201%200-2H23a1%201%200%200%201%200%202M5.165%206.165a1%201%200%200%201-.706-.293l-.943-.943a1%201%200%201%201%201.415-1.414l.942.942a1%201%200%200%201-.708%201.708M2.333%2013H1a1%201%200%200%201%200-2h1.333a1%201%200%200%201%200%202%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19.333%2012a7.34%207.34%200%200%200-8.91-7.168c-2.905.61-5.183%203.027-5.657%205.948c-.544%203.35%201.197%206.357%203.9%207.74v1.813a3%203%200%200%200%203%203h.667a3%203%200%200%200%203-3V18.52a7.32%207.32%200%200%200%204-6.52m-8.498-5.21A5.34%205.34%200%200%201%2017.333%2012c0%202.012-1.12%203.76-2.774%204.667H9.44a5.32%205.32%200%200%201-2.7-5.567c.343-2.114%202.008-3.873%204.095-4.31%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/lightbulb-filled.svg?color=%231a73e8&size=48