lightbulb-person-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
lightbulb-person-48-regular
Set
Fluent UI System Icons
Style
48 Regular
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="M12 18.5c0-6.627 5.373-12 12-12s12 5.373 12 12c0 3.504-1.5 6.657-3.898 8.852a5.8 5.8 0 0 0-1.142 1.424A14.44 14.44 0 0 0 24 27c-2.522 0-4.894.644-6.96 1.776a5.8 5.8 0 0 0-1.142-1.424A11.97 11.97 0 0 1 12 18.5m5.83 12.705A11.94 11.94 0 0 1 24 29.5c2.256 0 4.367.623 6.17 1.705l-.845 3.295h-10.65zm2.206 8.604L19.316 37h9.368l-.72 2.809a2.25 2.25 0 0 1-2.18 1.691h-3.568a2.25 2.25 0 0 1-2.18-1.691M24 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.349l2.535 9.885a4.75 4.75 0 0 0 4.6 3.57h3.57a4.75 4.75 0 0 0 4.6-3.57l2.535-9.885c.122-.476.422-.938.87-1.35A14.47 14.47 0 0 0 38.5 18.5C38.5 10.492 32.008 4 24 4m-4.5 14.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0m4.5-7a7 7 0 1 0 0 14a7 7 0 0 0 0-14"/></svg>

React

import type { SVGProps } from "react";

export function FluentLightbulbPerson48Regular(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="M12 18.5c0-6.627 5.373-12 12-12s12 5.373 12 12c0 3.504-1.5 6.657-3.898 8.852a5.8 5.8 0 0 0-1.142 1.424A14.44 14.44 0 0 0 24 27c-2.522 0-4.894.644-6.96 1.776a5.8 5.8 0 0 0-1.142-1.424A11.97 11.97 0 0 1 12 18.5m5.83 12.705A11.94 11.94 0 0 1 24 29.5c2.256 0 4.367.623 6.17 1.705l-.845 3.295h-10.65zm2.206 8.604L19.316 37h9.368l-.72 2.809a2.25 2.25 0 0 1-2.18 1.691h-3.568a2.25 2.25 0 0 1-2.18-1.691M24 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.349l2.535 9.885a4.75 4.75 0 0 0 4.6 3.57h3.57a4.75 4.75 0 0 0 4.6-3.57l2.535-9.885c.122-.476.422-.938.87-1.35A14.47 14.47 0 0 0 38.5 18.5C38.5 10.492 32.008 4 24 4m-4.5 14.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0m4.5-7a7 7 0 1 0 0 14a7 7 0 0 0 0-14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M12 18.5c0-6.627 5.373-12 12-12s12 5.373 12 12c0 3.504-1.5 6.657-3.898 8.852a5.8 5.8 0 0 0-1.142 1.424A14.44 14.44 0 0 0 24 27c-2.522 0-4.894.644-6.96 1.776a5.8 5.8 0 0 0-1.142-1.424A11.97 11.97 0 0 1 12 18.5m5.83 12.705A11.94 11.94 0 0 1 24 29.5c2.256 0 4.367.623 6.17 1.705l-.845 3.295h-10.65zm2.206 8.604L19.316 37h9.368l-.72 2.809a2.25 2.25 0 0 1-2.18 1.691h-3.568a2.25 2.25 0 0 1-2.18-1.691M24 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.349l2.535 9.885a4.75 4.75 0 0 0 4.6 3.57h3.57a4.75 4.75 0 0 0 4.6-3.57l2.535-9.885c.122-.476.422-.938.87-1.35A14.47 14.47 0 0 0 38.5 18.5C38.5 10.492 32.008 4 24 4m-4.5 14.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0m4.5-7a7 7 0 1 0 0 14a7 7 0 0 0 0-14"/></svg>
</template>

CSS

.icon-lightbulb-person-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2018.5c0-6.627%205.373-12%2012-12s12%205.373%2012%2012c0%203.504-1.5%206.657-3.898%208.852a5.8%205.8%200%200%200-1.142%201.424A14.44%2014.44%200%200%200%2024%2027c-2.522%200-4.894.644-6.96%201.776a5.8%205.8%200%200%200-1.142-1.424A11.97%2011.97%200%200%201%2012%2018.5m5.83%2012.705A11.94%2011.94%200%200%201%2024%2029.5c2.256%200%204.367.623%206.17%201.705l-.845%203.295h-10.65zm2.206%208.604L19.316%2037h9.368l-.72%202.809a2.25%202.25%200%200%201-2.18%201.691h-3.568a2.25%202.25%200%200%201-2.18-1.691M24%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.349l2.535%209.885a4.75%204.75%200%200%200%204.6%203.57h3.57a4.75%204.75%200%200%200%204.6-3.57l2.535-9.885c.122-.476.422-.938.87-1.35A14.47%2014.47%200%200%200%2038.5%2018.5C38.5%2010.492%2032.008%204%2024%204m-4.5%2014.5a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200m4.5-7a7%207%200%201%200%200%2014a7%207%200%200%200%200-14%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%22M12%2018.5c0-6.627%205.373-12%2012-12s12%205.373%2012%2012c0%203.504-1.5%206.657-3.898%208.852a5.8%205.8%200%200%200-1.142%201.424A14.44%2014.44%200%200%200%2024%2027c-2.522%200-4.894.644-6.96%201.776a5.8%205.8%200%200%200-1.142-1.424A11.97%2011.97%200%200%201%2012%2018.5m5.83%2012.705A11.94%2011.94%200%200%201%2024%2029.5c2.256%200%204.367.623%206.17%201.705l-.845%203.295h-10.65zm2.206%208.604L19.316%2037h9.368l-.72%202.809a2.25%202.25%200%200%201-2.18%201.691h-3.568a2.25%202.25%200%200%201-2.18-1.691M24%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.349l2.535%209.885a4.75%204.75%200%200%200%204.6%203.57h3.57a4.75%204.75%200%200%200%204.6-3.57l2.535-9.885c.122-.476.422-.938.87-1.35A14.47%2014.47%200%200%200%2038.5%2018.5C38.5%2010.492%2032.008%204%2024%204m-4.5%2014.5a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200m4.5-7a7%207%200%201%200%200%2014a7%207%200%200%200%200-14%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-regular.svg?color=%231a73e8&size=48