lightbulb person icon
lightbulb-person-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- lightbulb-person-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- 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="M6.5 11a7.5 7.5 0 1 1 12.325 5.742a5 5 0 0 0-.424.406A8.96 8.96 0 0 0 14 16c-1.599 0-3.1.417-4.401 1.148a5 5 0 0 0-.424-.406A7.48 7.48 0 0 1 6.5 11m3.873 7.434A7.5 7.5 0 0 1 14 17.5c1.316 0 2.552.339 3.627.934a3 3 0 0 0-.076.264L17.24 20h-6.48l-.312-1.302a3 3 0 0 0-.076-.264M16.88 21.5l-.398 1.658A1.75 1.75 0 0 1 14.78 24.5h-1.558a1.75 1.75 0 0 1-1.702-1.342l-.398-1.658zM14 2a9 9 0 0 0-5.79 15.89c.402.339.679.736.78 1.158l1.07 4.46A3.25 3.25 0 0 0 13.222 26h1.558a3.25 3.25 0 0 0 3.16-2.492l1.07-4.46c.102-.422.379-.819.782-1.158A9 9 0 0 0 14 2m0 6.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5M10 11a4 4 0 1 1 8 0a4 4 0 0 1-8 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentLightbulbPerson28Regular(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="M6.5 11a7.5 7.5 0 1 1 12.325 5.742a5 5 0 0 0-.424.406A8.96 8.96 0 0 0 14 16c-1.599 0-3.1.417-4.401 1.148a5 5 0 0 0-.424-.406A7.48 7.48 0 0 1 6.5 11m3.873 7.434A7.5 7.5 0 0 1 14 17.5c1.316 0 2.552.339 3.627.934a3 3 0 0 0-.076.264L17.24 20h-6.48l-.312-1.302a3 3 0 0 0-.076-.264M16.88 21.5l-.398 1.658A1.75 1.75 0 0 1 14.78 24.5h-1.558a1.75 1.75 0 0 1-1.702-1.342l-.398-1.658zM14 2a9 9 0 0 0-5.79 15.89c.402.339.679.736.78 1.158l1.07 4.46A3.25 3.25 0 0 0 13.222 26h1.558a3.25 3.25 0 0 0 3.16-2.492l1.07-4.46c.102-.422.379-.819.782-1.158A9 9 0 0 0 14 2m0 6.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5M10 11a4 4 0 1 1 8 0a4 4 0 0 1-8 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.5 11a7.5 7.5 0 1 1 12.325 5.742a5 5 0 0 0-.424.406A8.96 8.96 0 0 0 14 16c-1.599 0-3.1.417-4.401 1.148a5 5 0 0 0-.424-.406A7.48 7.48 0 0 1 6.5 11m3.873 7.434A7.5 7.5 0 0 1 14 17.5c1.316 0 2.552.339 3.627.934a3 3 0 0 0-.076.264L17.24 20h-6.48l-.312-1.302a3 3 0 0 0-.076-.264M16.88 21.5l-.398 1.658A1.75 1.75 0 0 1 14.78 24.5h-1.558a1.75 1.75 0 0 1-1.702-1.342l-.398-1.658zM14 2a9 9 0 0 0-5.79 15.89c.402.339.679.736.78 1.158l1.07 4.46A3.25 3.25 0 0 0 13.222 26h1.558a3.25 3.25 0 0 0 3.16-2.492l1.07-4.46c.102-.422.379-.819.782-1.158A9 9 0 0 0 14 2m0 6.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5M10 11a4 4 0 1 1 8 0a4 4 0 0 1-8 0"/></svg> </template>
CSS
.icon-lightbulb-person-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%2011a7.5%207.5%200%201%201%2012.325%205.742a5%205%200%200%200-.424.406A8.96%208.96%200%200%200%2014%2016c-1.599%200-3.1.417-4.401%201.148a5%205%200%200%200-.424-.406A7.48%207.48%200%200%201%206.5%2011m3.873%207.434A7.5%207.5%200%200%201%2014%2017.5c1.316%200%202.552.339%203.627.934a3%203%200%200%200-.076.264L17.24%2020h-6.48l-.312-1.302a3%203%200%200%200-.076-.264M16.88%2021.5l-.398%201.658A1.75%201.75%200%200%201%2014.78%2024.5h-1.558a1.75%201.75%200%200%201-1.702-1.342l-.398-1.658zM14%202a9%209%200%200%200-5.79%2015.89c.402.339.679.736.78%201.158l1.07%204.46A3.25%203.25%200%200%200%2013.222%2026h1.558a3.25%203.25%200%200%200%203.16-2.492l1.07-4.46c.102-.422.379-.819.782-1.158A9%209%200%200%200%2014%202m0%206.5a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5M10%2011a4%204%200%201%201%208%200a4%204%200%200%201-8%200%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%22M6.5%2011a7.5%207.5%200%201%201%2012.325%205.742a5%205%200%200%200-.424.406A8.96%208.96%200%200%200%2014%2016c-1.599%200-3.1.417-4.401%201.148a5%205%200%200%200-.424-.406A7.48%207.48%200%200%201%206.5%2011m3.873%207.434A7.5%207.5%200%200%201%2014%2017.5c1.316%200%202.552.339%203.627.934a3%203%200%200%200-.076.264L17.24%2020h-6.48l-.312-1.302a3%203%200%200%200-.076-.264M16.88%2021.5l-.398%201.658A1.75%201.75%200%200%201%2014.78%2024.5h-1.558a1.75%201.75%200%200%201-1.702-1.342l-.398-1.658zM14%202a9%209%200%200%200-5.79%2015.89c.402.339.679.736.78%201.158l1.07%204.46A3.25%203.25%200%200%200%2013.222%2026h1.558a3.25%203.25%200%200%200%203.16-2.492l1.07-4.46c.102-.422.379-.819.782-1.158A9%209%200%200%200%2014%202m0%206.5a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5M10%2011a4%204%200%201%201%208%200a4%204%200%200%201-8%200%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-regular.svg?color=%231a73e8&size=48