light bulb icon
light-bulb from Octicons by GitHub · Regular · MIT Free for personal and commercial use.
- Name
- light-bulb
- Set
- Octicons
- Style
- Regular
- Viewbox
- 12×16
- License
- MIT
2 other variants in Octicons
The same icon in other sets
Use the light bulb icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3c1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4c.45-.75 1-2.08 1-3c0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11c-.86 1.41-1.25 2.06-1.45 3.23c-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17c-.2-1.17-.59-1.83-1.45-3.23c-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4c1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function OcticonLightBulb(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 16"><path fillRule="evenodd" d="M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3c1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4c.45-.75 1-2.08 1-3c0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11c-.86 1.41-1.25 2.06-1.45 3.23c-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17c-.2-1.17-.59-1.83-1.45-3.23c-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4c1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3c1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4c.45-.75 1-2.08 1-3c0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11c-.86 1.41-1.25 2.06-1.45 3.23c-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17c-.2-1.17-.59-1.83-1.45-3.23c-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4c1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z" fill="currentColor"/></svg> </template>
CSS
.icon-light-bulb {
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%2012%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.5%200C3.48%200%201%202.19%201%205c0%20.92.55%202.25%201%203c1.34%202.25%201.78%202.78%202%204v1h5v-1c.22-1.22.66-1.75%202-4c.45-.75%201-2.08%201-3c0-2.81-2.48-5-5.5-5zm3.64%207.48c-.25.44-.47.8-.67%201.11c-.86%201.41-1.25%202.06-1.45%203.23c-.02.05-.02.11-.02.17H5c0-.06%200-.13-.02-.17c-.2-1.17-.59-1.83-1.45-3.23c-.2-.31-.42-.67-.67-1.11C2.44%206.78%202%205.65%202%205c0-2.2%202.02-4%204.5-4c1.22%200%202.36.42%203.22%201.19C10.55%202.94%2011%203.94%2011%205c0%20.66-.44%201.78-.86%202.48zM4%2014h5c-.23%201.14-1.3%202-2.5%202s-2.27-.86-2.5-2z%22%20fill%3D%22currentColor%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%2012%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.5%200C3.48%200%201%202.19%201%205c0%20.92.55%202.25%201%203c1.34%202.25%201.78%202.78%202%204v1h5v-1c.22-1.22.66-1.75%202-4c.45-.75%201-2.08%201-3c0-2.81-2.48-5-5.5-5zm3.64%207.48c-.25.44-.47.8-.67%201.11c-.86%201.41-1.25%202.06-1.45%203.23c-.02.05-.02.11-.02.17H5c0-.06%200-.13-.02-.17c-.2-1.17-.59-1.83-1.45-3.23c-.2-.31-.42-.67-.67-1.11C2.44%206.78%202%205.65%202%205c0-2.2%202.02-4%204.5-4c1.22%200%202.36.42%203.22%201.19C10.55%202.94%2011%203.94%2011%205c0%20.66-.44%201.78-.86%202.48zM4%2014h5c-.23%201.14-1.3%202-2.5%202s-2.27-.86-2.5-2z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/light-bulb.svg?color=%231a73e8&size=48