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

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

12 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the lightbulb icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.5 6.5a3.5 3.5 0 1 1 5.954 2.495c-.193.19-.363.437-.445.736L9.664 11H6.336L5.99 9.731a1.65 1.65 0 0 0-.444-.736A3.5 3.5 0 0 1 4.5 6.5M6.61 12h2.78l-.171.632a.5.5 0 0 1-.483.368H7.264a.5.5 0 0 1-.483-.368zM8 2a4.5 4.5 0 0 0-3.155 7.708a.65.65 0 0 1 .18.287l.792 2.9A1.5 1.5 0 0 0 7.264 14h1.472a1.5 1.5 0 0 0 1.447-1.105l.791-2.9a.65.65 0 0 1 .181-.287A4.5 4.5 0 0 0 8 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentLightbulb16Regular(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="M4.5 6.5a3.5 3.5 0 1 1 5.954 2.495c-.193.19-.363.437-.445.736L9.664 11H6.336L5.99 9.731a1.65 1.65 0 0 0-.444-.736A3.5 3.5 0 0 1 4.5 6.5M6.61 12h2.78l-.171.632a.5.5 0 0 1-.483.368H7.264a.5.5 0 0 1-.483-.368zM8 2a4.5 4.5 0 0 0-3.155 7.708a.65.65 0 0 1 .18.287l.792 2.9A1.5 1.5 0 0 0 7.264 14h1.472a1.5 1.5 0 0 0 1.447-1.105l.791-2.9a.65.65 0 0 1 .181-.287A4.5 4.5 0 0 0 8 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.5 6.5a3.5 3.5 0 1 1 5.954 2.495c-.193.19-.363.437-.445.736L9.664 11H6.336L5.99 9.731a1.65 1.65 0 0 0-.444-.736A3.5 3.5 0 0 1 4.5 6.5M6.61 12h2.78l-.171.632a.5.5 0 0 1-.483.368H7.264a.5.5 0 0 1-.483-.368zM8 2a4.5 4.5 0 0 0-3.155 7.708a.65.65 0 0 1 .18.287l.792 2.9A1.5 1.5 0 0 0 7.264 14h1.472a1.5 1.5 0 0 0 1.447-1.105l.791-2.9a.65.65 0 0 1 .181-.287A4.5 4.5 0 0 0 8 2"/></svg>
</template>

CSS

.icon-lightbulb-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%22M4.5%206.5a3.5%203.5%200%201%201%205.954%202.495c-.193.19-.363.437-.445.736L9.664%2011H6.336L5.99%209.731a1.65%201.65%200%200%200-.444-.736A3.5%203.5%200%200%201%204.5%206.5M6.61%2012h2.78l-.171.632a.5.5%200%200%201-.483.368H7.264a.5.5%200%200%201-.483-.368zM8%202a4.5%204.5%200%200%200-3.155%207.708a.65.65%200%200%201%20.18.287l.792%202.9A1.5%201.5%200%200%200%207.264%2014h1.472a1.5%201.5%200%200%200%201.447-1.105l.791-2.9a.65.65%200%200%201%20.181-.287A4.5%204.5%200%200%200%208%202%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%22M4.5%206.5a3.5%203.5%200%201%201%205.954%202.495c-.193.19-.363.437-.445.736L9.664%2011H6.336L5.99%209.731a1.65%201.65%200%200%200-.444-.736A3.5%203.5%200%200%201%204.5%206.5M6.61%2012h2.78l-.171.632a.5.5%200%200%201-.483.368H7.264a.5.5%200%200%201-.483-.368zM8%202a4.5%204.5%200%200%200-3.155%207.708a.65.65%200%200%201%20.18.287l.792%202.9A1.5%201.5%200%200%200%207.264%2014h1.472a1.5%201.5%200%200%200%201.447-1.105l.791-2.9a.65.65%200%200%201%20.181-.287A4.5%204.5%200%200%200%208%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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