lightbulb solid icon
lightbulb-solid from Line Awesome by Icons8 · Line · Status · Apache-2.0 Free for personal and commercial use.
- Name
- lightbulb-solid
- Set
- Line Awesome
- Style
- Line
- Category
- Status
- Viewbox
- 32×32
- License
- Apache 2.0
More status icons from Line Awesome
banbattery-emptybattery-fullbattery-halfbattery-quarterbattery-three-quartersbellbell-slashbell-slash-solidbell-solidcalendarcalendar-altcalendar-alt-solidcalendar-checkcalendar-check-solidcalendar-daycalendar-minuscalendar-minus-solidcalendar-pluscalendar-plus-solidcalendar-solidcalendar-timescalendar-times-solidcalendar-week
Use the lightbulb solid icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4c-4.957 0-9 4.043-9 9c0 1.918.844 3.906 2 5.688c.86 1.324 1.887 2.542 3 3.468V25c0 1.094.906 2 2 2l1 1h2l1-1c1.094 0 2-.906 2-2v-2.844c1.113-.926 2.14-2.144 3-3.468c1.156-1.782 2-3.77 2-5.688c0-4.957-4.043-9-9-9m0 2c3.879 0 7 3.121 7 7c0 1.309-.645 3.035-1.656 4.594c-.903 1.39-2.09 2.629-3.188 3.406h-4.312c-1.098-.777-2.285-2.016-3.188-3.406C9.645 16.035 9 14.309 9 13c0-3.879 3.121-7 7-7m-1.75 17h3.5q.116.08.25.125V25h-4v-1.875a1 1 0 0 0 .25-.125"/></svg>
React
import type { SVGProps } from "react";
export function LaLightbulbSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4c-4.957 0-9 4.043-9 9c0 1.918.844 3.906 2 5.688c.86 1.324 1.887 2.542 3 3.468V25c0 1.094.906 2 2 2l1 1h2l1-1c1.094 0 2-.906 2-2v-2.844c1.113-.926 2.14-2.144 3-3.468c1.156-1.782 2-3.77 2-5.688c0-4.957-4.043-9-9-9m0 2c3.879 0 7 3.121 7 7c0 1.309-.645 3.035-1.656 4.594c-.903 1.39-2.09 2.629-3.188 3.406h-4.312c-1.098-.777-2.285-2.016-3.188-3.406C9.645 16.035 9 14.309 9 13c0-3.879 3.121-7 7-7m-1.75 17h3.5q.116.08.25.125V25h-4v-1.875a1 1 0 0 0 .25-.125"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4c-4.957 0-9 4.043-9 9c0 1.918.844 3.906 2 5.688c.86 1.324 1.887 2.542 3 3.468V25c0 1.094.906 2 2 2l1 1h2l1-1c1.094 0 2-.906 2-2v-2.844c1.113-.926 2.14-2.144 3-3.468c1.156-1.782 2-3.77 2-5.688c0-4.957-4.043-9-9-9m0 2c3.879 0 7 3.121 7 7c0 1.309-.645 3.035-1.656 4.594c-.903 1.39-2.09 2.629-3.188 3.406h-4.312c-1.098-.777-2.285-2.016-3.188-3.406C9.645 16.035 9 14.309 9 13c0-3.879 3.121-7 7-7m-1.75 17h3.5q.116.08.25.125V25h-4v-1.875a1 1 0 0 0 .25-.125"/></svg> </template>
CSS
.icon-lightbulb-solid {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204c-4.957%200-9%204.043-9%209c0%201.918.844%203.906%202%205.688c.86%201.324%201.887%202.542%203%203.468V25c0%201.094.906%202%202%202l1%201h2l1-1c1.094%200%202-.906%202-2v-2.844c1.113-.926%202.14-2.144%203-3.468c1.156-1.782%202-3.77%202-5.688c0-4.957-4.043-9-9-9m0%202c3.879%200%207%203.121%207%207c0%201.309-.645%203.035-1.656%204.594c-.903%201.39-2.09%202.629-3.188%203.406h-4.312c-1.098-.777-2.285-2.016-3.188-3.406C9.645%2016.035%209%2014.309%209%2013c0-3.879%203.121-7%207-7m-1.75%2017h3.5q.116.08.25.125V25h-4v-1.875a1%201%200%200%200%20.25-.125%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204c-4.957%200-9%204.043-9%209c0%201.918.844%203.906%202%205.688c.86%201.324%201.887%202.542%203%203.468V25c0%201.094.906%202%202%202l1%201h2l1-1c1.094%200%202-.906%202-2v-2.844c1.113-.926%202.14-2.144%203-3.468c1.156-1.782%202-3.77%202-5.688c0-4.957-4.043-9-9-9m0%202c3.879%200%207%203.121%207%207c0%201.309-.645%203.035-1.656%204.594c-.903%201.39-2.09%202.629-3.188%203.406h-4.312c-1.098-.777-2.285-2.016-3.188-3.406C9.645%2016.035%209%2014.309%209%2013c0-3.879%203.121-7%207-7m-1.75%2017h3.5q.116.08.25.125V25h-4v-1.875a1%201%200%200%200%20.25-.125%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/lightbulb-solid.svg?color=%231a73e8&size=48