lightbulb-person-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
lightbulb-person-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="m12.834 16l-.145.605c-.184.771-.865 1.33-1.67 1.39l-.144.005h-1.75c-.818 0-1.535-.516-1.776-1.262l-.038-.133L7.167 16zm.239-1l.188-.79A4.98 4.98 0 0 0 10 13a4.98 4.98 0 0 0-3.26 1.21l.188.79zM10 12a5.97 5.97 0 0 0-3.517 1.138l-.107-.45a.6.6 0 0 0-.17-.294c-1.39-1.312-2.133-2.77-2.2-4.355L4 7.8l.003-.191C4.108 4.494 6.753 2 10 2c3.314 0 6 2.597 6 5.8c0 1.677-.745 3.216-2.204 4.594a.6.6 0 0 0-.145.213l-.026.081l-.108.45A5.97 5.97 0 0 0 10 12M8.5 8a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0M10 5.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5"/></svg>

React

import type { SVGProps } from "react";

export function FluentLightbulbPerson20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m12.834 16l-.145.605c-.184.771-.865 1.33-1.67 1.39l-.144.005h-1.75c-.818 0-1.535-.516-1.776-1.262l-.038-.133L7.167 16zm.239-1l.188-.79A4.98 4.98 0 0 0 10 13a4.98 4.98 0 0 0-3.26 1.21l.188.79zM10 12a5.97 5.97 0 0 0-3.517 1.138l-.107-.45a.6.6 0 0 0-.17-.294c-1.39-1.312-2.133-2.77-2.2-4.355L4 7.8l.003-.191C4.108 4.494 6.753 2 10 2c3.314 0 6 2.597 6 5.8c0 1.677-.745 3.216-2.204 4.594a.6.6 0 0 0-.145.213l-.026.081l-.108.45A5.97 5.97 0 0 0 10 12M8.5 8a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0M10 5.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m12.834 16l-.145.605c-.184.771-.865 1.33-1.67 1.39l-.144.005h-1.75c-.818 0-1.535-.516-1.776-1.262l-.038-.133L7.167 16zm.239-1l.188-.79A4.98 4.98 0 0 0 10 13a4.98 4.98 0 0 0-3.26 1.21l.188.79zM10 12a5.97 5.97 0 0 0-3.517 1.138l-.107-.45a.6.6 0 0 0-.17-.294c-1.39-1.312-2.133-2.77-2.2-4.355L4 7.8l.003-.191C4.108 4.494 6.753 2 10 2c3.314 0 6 2.597 6 5.8c0 1.677-.745 3.216-2.204 4.594a.6.6 0 0 0-.145.213l-.026.081l-.108.45A5.97 5.97 0 0 0 10 12M8.5 8a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0M10 5.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5"/></svg>
</template>

CSS

.icon-lightbulb-person-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.834%2016l-.145.605c-.184.771-.865%201.33-1.67%201.39l-.144.005h-1.75c-.818%200-1.535-.516-1.776-1.262l-.038-.133L7.167%2016zm.239-1l.188-.79A4.98%204.98%200%200%200%2010%2013a4.98%204.98%200%200%200-3.26%201.21l.188.79zM10%2012a5.97%205.97%200%200%200-3.517%201.138l-.107-.45a.6.6%200%200%200-.17-.294c-1.39-1.312-2.133-2.77-2.2-4.355L4%207.8l.003-.191C4.108%204.494%206.753%202%2010%202c3.314%200%206%202.597%206%205.8c0%201.677-.745%203.216-2.204%204.594a.6.6%200%200%200-.145.213l-.026.081l-.108.45A5.97%205.97%200%200%200%2010%2012M8.5%208a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200M10%205.5a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.834%2016l-.145.605c-.184.771-.865%201.33-1.67%201.39l-.144.005h-1.75c-.818%200-1.535-.516-1.776-1.262l-.038-.133L7.167%2016zm.239-1l.188-.79A4.98%204.98%200%200%200%2010%2013a4.98%204.98%200%200%200-3.26%201.21l.188.79zM10%2012a5.97%205.97%200%200%200-3.517%201.138l-.107-.45a.6.6%200%200%200-.17-.294c-1.39-1.312-2.133-2.77-2.2-4.355L4%207.8l.003-.191C4.108%204.494%206.753%202%2010%202c3.314%200%206%202.597%206%205.8c0%201.677-.745%203.216-2.204%204.594a.6.6%200%200%200-.145.213l-.026.081l-.108.45A5.97%205.97%200%200%200%2010%2012M8.5%208a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200M10%205.5a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/lightbulb-person-20-filled.svg?color=%231a73e8&size=48