lightbulb filament icon

lightbulb-filament-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
lightbulb-filament-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

9 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the lightbulb filament icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.5 4.499a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0zm3.078.795a.5.5 0 0 0-.707 0l-.707.707a.5.5 0 1 0 .707.707l.707-.707a.5.5 0 0 0 0-.707m-4.477 0a.5.5 0 0 0-.707.707l.707.707a.5.5 0 0 0 .707-.707zm1.897-3.293c-1.229 0-2.35.481-3.168 1.31c-.798.81-1.29 1.937-1.33 3.233l-.001.019v.02c.057 1.236.655 2.324 1.737 3.454l.702 2.941l.007.022c.1.297.292.544.534.717c.251.18.558.282.883.282l1.384-.004l.021-.002a1.5 1.5 0 0 0 .84-.345c.231-.194.406-.46.48-.774l.796-3.05c1.034-.994 1.618-2.144 1.618-3.437a4.32 4.32 0 0 0-1.32-3.102a4.55 4.55 0 0 0-3.183-1.284M5.543 4.013A3.4 3.4 0 0 1 7.998 3a3.55 3.55 0 0 1 2.486 1a3.32 3.32 0 0 1 1.017 2.386c0 .991-.453 1.926-1.404 2.805l-.108.1L9.543 11H8.501V7.5a.5.5 0 0 0-1 0V11H6.494l-.349-1.464l-.097-.1C5 8.372 4.548 7.48 4.499 6.557c.038-1.048.434-1.925 1.044-2.543M6.733 12h2.55l-.165.627l-.003.013a.45.45 0 0 1-.15.24a.5.5 0 0 1-.267.115L7.361 13a.5.5 0 0 1-.3-.095a.46.46 0 0 1-.162-.206z"/></svg>

React

import type { SVGProps } from "react";

export function FluentLightbulbFilament16Regular(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="M7.5 4.499a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0zm3.078.795a.5.5 0 0 0-.707 0l-.707.707a.5.5 0 1 0 .707.707l.707-.707a.5.5 0 0 0 0-.707m-4.477 0a.5.5 0 0 0-.707.707l.707.707a.5.5 0 0 0 .707-.707zm1.897-3.293c-1.229 0-2.35.481-3.168 1.31c-.798.81-1.29 1.937-1.33 3.233l-.001.019v.02c.057 1.236.655 2.324 1.737 3.454l.702 2.941l.007.022c.1.297.292.544.534.717c.251.18.558.282.883.282l1.384-.004l.021-.002a1.5 1.5 0 0 0 .84-.345c.231-.194.406-.46.48-.774l.796-3.05c1.034-.994 1.618-2.144 1.618-3.437a4.32 4.32 0 0 0-1.32-3.102a4.55 4.55 0 0 0-3.183-1.284M5.543 4.013A3.4 3.4 0 0 1 7.998 3a3.55 3.55 0 0 1 2.486 1a3.32 3.32 0 0 1 1.017 2.386c0 .991-.453 1.926-1.404 2.805l-.108.1L9.543 11H8.501V7.5a.5.5 0 0 0-1 0V11H6.494l-.349-1.464l-.097-.1C5 8.372 4.548 7.48 4.499 6.557c.038-1.048.434-1.925 1.044-2.543M6.733 12h2.55l-.165.627l-.003.013a.45.45 0 0 1-.15.24a.5.5 0 0 1-.267.115L7.361 13a.5.5 0 0 1-.3-.095a.46.46 0 0 1-.162-.206z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.5 4.499a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0zm3.078.795a.5.5 0 0 0-.707 0l-.707.707a.5.5 0 1 0 .707.707l.707-.707a.5.5 0 0 0 0-.707m-4.477 0a.5.5 0 0 0-.707.707l.707.707a.5.5 0 0 0 .707-.707zm1.897-3.293c-1.229 0-2.35.481-3.168 1.31c-.798.81-1.29 1.937-1.33 3.233l-.001.019v.02c.057 1.236.655 2.324 1.737 3.454l.702 2.941l.007.022c.1.297.292.544.534.717c.251.18.558.282.883.282l1.384-.004l.021-.002a1.5 1.5 0 0 0 .84-.345c.231-.194.406-.46.48-.774l.796-3.05c1.034-.994 1.618-2.144 1.618-3.437a4.32 4.32 0 0 0-1.32-3.102a4.55 4.55 0 0 0-3.183-1.284M5.543 4.013A3.4 3.4 0 0 1 7.998 3a3.55 3.55 0 0 1 2.486 1a3.32 3.32 0 0 1 1.017 2.386c0 .991-.453 1.926-1.404 2.805l-.108.1L9.543 11H8.501V7.5a.5.5 0 0 0-1 0V11H6.494l-.349-1.464l-.097-.1C5 8.372 4.548 7.48 4.499 6.557c.038-1.048.434-1.925 1.044-2.543M6.733 12h2.55l-.165.627l-.003.013a.45.45 0 0 1-.15.24a.5.5 0 0 1-.267.115L7.361 13a.5.5 0 0 1-.3-.095a.46.46 0 0 1-.162-.206z"/></svg>
</template>

CSS

.icon-lightbulb-filament-16-regular {
  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%22M7.5%204.499a.5.5%200%200%201%201%200v1a.5.5%200%200%201-1%200zm3.078.795a.5.5%200%200%200-.707%200l-.707.707a.5.5%200%201%200%20.707.707l.707-.707a.5.5%200%200%200%200-.707m-4.477%200a.5.5%200%200%200-.707.707l.707.707a.5.5%200%200%200%20.707-.707zm1.897-3.293c-1.229%200-2.35.481-3.168%201.31c-.798.81-1.29%201.937-1.33%203.233l-.001.019v.02c.057%201.236.655%202.324%201.737%203.454l.702%202.941l.007.022c.1.297.292.544.534.717c.251.18.558.282.883.282l1.384-.004l.021-.002a1.5%201.5%200%200%200%20.84-.345c.231-.194.406-.46.48-.774l.796-3.05c1.034-.994%201.618-2.144%201.618-3.437a4.32%204.32%200%200%200-1.32-3.102a4.55%204.55%200%200%200-3.183-1.284M5.543%204.013A3.4%203.4%200%200%201%207.998%203a3.55%203.55%200%200%201%202.486%201a3.32%203.32%200%200%201%201.017%202.386c0%20.991-.453%201.926-1.404%202.805l-.108.1L9.543%2011H8.501V7.5a.5.5%200%200%200-1%200V11H6.494l-.349-1.464l-.097-.1C5%208.372%204.548%207.48%204.499%206.557c.038-1.048.434-1.925%201.044-2.543M6.733%2012h2.55l-.165.627l-.003.013a.45.45%200%200%201-.15.24a.5.5%200%200%201-.267.115L7.361%2013a.5.5%200%200%201-.3-.095a.46.46%200%200%201-.162-.206z%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%22M7.5%204.499a.5.5%200%200%201%201%200v1a.5.5%200%200%201-1%200zm3.078.795a.5.5%200%200%200-.707%200l-.707.707a.5.5%200%201%200%20.707.707l.707-.707a.5.5%200%200%200%200-.707m-4.477%200a.5.5%200%200%200-.707.707l.707.707a.5.5%200%200%200%20.707-.707zm1.897-3.293c-1.229%200-2.35.481-3.168%201.31c-.798.81-1.29%201.937-1.33%203.233l-.001.019v.02c.057%201.236.655%202.324%201.737%203.454l.702%202.941l.007.022c.1.297.292.544.534.717c.251.18.558.282.883.282l1.384-.004l.021-.002a1.5%201.5%200%200%200%20.84-.345c.231-.194.406-.46.48-.774l.796-3.05c1.034-.994%201.618-2.144%201.618-3.437a4.32%204.32%200%200%200-1.32-3.102a4.55%204.55%200%200%200-3.183-1.284M5.543%204.013A3.4%203.4%200%200%201%207.998%203a3.55%203.55%200%200%201%202.486%201a3.32%203.32%200%200%201%201.017%202.386c0%20.991-.453%201.926-1.404%202.805l-.108.1L9.543%2011H8.501V7.5a.5.5%200%200%200-1%200V11H6.494l-.349-1.464l-.097-.1C5%208.372%204.548%207.48%204.499%206.557c.038-1.048.434-1.925%201.044-2.543M6.733%2012h2.55l-.165.627l-.003.013a.45.45%200%200%201-.15.24a.5.5%200%200%201-.267.115L7.361%2013a.5.5%200%200%201-.3-.095a.46.46%200%200%201-.162-.206z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/lightbulb-filament-16-regular.svg?color=%231a73e8&size=48