lightbulb compact icon
lightbulb-compact from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- lightbulb-compact
- Set
- Codicons
- Style
- Regular
- Viewbox
- 12×12
- License
- CC BY 4.0
Related icons in Codicons
Use the lightbulb compact icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M2.5 4.5C2.5 2.57 4.07 1 6 1s3.5 1.57 3.5 3.5c0 .98-.4 1.86-1.05 2.5c-.19.19-.36.44-.44.74l-.35 1.27H4.33l-.35-1.27c-.08-.3-.25-.55-.44-.74a3.5 3.5 0 0 1-1.05-2.5zM4.61 10h2.78l-.17.63c-.06.22-.26.37-.48.37H5.27c-.23 0-.42-.15-.48-.37L4.62 10zM6 0C3.51 0 1.5 2.01 1.5 4.5c0 1.26.52 2.39 1.34 3.21c.1.1.16.19.18.29l.79 2.9c.18.65.77 1.11 1.45 1.11h1.47c.68 0 1.27-.45 1.45-1.11L8.97 8a.7.7 0 0 1 .18-.29c.83-.82 1.34-1.95 1.34-3.21c0-2.49-2.01-4.5-4.5-4.5z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconLightbulbCompact(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M2.5 4.5C2.5 2.57 4.07 1 6 1s3.5 1.57 3.5 3.5c0 .98-.4 1.86-1.05 2.5c-.19.19-.36.44-.44.74l-.35 1.27H4.33l-.35-1.27c-.08-.3-.25-.55-.44-.74a3.5 3.5 0 0 1-1.05-2.5zM4.61 10h2.78l-.17.63c-.06.22-.26.37-.48.37H5.27c-.23 0-.42-.15-.48-.37L4.62 10zM6 0C3.51 0 1.5 2.01 1.5 4.5c0 1.26.52 2.39 1.34 3.21c.1.1.16.19.18.29l.79 2.9c.18.65.77 1.11 1.45 1.11h1.47c.68 0 1.27-.45 1.45-1.11L8.97 8a.7.7 0 0 1 .18-.29c.83-.82 1.34-1.95 1.34-3.21c0-2.49-2.01-4.5-4.5-4.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M2.5 4.5C2.5 2.57 4.07 1 6 1s3.5 1.57 3.5 3.5c0 .98-.4 1.86-1.05 2.5c-.19.19-.36.44-.44.74l-.35 1.27H4.33l-.35-1.27c-.08-.3-.25-.55-.44-.74a3.5 3.5 0 0 1-1.05-2.5zM4.61 10h2.78l-.17.63c-.06.22-.26.37-.48.37H5.27c-.23 0-.42-.15-.48-.37L4.62 10zM6 0C3.51 0 1.5 2.01 1.5 4.5c0 1.26.52 2.39 1.34 3.21c.1.1.16.19.18.29l.79 2.9c.18.65.77 1.11 1.45 1.11h1.47c.68 0 1.27-.45 1.45-1.11L8.97 8a.7.7 0 0 1 .18-.29c.83-.82 1.34-1.95 1.34-3.21c0-2.49-2.01-4.5-4.5-4.5z"/></svg> </template>
CSS
.icon-lightbulb-compact {
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%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.5%204.5C2.5%202.57%204.07%201%206%201s3.5%201.57%203.5%203.5c0%20.98-.4%201.86-1.05%202.5c-.19.19-.36.44-.44.74l-.35%201.27H4.33l-.35-1.27c-.08-.3-.25-.55-.44-.74a3.5%203.5%200%200%201-1.05-2.5zM4.61%2010h2.78l-.17.63c-.06.22-.26.37-.48.37H5.27c-.23%200-.42-.15-.48-.37L4.62%2010zM6%200C3.51%200%201.5%202.01%201.5%204.5c0%201.26.52%202.39%201.34%203.21c.1.1.16.19.18.29l.79%202.9c.18.65.77%201.11%201.45%201.11h1.47c.68%200%201.27-.45%201.45-1.11L8.97%208a.7.7%200%200%201%20.18-.29c.83-.82%201.34-1.95%201.34-3.21c0-2.49-2.01-4.5-4.5-4.5z%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%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.5%204.5C2.5%202.57%204.07%201%206%201s3.5%201.57%203.5%203.5c0%20.98-.4%201.86-1.05%202.5c-.19.19-.36.44-.44.74l-.35%201.27H4.33l-.35-1.27c-.08-.3-.25-.55-.44-.74a3.5%203.5%200%200%201-1.05-2.5zM4.61%2010h2.78l-.17.63c-.06.22-.26.37-.48.37H5.27c-.23%200-.42-.15-.48-.37L4.62%2010zM6%200C3.51%200%201.5%202.01%201.5%204.5c0%201.26.52%202.39%201.34%203.21c.1.1.16.19.18.29l.79%202.9c.18.65.77%201.11%201.45%201.11h1.47c.68%200%201.27-.45%201.45-1.11L8.97%208a.7.7%200%200%201%20.18-.29c.83-.82%201.34-1.95%201.34-3.21c0-2.49-2.01-4.5-4.5-4.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/lightbulb-compact.svg?color=%231a73e8&size=48