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

Name
people-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

14 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the people icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.5 6.75a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0M6.75 3.5a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5m5.687 11.645c.538.22 1.215.355 2.063.355c1.881 0 2.921-.668 3.469-1.434a2.9 2.9 0 0 0 .521-1.36a2 2 0 0 0 .01-.137V12.5A1.5 1.5 0 0 0 17 11h-4.63c.24.29.42.629.525 1H17a.5.5 0 0 1 .5.5v.054l-.005.05a1.9 1.9 0 0 1-.34.88c-.327.459-1.037 1.016-2.655 1.016c-.732 0-1.278-.114-1.687-.281c-.082.28-.201.596-.376.926M1.5 13a2 2 0 0 1 2-2H10a2 2 0 0 1 2 2v.084l-.002.04l-.01.135a3.95 3.95 0 0 1-.67 1.806C10.617 16.08 9.263 17 6.75 17s-3.867-.92-4.568-1.934a3.95 3.95 0 0 1-.67-1.807a3 3 0 0 1-.012-.175zm1 .06v.018l.007.083a2.95 2.95 0 0 0 .498 1.336C3.492 15.201 4.513 16 6.75 16s3.258-.799 3.745-1.503a2.95 2.95 0 0 0 .498-1.336q.006-.057.006-.083l.001-.017V13a1 1 0 0 0-1-1H3.5a1 1 0 0 0-1 1zM13 7.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0M14.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 FluentPeople20Regular(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="M4.5 6.75a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0M6.75 3.5a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5m5.687 11.645c.538.22 1.215.355 2.063.355c1.881 0 2.921-.668 3.469-1.434a2.9 2.9 0 0 0 .521-1.36a2 2 0 0 0 .01-.137V12.5A1.5 1.5 0 0 0 17 11h-4.63c.24.29.42.629.525 1H17a.5.5 0 0 1 .5.5v.054l-.005.05a1.9 1.9 0 0 1-.34.88c-.327.459-1.037 1.016-2.655 1.016c-.732 0-1.278-.114-1.687-.281c-.082.28-.201.596-.376.926M1.5 13a2 2 0 0 1 2-2H10a2 2 0 0 1 2 2v.084l-.002.04l-.01.135a3.95 3.95 0 0 1-.67 1.806C10.617 16.08 9.263 17 6.75 17s-3.867-.92-4.568-1.934a3.95 3.95 0 0 1-.67-1.807a3 3 0 0 1-.012-.175zm1 .06v.018l.007.083a2.95 2.95 0 0 0 .498 1.336C3.492 15.201 4.513 16 6.75 16s3.258-.799 3.745-1.503a2.95 2.95 0 0 0 .498-1.336q.006-.057.006-.083l.001-.017V13a1 1 0 0 0-1-1H3.5a1 1 0 0 0-1 1zM13 7.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0M14.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="M4.5 6.75a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0M6.75 3.5a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5m5.687 11.645c.538.22 1.215.355 2.063.355c1.881 0 2.921-.668 3.469-1.434a2.9 2.9 0 0 0 .521-1.36a2 2 0 0 0 .01-.137V12.5A1.5 1.5 0 0 0 17 11h-4.63c.24.29.42.629.525 1H17a.5.5 0 0 1 .5.5v.054l-.005.05a1.9 1.9 0 0 1-.34.88c-.327.459-1.037 1.016-2.655 1.016c-.732 0-1.278-.114-1.687-.281c-.082.28-.201.596-.376.926M1.5 13a2 2 0 0 1 2-2H10a2 2 0 0 1 2 2v.084l-.002.04l-.01.135a3.95 3.95 0 0 1-.67 1.806C10.617 16.08 9.263 17 6.75 17s-3.867-.92-4.568-1.934a3.95 3.95 0 0 1-.67-1.807a3 3 0 0 1-.012-.175zm1 .06v.018l.007.083a2.95 2.95 0 0 0 .498 1.336C3.492 15.201 4.513 16 6.75 16s3.258-.799 3.745-1.503a2.95 2.95 0 0 0 .498-1.336q.006-.057.006-.083l.001-.017V13a1 1 0 0 0-1-1H3.5a1 1 0 0 0-1 1zM13 7.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0M14.5 5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5"/></svg>
</template>

CSS

.icon-people-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%22M4.5%206.75a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200M6.75%203.5a3.25%203.25%200%201%200%200%206.5a3.25%203.25%200%200%200%200-6.5m5.687%2011.645c.538.22%201.215.355%202.063.355c1.881%200%202.921-.668%203.469-1.434a2.9%202.9%200%200%200%20.521-1.36a2%202%200%200%200%20.01-.137V12.5A1.5%201.5%200%200%200%2017%2011h-4.63c.24.29.42.629.525%201H17a.5.5%200%200%201%20.5.5v.054l-.005.05a1.9%201.9%200%200%201-.34.88c-.327.459-1.037%201.016-2.655%201.016c-.732%200-1.278-.114-1.687-.281c-.082.28-.201.596-.376.926M1.5%2013a2%202%200%200%201%202-2H10a2%202%200%200%201%202%202v.084l-.002.04l-.01.135a3.95%203.95%200%200%201-.67%201.806C10.617%2016.08%209.263%2017%206.75%2017s-3.867-.92-4.568-1.934a3.95%203.95%200%200%201-.67-1.807a3%203%200%200%201-.012-.175zm1%20.06v.018l.007.083a2.95%202.95%200%200%200%20.498%201.336C3.492%2015.201%204.513%2016%206.75%2016s3.258-.799%203.745-1.503a2.95%202.95%200%200%200%20.498-1.336q.006-.057.006-.083l.001-.017V13a1%201%200%200%200-1-1H3.5a1%201%200%200%200-1%201zM13%207.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200M14.5%205a2.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%22M4.5%206.75a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200M6.75%203.5a3.25%203.25%200%201%200%200%206.5a3.25%203.25%200%200%200%200-6.5m5.687%2011.645c.538.22%201.215.355%202.063.355c1.881%200%202.921-.668%203.469-1.434a2.9%202.9%200%200%200%20.521-1.36a2%202%200%200%200%20.01-.137V12.5A1.5%201.5%200%200%200%2017%2011h-4.63c.24.29.42.629.525%201H17a.5.5%200%200%201%20.5.5v.054l-.005.05a1.9%201.9%200%200%201-.34.88c-.327.459-1.037%201.016-2.655%201.016c-.732%200-1.278-.114-1.687-.281c-.082.28-.201.596-.376.926M1.5%2013a2%202%200%200%201%202-2H10a2%202%200%200%201%202%202v.084l-.002.04l-.01.135a3.95%203.95%200%200%201-.67%201.806C10.617%2016.08%209.263%2017%206.75%2017s-3.867-.92-4.568-1.934a3.95%203.95%200%200%201-.67-1.807a3%203%200%200%201-.012-.175zm1%20.06v.018l.007.083a2.95%202.95%200%200%200%20.498%201.336C3.492%2015.201%204.513%2016%206.75%2016s3.258-.799%203.745-1.503a2.95%202.95%200%200%200%20.498-1.336q.006-.057.006-.083l.001-.017V13a1%201%200%200%200-1-1H3.5a1%201%200%200%200-1%201zM13%207.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200M14.5%205a2.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/people-20-regular.svg?color=%231a73e8&size=48