lightbulb empty icon
lightbulb-empty from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- lightbulb-empty
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Related icons in Codicons
Use the lightbulb empty icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1C5.419 1 2.75 2.964 2.75 6.25c0 1.917.887 2.934 1.474 3.606c.184.211.374.429.404.542l.94 3.491c.176.654.772 1.11 1.449 1.11h1.967a1.5 1.5 0 0 0 1.448-1.11l.94-3.492c.03-.112.221-.33.404-.541c.587-.673 1.474-1.689 1.474-3.606A5.256 5.256 0 0 0 8 1m1.467 12.63a.5.5 0 0 1-.483.37H7.017a.5.5 0 0 1-.483-.37L6.095 12h3.811zm1.555-4.431c-.281.323-.525.603-.615.938l-.232.862H5.826l-.232-.861c-.091-.337-.334-.616-.617-.939C4.43 8.572 3.75 7.792 3.75 6.25C3.75 3.59 5.911 2 8 2a4.255 4.255 0 0 1 4.25 4.25c0 1.542-.681 2.322-1.228 2.949"/></svg>
React
import type { SVGProps } from "react";
export function CodiconLightbulbEmpty(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1C5.419 1 2.75 2.964 2.75 6.25c0 1.917.887 2.934 1.474 3.606c.184.211.374.429.404.542l.94 3.491c.176.654.772 1.11 1.449 1.11h1.967a1.5 1.5 0 0 0 1.448-1.11l.94-3.492c.03-.112.221-.33.404-.541c.587-.673 1.474-1.689 1.474-3.606A5.256 5.256 0 0 0 8 1m1.467 12.63a.5.5 0 0 1-.483.37H7.017a.5.5 0 0 1-.483-.37L6.095 12h3.811zm1.555-4.431c-.281.323-.525.603-.615.938l-.232.862H5.826l-.232-.861c-.091-.337-.334-.616-.617-.939C4.43 8.572 3.75 7.792 3.75 6.25C3.75 3.59 5.911 2 8 2a4.255 4.255 0 0 1 4.25 4.25c0 1.542-.681 2.322-1.228 2.949"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1C5.419 1 2.75 2.964 2.75 6.25c0 1.917.887 2.934 1.474 3.606c.184.211.374.429.404.542l.94 3.491c.176.654.772 1.11 1.449 1.11h1.967a1.5 1.5 0 0 0 1.448-1.11l.94-3.492c.03-.112.221-.33.404-.541c.587-.673 1.474-1.689 1.474-3.606A5.256 5.256 0 0 0 8 1m1.467 12.63a.5.5 0 0 1-.483.37H7.017a.5.5 0 0 1-.483-.37L6.095 12h3.811zm1.555-4.431c-.281.323-.525.603-.615.938l-.232.862H5.826l-.232-.861c-.091-.337-.334-.616-.617-.939C4.43 8.572 3.75 7.792 3.75 6.25C3.75 3.59 5.911 2 8 2a4.255 4.255 0 0 1 4.25 4.25c0 1.542-.681 2.322-1.228 2.949"/></svg> </template>
CSS
.icon-lightbulb-empty {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%201C5.419%201%202.75%202.964%202.75%206.25c0%201.917.887%202.934%201.474%203.606c.184.211.374.429.404.542l.94%203.491c.176.654.772%201.11%201.449%201.11h1.967a1.5%201.5%200%200%200%201.448-1.11l.94-3.492c.03-.112.221-.33.404-.541c.587-.673%201.474-1.689%201.474-3.606A5.256%205.256%200%200%200%208%201m1.467%2012.63a.5.5%200%200%201-.483.37H7.017a.5.5%200%200%201-.483-.37L6.095%2012h3.811zm1.555-4.431c-.281.323-.525.603-.615.938l-.232.862H5.826l-.232-.861c-.091-.337-.334-.616-.617-.939C4.43%208.572%203.75%207.792%203.75%206.25C3.75%203.59%205.911%202%208%202a4.255%204.255%200%200%201%204.25%204.25c0%201.542-.681%202.322-1.228%202.949%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%201C5.419%201%202.75%202.964%202.75%206.25c0%201.917.887%202.934%201.474%203.606c.184.211.374.429.404.542l.94%203.491c.176.654.772%201.11%201.449%201.11h1.967a1.5%201.5%200%200%200%201.448-1.11l.94-3.492c.03-.112.221-.33.404-.541c.587-.673%201.474-1.689%201.474-3.606A5.256%205.256%200%200%200%208%201m1.467%2012.63a.5.5%200%200%201-.483.37H7.017a.5.5%200%200%201-.483-.37L6.095%2012h3.811zm1.555-4.431c-.281.323-.525.603-.615.938l-.232.862H5.826l-.232-.861c-.091-.337-.334-.616-.617-.939C4.43%208.572%203.75%207.792%203.75%206.25C3.75%203.59%205.911%202%208%202a4.255%204.255%200%200%201%204.25%204.25c0%201.542-.681%202.322-1.228%202.949%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/lightbulb-empty.svg?color=%231a73e8&size=48