lightbulb person icon
lightbulb-person-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- lightbulb-person-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M8 3a3.5 3.5 0 0 0-2.454 5.995c.144.142.275.315.366.518A4.5 4.5 0 0 1 8 9a4.5 4.5 0 0 1 2.088.513a1.7 1.7 0 0 1 .366-.518A3.5 3.5 0 0 0 8 3m-1.664 8h3.328l.136-.502A3.5 3.5 0 0 0 8 10c-.658 0-1.274.182-1.8.498zm.273 1l.172.632a.5.5 0 0 0 .483.368h1.472a.5.5 0 0 0 .483-.368L9.39 12zM3.5 6.5a4.5 4.5 0 1 1 7.655 3.208a.65.65 0 0 0-.18.287l-.792 2.9A1.5 1.5 0 0 1 8.736 14H7.264a1.5 1.5 0 0 1-1.447-1.105l-.791-2.9a.65.65 0 0 0-.181-.287A4.5 4.5 0 0 1 3.5 6.5m3.5 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0m1-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>
React
import type { SVGProps } from "react";
export function FluentLightbulbPerson16Regular(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="M8 3a3.5 3.5 0 0 0-2.454 5.995c.144.142.275.315.366.518A4.5 4.5 0 0 1 8 9a4.5 4.5 0 0 1 2.088.513a1.7 1.7 0 0 1 .366-.518A3.5 3.5 0 0 0 8 3m-1.664 8h3.328l.136-.502A3.5 3.5 0 0 0 8 10c-.658 0-1.274.182-1.8.498zm.273 1l.172.632a.5.5 0 0 0 .483.368h1.472a.5.5 0 0 0 .483-.368L9.39 12zM3.5 6.5a4.5 4.5 0 1 1 7.655 3.208a.65.65 0 0 0-.18.287l-.792 2.9A1.5 1.5 0 0 1 8.736 14H7.264a1.5 1.5 0 0 1-1.447-1.105l-.791-2.9a.65.65 0 0 0-.181-.287A4.5 4.5 0 0 1 3.5 6.5m3.5 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0m1-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 3a3.5 3.5 0 0 0-2.454 5.995c.144.142.275.315.366.518A4.5 4.5 0 0 1 8 9a4.5 4.5 0 0 1 2.088.513a1.7 1.7 0 0 1 .366-.518A3.5 3.5 0 0 0 8 3m-1.664 8h3.328l.136-.502A3.5 3.5 0 0 0 8 10c-.658 0-1.274.182-1.8.498zm.273 1l.172.632a.5.5 0 0 0 .483.368h1.472a.5.5 0 0 0 .483-.368L9.39 12zM3.5 6.5a4.5 4.5 0 1 1 7.655 3.208a.65.65 0 0 0-.18.287l-.792 2.9A1.5 1.5 0 0 1 8.736 14H7.264a1.5 1.5 0 0 1-1.447-1.105l-.791-2.9a.65.65 0 0 0-.181-.287A4.5 4.5 0 0 1 3.5 6.5m3.5 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0m1-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg> </template>
CSS
.icon-lightbulb-person-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%22M8%203a3.5%203.5%200%200%200-2.454%205.995c.144.142.275.315.366.518A4.5%204.5%200%200%201%208%209a4.5%204.5%200%200%201%202.088.513a1.7%201.7%200%200%201%20.366-.518A3.5%203.5%200%200%200%208%203m-1.664%208h3.328l.136-.502A3.5%203.5%200%200%200%208%2010c-.658%200-1.274.182-1.8.498zm.273%201l.172.632a.5.5%200%200%200%20.483.368h1.472a.5.5%200%200%200%20.483-.368L9.39%2012zM3.5%206.5a4.5%204.5%200%201%201%207.655%203.208a.65.65%200%200%200-.18.287l-.792%202.9A1.5%201.5%200%200%201%208.736%2014H7.264a1.5%201.5%200%200%201-1.447-1.105l-.791-2.9a.65.65%200%200%200-.181-.287A4.5%204.5%200%200%201%203.5%206.5m3.5%200a1%201%200%201%201%202%200a1%201%200%200%201-2%200m1-2a2%202%200%201%200%200%204a2%202%200%200%200%200-4%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%22M8%203a3.5%203.5%200%200%200-2.454%205.995c.144.142.275.315.366.518A4.5%204.5%200%200%201%208%209a4.5%204.5%200%200%201%202.088.513a1.7%201.7%200%200%201%20.366-.518A3.5%203.5%200%200%200%208%203m-1.664%208h3.328l.136-.502A3.5%203.5%200%200%200%208%2010c-.658%200-1.274.182-1.8.498zm.273%201l.172.632a.5.5%200%200%200%20.483.368h1.472a.5.5%200%200%200%20.483-.368L9.39%2012zM3.5%206.5a4.5%204.5%200%201%201%207.655%203.208a.65.65%200%200%200-.18.287l-.792%202.9A1.5%201.5%200%200%201%208.736%2014H7.264a1.5%201.5%200%200%201-1.447-1.105l-.791-2.9a.65.65%200%200%200-.181-.287A4.5%204.5%200%200%201%203.5%206.5m3.5%200a1%201%200%201%201%202%200a1%201%200%200%201-2%200m1-2a2%202%200%201%200%200%204a2%202%200%200%200%200-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/lightbulb-person-16-regular.svg?color=%231a73e8&size=48