lightbulb person icon
lightbulb-person-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- lightbulb-person-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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="M12 2.001a7.25 7.25 0 0 1 7.25 7.25c0 2.096-.9 4.02-2.663 5.742a.75.75 0 0 0-.175.265l-.032.103l-1.13 4.895a2.25 2.25 0 0 1-2.02 1.737l-.173.007h-2.114a2.25 2.25 0 0 1-2.147-1.577l-.045-.167l-1.13-4.895a.75.75 0 0 0-.206-.368c-1.68-1.64-2.577-3.463-2.659-5.444l-.006-.298l.004-.24A7.25 7.25 0 0 1 12 2.002M14.115 18.5H9.884l.329 1.42a.75.75 0 0 0 .627.573l.103.008h2.114a.75.75 0 0 0 .7-.483l.03-.099zM12 3.501a5.75 5.75 0 0 0-5.746 5.53l-.004.22l.007.277c.076 1.563.8 3.02 2.206 4.392q.162.16.29.346A7.2 7.2 0 0 1 12 13.5a7.2 7.2 0 0 1 3.249.767q.075-.111.163-.213l.127-.134c1.404-1.373 2.128-2.828 2.204-4.392l.007-.277l-.004-.22A5.75 5.75 0 0 0 12 3.5m2.76 12.204A5.7 5.7 0 0 0 12 15c-1 0-1.94.255-2.76.705l.298 1.294h4.923zM12 7.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5M8.75 9.25a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentLightbulbPerson24Regular(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="M12 2.001a7.25 7.25 0 0 1 7.25 7.25c0 2.096-.9 4.02-2.663 5.742a.75.75 0 0 0-.175.265l-.032.103l-1.13 4.895a2.25 2.25 0 0 1-2.02 1.737l-.173.007h-2.114a2.25 2.25 0 0 1-2.147-1.577l-.045-.167l-1.13-4.895a.75.75 0 0 0-.206-.368c-1.68-1.64-2.577-3.463-2.659-5.444l-.006-.298l.004-.24A7.25 7.25 0 0 1 12 2.002M14.115 18.5H9.884l.329 1.42a.75.75 0 0 0 .627.573l.103.008h2.114a.75.75 0 0 0 .7-.483l.03-.099zM12 3.501a5.75 5.75 0 0 0-5.746 5.53l-.004.22l.007.277c.076 1.563.8 3.02 2.206 4.392q.162.16.29.346A7.2 7.2 0 0 1 12 13.5a7.2 7.2 0 0 1 3.249.767q.075-.111.163-.213l.127-.134c1.404-1.373 2.128-2.828 2.204-4.392l.007-.277l-.004-.22A5.75 5.75 0 0 0 12 3.5m2.76 12.204A5.7 5.7 0 0 0 12 15c-1 0-1.94.255-2.76.705l.298 1.294h4.923zM12 7.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5M8.75 9.25a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2.001a7.25 7.25 0 0 1 7.25 7.25c0 2.096-.9 4.02-2.663 5.742a.75.75 0 0 0-.175.265l-.032.103l-1.13 4.895a2.25 2.25 0 0 1-2.02 1.737l-.173.007h-2.114a2.25 2.25 0 0 1-2.147-1.577l-.045-.167l-1.13-4.895a.75.75 0 0 0-.206-.368c-1.68-1.64-2.577-3.463-2.659-5.444l-.006-.298l.004-.24A7.25 7.25 0 0 1 12 2.002M14.115 18.5H9.884l.329 1.42a.75.75 0 0 0 .627.573l.103.008h2.114a.75.75 0 0 0 .7-.483l.03-.099zM12 3.501a5.75 5.75 0 0 0-5.746 5.53l-.004.22l.007.277c.076 1.563.8 3.02 2.206 4.392q.162.16.29.346A7.2 7.2 0 0 1 12 13.5a7.2 7.2 0 0 1 3.249.767q.075-.111.163-.213l.127-.134c1.404-1.373 2.128-2.828 2.204-4.392l.007-.277l-.004-.22A5.75 5.75 0 0 0 12 3.5m2.76 12.204A5.7 5.7 0 0 0 12 15c-1 0-1.94.255-2.76.705l.298 1.294h4.923zM12 7.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5M8.75 9.25a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0"/></svg> </template>
CSS
.icon-lightbulb-person-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202.001a7.25%207.25%200%200%201%207.25%207.25c0%202.096-.9%204.02-2.663%205.742a.75.75%200%200%200-.175.265l-.032.103l-1.13%204.895a2.25%202.25%200%200%201-2.02%201.737l-.173.007h-2.114a2.25%202.25%200%200%201-2.147-1.577l-.045-.167l-1.13-4.895a.75.75%200%200%200-.206-.368c-1.68-1.64-2.577-3.463-2.659-5.444l-.006-.298l.004-.24A7.25%207.25%200%200%201%2012%202.002M14.115%2018.5H9.884l.329%201.42a.75.75%200%200%200%20.627.573l.103.008h2.114a.75.75%200%200%200%20.7-.483l.03-.099zM12%203.501a5.75%205.75%200%200%200-5.746%205.53l-.004.22l.007.277c.076%201.563.8%203.02%202.206%204.392q.162.16.29.346A7.2%207.2%200%200%201%2012%2013.5a7.2%207.2%200%200%201%203.249.767q.075-.111.163-.213l.127-.134c1.404-1.373%202.128-2.828%202.204-4.392l.007-.277l-.004-.22A5.75%205.75%200%200%200%2012%203.5m2.76%2012.204A5.7%205.7%200%200%200%2012%2015c-1%200-1.94.255-2.76.705l.298%201.294h4.923zM12%207.5a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5M8.75%209.25a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202.001a7.25%207.25%200%200%201%207.25%207.25c0%202.096-.9%204.02-2.663%205.742a.75.75%200%200%200-.175.265l-.032.103l-1.13%204.895a2.25%202.25%200%200%201-2.02%201.737l-.173.007h-2.114a2.25%202.25%200%200%201-2.147-1.577l-.045-.167l-1.13-4.895a.75.75%200%200%200-.206-.368c-1.68-1.64-2.577-3.463-2.659-5.444l-.006-.298l.004-.24A7.25%207.25%200%200%201%2012%202.002M14.115%2018.5H9.884l.329%201.42a.75.75%200%200%200%20.627.573l.103.008h2.114a.75.75%200%200%200%20.7-.483l.03-.099zM12%203.501a5.75%205.75%200%200%200-5.746%205.53l-.004.22l.007.277c.076%201.563.8%203.02%202.206%204.392q.162.16.29.346A7.2%207.2%200%200%201%2012%2013.5a7.2%207.2%200%200%201%203.249.767q.075-.111.163-.213l.127-.134c1.404-1.373%202.128-2.828%202.204-4.392l.007-.277l-.004-.22A5.75%205.75%200%200%200%2012%203.5m2.76%2012.204A5.7%205.7%200%200%200%2012%2015c-1%200-1.94.255-2.76.705l.298%201.294h4.923zM12%207.5a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5M8.75%209.25a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%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-24-regular.svg?color=%231a73e8&size=48