lightbulb-person-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
lightbulb-person-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the lightbulb person icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5 11a9 9 0 1 1 14.79 6.89a3 3 0 0 0-.397.404A8.96 8.96 0 0 0 14 16.5a8.96 8.96 0 0 0-5.393 1.794a3 3 0 0 0-.398-.404A8.98 8.98 0 0 1 5 11m9 7a7.47 7.47 0 0 1 4.837 1.768L18.54 21H9.46l-.296-1.232A7.47 7.47 0 0 1 14 18m-4.181 4.5l.242 1.008A3.25 3.25 0 0 0 13.22 26h1.558a3.25 3.25 0 0 0 3.16-2.492l.242-1.008zM11.5 11a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0M14 7a4 4 0 1 0 0 8a4 4 0 0 0 0-8"/></svg>

React

import type { SVGProps } from "react";

export function FluentLightbulbPerson28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5 11a9 9 0 1 1 14.79 6.89a3 3 0 0 0-.397.404A8.96 8.96 0 0 0 14 16.5a8.96 8.96 0 0 0-5.393 1.794a3 3 0 0 0-.398-.404A8.98 8.98 0 0 1 5 11m9 7a7.47 7.47 0 0 1 4.837 1.768L18.54 21H9.46l-.296-1.232A7.47 7.47 0 0 1 14 18m-4.181 4.5l.242 1.008A3.25 3.25 0 0 0 13.22 26h1.558a3.25 3.25 0 0 0 3.16-2.492l.242-1.008zM11.5 11a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0M14 7a4 4 0 1 0 0 8a4 4 0 0 0 0-8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5 11a9 9 0 1 1 14.79 6.89a3 3 0 0 0-.397.404A8.96 8.96 0 0 0 14 16.5a8.96 8.96 0 0 0-5.393 1.794a3 3 0 0 0-.398-.404A8.98 8.98 0 0 1 5 11m9 7a7.47 7.47 0 0 1 4.837 1.768L18.54 21H9.46l-.296-1.232A7.47 7.47 0 0 1 14 18m-4.181 4.5l.242 1.008A3.25 3.25 0 0 0 13.22 26h1.558a3.25 3.25 0 0 0 3.16-2.492l.242-1.008zM11.5 11a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0M14 7a4 4 0 1 0 0 8a4 4 0 0 0 0-8"/></svg>
</template>

CSS

.icon-lightbulb-person-28-filled {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%2011a9%209%200%201%201%2014.79%206.89a3%203%200%200%200-.397.404A8.96%208.96%200%200%200%2014%2016.5a8.96%208.96%200%200%200-5.393%201.794a3%203%200%200%200-.398-.404A8.98%208.98%200%200%201%205%2011m9%207a7.47%207.47%200%200%201%204.837%201.768L18.54%2021H9.46l-.296-1.232A7.47%207.47%200%200%201%2014%2018m-4.181%204.5l.242%201.008A3.25%203.25%200%200%200%2013.22%2026h1.558a3.25%203.25%200%200%200%203.16-2.492l.242-1.008zM11.5%2011a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200M14%207a4%204%200%201%200%200%208a4%204%200%200%200%200-8%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%2011a9%209%200%201%201%2014.79%206.89a3%203%200%200%200-.397.404A8.96%208.96%200%200%200%2014%2016.5a8.96%208.96%200%200%200-5.393%201.794a3%203%200%200%200-.398-.404A8.98%208.98%200%200%201%205%2011m9%207a7.47%207.47%200%200%201%204.837%201.768L18.54%2021H9.46l-.296-1.232A7.47%207.47%200%200%201%2014%2018m-4.181%204.5l.242%201.008A3.25%203.25%200%200%200%2013.22%2026h1.558a3.25%203.25%200%200%200%203.16-2.492l.242-1.008zM11.5%2011a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200M14%207a4%204%200%201%200%200%208a4%204%200%200%200%200-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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