lightbulb person icon
lightbulb-person-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- lightbulb-person-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M24 4C15.992 4 9.5 10.492 9.5 18.5c0 4.235 1.817 8.047 4.71 10.696c.448.41.748.873.87 1.349l.005.019A14.44 14.44 0 0 1 24 27.5c3.362 0 6.456 1.144 8.915 3.064l.005-.02c.122-.475.422-.937.87-1.348A14.47 14.47 0 0 0 38.5 18.5C38.5 10.492 32.008 4 24 4m8.224 29.26A11.96 11.96 0 0 0 24 30a11.96 11.96 0 0 0-8.224 3.26l.575 2.24h15.298zM16.992 38l.623 2.43a4.75 4.75 0 0 0 4.6 3.57h3.57a4.75 4.75 0 0 0 4.6-3.57l.623-2.43zM24 14a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m-7 4.5a7 7 0 1 1 14 0a7 7 0 0 1-14 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentLightbulbPerson48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 4C15.992 4 9.5 10.492 9.5 18.5c0 4.235 1.817 8.047 4.71 10.696c.448.41.748.873.87 1.349l.005.019A14.44 14.44 0 0 1 24 27.5c3.362 0 6.456 1.144 8.915 3.064l.005-.02c.122-.475.422-.937.87-1.348A14.47 14.47 0 0 0 38.5 18.5C38.5 10.492 32.008 4 24 4m8.224 29.26A11.96 11.96 0 0 0 24 30a11.96 11.96 0 0 0-8.224 3.26l.575 2.24h15.298zM16.992 38l.623 2.43a4.75 4.75 0 0 0 4.6 3.57h3.57a4.75 4.75 0 0 0 4.6-3.57l.623-2.43zM24 14a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m-7 4.5a7 7 0 1 1 14 0a7 7 0 0 1-14 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 4C15.992 4 9.5 10.492 9.5 18.5c0 4.235 1.817 8.047 4.71 10.696c.448.41.748.873.87 1.349l.005.019A14.44 14.44 0 0 1 24 27.5c3.362 0 6.456 1.144 8.915 3.064l.005-.02c.122-.475.422-.937.87-1.348A14.47 14.47 0 0 0 38.5 18.5C38.5 10.492 32.008 4 24 4m8.224 29.26A11.96 11.96 0 0 0 24 30a11.96 11.96 0 0 0-8.224 3.26l.575 2.24h15.298zM16.992 38l.623 2.43a4.75 4.75 0 0 0 4.6 3.57h3.57a4.75 4.75 0 0 0 4.6-3.57l.623-2.43zM24 14a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m-7 4.5a7 7 0 1 1 14 0a7 7 0 0 1-14 0"/></svg> </template>
CSS
.icon-lightbulb-person-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%204C15.992%204%209.5%2010.492%209.5%2018.5c0%204.235%201.817%208.047%204.71%2010.696c.448.41.748.873.87%201.349l.005.019A14.44%2014.44%200%200%201%2024%2027.5c3.362%200%206.456%201.144%208.915%203.064l.005-.02c.122-.475.422-.937.87-1.348A14.47%2014.47%200%200%200%2038.5%2018.5C38.5%2010.492%2032.008%204%2024%204m8.224%2029.26A11.96%2011.96%200%200%200%2024%2030a11.96%2011.96%200%200%200-8.224%203.26l.575%202.24h15.298zM16.992%2038l.623%202.43a4.75%204.75%200%200%200%204.6%203.57h3.57a4.75%204.75%200%200%200%204.6-3.57l.623-2.43zM24%2014a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9m-7%204.5a7%207%200%201%201%2014%200a7%207%200%200%201-14%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%204C15.992%204%209.5%2010.492%209.5%2018.5c0%204.235%201.817%208.047%204.71%2010.696c.448.41.748.873.87%201.349l.005.019A14.44%2014.44%200%200%201%2024%2027.5c3.362%200%206.456%201.144%208.915%203.064l.005-.02c.122-.475.422-.937.87-1.348A14.47%2014.47%200%200%200%2038.5%2018.5C38.5%2010.492%2032.008%204%2024%204m8.224%2029.26A11.96%2011.96%200%200%200%2024%2030a11.96%2011.96%200%200%200-8.224%203.26l.575%202.24h15.298zM16.992%2038l.623%202.43a4.75%204.75%200%200%200%204.6%203.57h3.57a4.75%204.75%200%200%200%204.6-3.57l.623-2.43zM24%2014a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9m-7%204.5a7%207%200%201%201%2014%200a7%207%200%200%201-14%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-48-filled.svg?color=%231a73e8&size=48