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

Name
lightbulb-person-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="m15.422 19.5l-.175.758a2.25 2.25 0 0 1-2.018 1.735l-.174.007h-2.111a2.25 2.25 0 0 1-2.147-1.577l-.046-.167l-.174-.756zm.348-1.5l.209-.901A5.73 5.73 0 0 0 12 15.5a5.73 5.73 0 0 0-3.978 1.598L8.23 18zM12 14a7.2 7.2 0 0 0-4.357 1.455l-.055-.239a.25.25 0 0 0-.071-.124C5.687 13.344 4.75 11.387 4.75 9.25a7.25 7.25 0 1 1 14.5 0c0 2.137-.936 4.093-2.765 5.84a.25.25 0 0 0-.071.125l-.056.24A7.2 7.2 0 0 0 12 14m-1.75-4.75a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0M12 6a3.25 3.25 0 1 0 0 6.5A3.25 3.25 0 0 0 12 6"/></svg>

React

import type { SVGProps } from "react";

export function FluentLightbulbPerson24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.422 19.5l-.175.758a2.25 2.25 0 0 1-2.018 1.735l-.174.007h-2.111a2.25 2.25 0 0 1-2.147-1.577l-.046-.167l-.174-.756zm.348-1.5l.209-.901A5.73 5.73 0 0 0 12 15.5a5.73 5.73 0 0 0-3.978 1.598L8.23 18zM12 14a7.2 7.2 0 0 0-4.357 1.455l-.055-.239a.25.25 0 0 0-.071-.124C5.687 13.344 4.75 11.387 4.75 9.25a7.25 7.25 0 1 1 14.5 0c0 2.137-.936 4.093-2.765 5.84a.25.25 0 0 0-.071.125l-.056.24A7.2 7.2 0 0 0 12 14m-1.75-4.75a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0M12 6a3.25 3.25 0 1 0 0 6.5A3.25 3.25 0 0 0 12 6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.422 19.5l-.175.758a2.25 2.25 0 0 1-2.018 1.735l-.174.007h-2.111a2.25 2.25 0 0 1-2.147-1.577l-.046-.167l-.174-.756zm.348-1.5l.209-.901A5.73 5.73 0 0 0 12 15.5a5.73 5.73 0 0 0-3.978 1.598L8.23 18zM12 14a7.2 7.2 0 0 0-4.357 1.455l-.055-.239a.25.25 0 0 0-.071-.124C5.687 13.344 4.75 11.387 4.75 9.25a7.25 7.25 0 1 1 14.5 0c0 2.137-.936 4.093-2.765 5.84a.25.25 0 0 0-.071.125l-.056.24A7.2 7.2 0 0 0 12 14m-1.75-4.75a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0M12 6a3.25 3.25 0 1 0 0 6.5A3.25 3.25 0 0 0 12 6"/></svg>
</template>

CSS

.icon-lightbulb-person-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.422%2019.5l-.175.758a2.25%202.25%200%200%201-2.018%201.735l-.174.007h-2.111a2.25%202.25%200%200%201-2.147-1.577l-.046-.167l-.174-.756zm.348-1.5l.209-.901A5.73%205.73%200%200%200%2012%2015.5a5.73%205.73%200%200%200-3.978%201.598L8.23%2018zM12%2014a7.2%207.2%200%200%200-4.357%201.455l-.055-.239a.25.25%200%200%200-.071-.124C5.687%2013.344%204.75%2011.387%204.75%209.25a7.25%207.25%200%201%201%2014.5%200c0%202.137-.936%204.093-2.765%205.84a.25.25%200%200%200-.071.125l-.056.24A7.2%207.2%200%200%200%2012%2014m-1.75-4.75a1.75%201.75%200%201%201%203.5%200a1.75%201.75%200%200%201-3.5%200M12%206a3.25%203.25%200%201%200%200%206.5A3.25%203.25%200%200%200%2012%206%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.422%2019.5l-.175.758a2.25%202.25%200%200%201-2.018%201.735l-.174.007h-2.111a2.25%202.25%200%200%201-2.147-1.577l-.046-.167l-.174-.756zm.348-1.5l.209-.901A5.73%205.73%200%200%200%2012%2015.5a5.73%205.73%200%200%200-3.978%201.598L8.23%2018zM12%2014a7.2%207.2%200%200%200-4.357%201.455l-.055-.239a.25.25%200%200%200-.071-.124C5.687%2013.344%204.75%2011.387%204.75%209.25a7.25%207.25%200%201%201%2014.5%200c0%202.137-.936%204.093-2.765%205.84a.25.25%200%200%200-.071.125l-.056.24A7.2%207.2%200%200%200%2012%2014m-1.75-4.75a1.75%201.75%200%201%201%203.5%200a1.75%201.75%200%200%201-3.5%200M12%206a3.25%203.25%200%201%200%200%206.5A3.25%203.25%200%200%200%2012%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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