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

Name
lightbulb-person-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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="M10 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-.936 3.917c-.184.771-.865 1.33-1.67 1.39l-.144.005h-1.75c-.818 0-1.535-.516-1.776-1.262l-.038-.133l-.935-3.916a.6.6 0 0 0-.17-.295c-1.39-1.312-2.133-2.77-2.2-4.355L4 7.8l.003-.191C4.108 4.494 6.753 2 10 2M7.955 15l.319 1.334l.026.096c.097.3.376.522.712.563l.113.007h1.713l.106-.003a.86.86 0 0 0 .741-.525l.031-.1l.329-1.372zm4.531-1.839A5 5 0 0 0 10 12.5c-.904 0-1.752.24-2.484.66l.2.84h4.569zm.266-.994a1.6 1.6 0 0 1 .357-.5C14.383 10.465 15 9.181 15 7.8C15 5.157 12.769 3 10 3C7.368 3 5.212 4.953 5.015 7.414l-.012.212L5 7.779l.004.217c.056 1.304.674 2.525 1.888 3.671a1.6 1.6 0 0 1 .357.5A6 6 0 0 1 10 11.5c.992 0 1.928.24 2.752.667M8.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 FluentLightbulbPerson20Regular(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="M10 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-.936 3.917c-.184.771-.865 1.33-1.67 1.39l-.144.005h-1.75c-.818 0-1.535-.516-1.776-1.262l-.038-.133l-.935-3.916a.6.6 0 0 0-.17-.295c-1.39-1.312-2.133-2.77-2.2-4.355L4 7.8l.003-.191C4.108 4.494 6.753 2 10 2M7.955 15l.319 1.334l.026.096c.097.3.376.522.712.563l.113.007h1.713l.106-.003a.86.86 0 0 0 .741-.525l.031-.1l.329-1.372zm4.531-1.839A5 5 0 0 0 10 12.5c-.904 0-1.752.24-2.484.66l.2.84h4.569zm.266-.994a1.6 1.6 0 0 1 .357-.5C14.383 10.465 15 9.181 15 7.8C15 5.157 12.769 3 10 3C7.368 3 5.212 4.953 5.015 7.414l-.012.212L5 7.779l.004.217c.056 1.304.674 2.525 1.888 3.671a1.6 1.6 0 0 1 .357.5A6 6 0 0 1 10 11.5c.992 0 1.928.24 2.752.667M8.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="M10 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-.936 3.917c-.184.771-.865 1.33-1.67 1.39l-.144.005h-1.75c-.818 0-1.535-.516-1.776-1.262l-.038-.133l-.935-3.916a.6.6 0 0 0-.17-.295c-1.39-1.312-2.133-2.77-2.2-4.355L4 7.8l.003-.191C4.108 4.494 6.753 2 10 2M7.955 15l.319 1.334l.026.096c.097.3.376.522.712.563l.113.007h1.713l.106-.003a.86.86 0 0 0 .741-.525l.031-.1l.329-1.372zm4.531-1.839A5 5 0 0 0 10 12.5c-.904 0-1.752.24-2.484.66l.2.84h4.569zm.266-.994a1.6 1.6 0 0 1 .357-.5C14.383 10.465 15 9.181 15 7.8C15 5.157 12.769 3 10 3C7.368 3 5.212 4.953 5.015 7.414l-.012.212L5 7.779l.004.217c.056 1.304.674 2.525 1.888 3.671a1.6 1.6 0 0 1 .357.5A6 6 0 0 1 10 11.5c.992 0 1.928.24 2.752.667M8.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-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%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-.936%203.917c-.184.771-.865%201.33-1.67%201.39l-.144.005h-1.75c-.818%200-1.535-.516-1.776-1.262l-.038-.133l-.935-3.916a.6.6%200%200%200-.17-.295c-1.39-1.312-2.133-2.77-2.2-4.355L4%207.8l.003-.191C4.108%204.494%206.753%202%2010%202M7.955%2015l.319%201.334l.026.096c.097.3.376.522.712.563l.113.007h1.713l.106-.003a.86.86%200%200%200%20.741-.525l.031-.1l.329-1.372zm4.531-1.839A5%205%200%200%200%2010%2012.5c-.904%200-1.752.24-2.484.66l.2.84h4.569zm.266-.994a1.6%201.6%200%200%201%20.357-.5C14.383%2010.465%2015%209.181%2015%207.8C15%205.157%2012.769%203%2010%203C7.368%203%205.212%204.953%205.015%207.414l-.012.212L5%207.779l.004.217c.056%201.304.674%202.525%201.888%203.671a1.6%201.6%200%200%201%20.357.5A6%206%200%200%201%2010%2011.5c.992%200%201.928.24%202.752.667M8.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%22M10%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-.936%203.917c-.184.771-.865%201.33-1.67%201.39l-.144.005h-1.75c-.818%200-1.535-.516-1.776-1.262l-.038-.133l-.935-3.916a.6.6%200%200%200-.17-.295c-1.39-1.312-2.133-2.77-2.2-4.355L4%207.8l.003-.191C4.108%204.494%206.753%202%2010%202M7.955%2015l.319%201.334l.026.096c.097.3.376.522.712.563l.113.007h1.713l.106-.003a.86.86%200%200%200%20.741-.525l.031-.1l.329-1.372zm4.531-1.839A5%205%200%200%200%2010%2012.5c-.904%200-1.752.24-2.484.66l.2.84h4.569zm.266-.994a1.6%201.6%200%200%201%20.357-.5C14.383%2010.465%2015%209.181%2015%207.8C15%205.157%2012.769%203%2010%203C7.368%203%205.212%204.953%205.015%207.414l-.012.212L5%207.779l.004.217c.056%201.304.674%202.525%201.888%203.671a1.6%201.6%200%200%201%20.357.5A6%206%200%200%201%2010%2011.5c.992%200%201.928.24%202.752.667M8.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-regular.svg?color=%231a73e8&size=48