lightbulb icon
lightbulb from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- lightbulb
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Jam Icons
The same icon in other sets
lightbulbBootstrap IconslightbulbFramework7 IconslightbulbFont Awesome 6 RegularlightbulbFont Awesome 6 Solidlightbulb-16-filledFluent UI System IconslightbulbHuge IconslightbulbIonIconslightbulbLine AwesomelightbulbMaterial Line IconslightbulbLucidelightbulbMaterial SymbolslightbulbMaterial Design IconslightbulbPhosphorlightbulbPixelarticonslightbulb-fillRemix Iconlightbulb-boldSolarlightbulbUnicons
Use the lightbulb icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -2 24 24"><path fill="currentColor" d="M9 14v-2.298l.856-.597a5 5 0 1 0-5.712 0l.856.597V14h1V6a1 1 0 1 1 2 0v8zm0 2H5v2h4zM0 7a7 7 0 1 1 11 5.745V18a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-5.255A6.99 6.99 0 0 1 0 7"/></svg>
React
import type { SVGProps } from "react";
export function JamLightbulb(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -2 24 24"><path fill="currentColor" d="M9 14v-2.298l.856-.597a5 5 0 1 0-5.712 0l.856.597V14h1V6a1 1 0 1 1 2 0v8zm0 2H5v2h4zM0 7a7 7 0 1 1 11 5.745V18a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-5.255A6.99 6.99 0 0 1 0 7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -2 24 24"><path fill="currentColor" d="M9 14v-2.298l.856-.597a5 5 0 1 0-5.712 0l.856.597V14h1V6a1 1 0 1 1 2 0v8zm0 2H5v2h4zM0 7a7 7 0 1 1 11 5.745V18a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-5.255A6.99 6.99 0 0 1 0 7"/></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%22-5%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2014v-2.298l.856-.597a5%205%200%201%200-5.712%200l.856.597V14h1V6a1%201%200%201%201%202%200v8zm0%202H5v2h4zM0%207a7%207%200%201%201%2011%205.745V18a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2v-5.255A6.99%206.99%200%200%201%200%207%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%22-5%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2014v-2.298l.856-.597a5%205%200%201%200-5.712%200l.856.597V14h1V6a1%201%200%201%201%202%200v8zm0%202H5v2h4zM0%207a7%207%200%201%201%2011%205.745V18a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2v-5.255A6.99%206.99%200%200%201%200%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/lightbulb.svg?color=%231a73e8&size=48