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

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

10 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the people lock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M20 14a3 3 0 0 1 3 3v1h.5a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-7a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h.5v-1a3 3 0 0 1 3-3m0 7a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m-5.25-6c.581 0 1.11.222 1.509.584A4 4 0 0 0 16 17v.041q-.261.045-.505.13a.75.75 0 0 0-.745-.671H4.25a.75.75 0 0 0-.75.75v.495l.001.018q.001.03.008.1c.01.094.03.235.074.409c.087.347.261.812.61 1.278c.673.897 2.115 1.95 5.307 1.95c1.868 0 3.134-.363 4-.842v1.658c-1.026.418-2.334.684-4 .684c-3.558 0-5.491-1.197-6.506-2.55a5.1 5.1 0 0 1-.866-1.815a4.5 4.5 0 0 1-.125-.797L2 17.78v-.531A2.25 2.25 0 0 1 4.25 15zm5.25.5a1.5 1.5 0 0 0-1.5 1.5v1h3v-1a1.5 1.5 0 0 0-1.5-1.5M9.5 4a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9M20 6a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7M9.5 5.5a3 3 0 1 0 0 6a3 3 0 0 0 0-6m10.5 2a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleLock28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M20 14a3 3 0 0 1 3 3v1h.5a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-7a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h.5v-1a3 3 0 0 1 3-3m0 7a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m-5.25-6c.581 0 1.11.222 1.509.584A4 4 0 0 0 16 17v.041q-.261.045-.505.13a.75.75 0 0 0-.745-.671H4.25a.75.75 0 0 0-.75.75v.495l.001.018q.001.03.008.1c.01.094.03.235.074.409c.087.347.261.812.61 1.278c.673.897 2.115 1.95 5.307 1.95c1.868 0 3.134-.363 4-.842v1.658c-1.026.418-2.334.684-4 .684c-3.558 0-5.491-1.197-6.506-2.55a5.1 5.1 0 0 1-.866-1.815a4.5 4.5 0 0 1-.125-.797L2 17.78v-.531A2.25 2.25 0 0 1 4.25 15zm5.25.5a1.5 1.5 0 0 0-1.5 1.5v1h3v-1a1.5 1.5 0 0 0-1.5-1.5M9.5 4a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9M20 6a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7M9.5 5.5a3 3 0 1 0 0 6a3 3 0 0 0 0-6m10.5 2a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M20 14a3 3 0 0 1 3 3v1h.5a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-7a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h.5v-1a3 3 0 0 1 3-3m0 7a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m-5.25-6c.581 0 1.11.222 1.509.584A4 4 0 0 0 16 17v.041q-.261.045-.505.13a.75.75 0 0 0-.745-.671H4.25a.75.75 0 0 0-.75.75v.495l.001.018q.001.03.008.1c.01.094.03.235.074.409c.087.347.261.812.61 1.278c.673.897 2.115 1.95 5.307 1.95c1.868 0 3.134-.363 4-.842v1.658c-1.026.418-2.334.684-4 .684c-3.558 0-5.491-1.197-6.506-2.55a5.1 5.1 0 0 1-.866-1.815a4.5 4.5 0 0 1-.125-.797L2 17.78v-.531A2.25 2.25 0 0 1 4.25 15zm5.25.5a1.5 1.5 0 0 0-1.5 1.5v1h3v-1a1.5 1.5 0 0 0-1.5-1.5M9.5 4a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9M20 6a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7M9.5 5.5a3 3 0 1 0 0 6a3 3 0 0 0 0-6m10.5 2a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>
</template>

CSS

.icon-people-lock-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2014a3%203%200%200%201%203%203v1h.5a2%202%200%200%201%202%202v5a2%202%200%200%201-2%202h-7a2%202%200%200%201-2-2v-5a2%202%200%200%201%202-2h.5v-1a3%203%200%200%201%203-3m0%207a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m-5.25-6c.581%200%201.11.222%201.509.584A4%204%200%200%200%2016%2017v.041q-.261.045-.505.13a.75.75%200%200%200-.745-.671H4.25a.75.75%200%200%200-.75.75v.495l.001.018q.001.03.008.1c.01.094.03.235.074.409c.087.347.261.812.61%201.278c.673.897%202.115%201.95%205.307%201.95c1.868%200%203.134-.363%204-.842v1.658c-1.026.418-2.334.684-4%20.684c-3.558%200-5.491-1.197-6.506-2.55a5.1%205.1%200%200%201-.866-1.815a4.5%204.5%200%200%201-.125-.797L2%2017.78v-.531A2.25%202.25%200%200%201%204.25%2015zm5.25.5a1.5%201.5%200%200%200-1.5%201.5v1h3v-1a1.5%201.5%200%200%200-1.5-1.5M9.5%204a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9M20%206a3.5%203.5%200%201%201%200%207a3.5%203.5%200%200%201%200-7M9.5%205.5a3%203%200%201%200%200%206a3%203%200%200%200%200-6m10.5%202a2%202%200%201%200%200%204a2%202%200%200%200%200-4%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2014a3%203%200%200%201%203%203v1h.5a2%202%200%200%201%202%202v5a2%202%200%200%201-2%202h-7a2%202%200%200%201-2-2v-5a2%202%200%200%201%202-2h.5v-1a3%203%200%200%201%203-3m0%207a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m-5.25-6c.581%200%201.11.222%201.509.584A4%204%200%200%200%2016%2017v.041q-.261.045-.505.13a.75.75%200%200%200-.745-.671H4.25a.75.75%200%200%200-.75.75v.495l.001.018q.001.03.008.1c.01.094.03.235.074.409c.087.347.261.812.61%201.278c.673.897%202.115%201.95%205.307%201.95c1.868%200%203.134-.363%204-.842v1.658c-1.026.418-2.334.684-4%20.684c-3.558%200-5.491-1.197-6.506-2.55a5.1%205.1%200%200%201-.866-1.815a4.5%204.5%200%200%201-.125-.797L2%2017.78v-.531A2.25%202.25%200%200%201%204.25%2015zm5.25.5a1.5%201.5%200%200%200-1.5%201.5v1h3v-1a1.5%201.5%200%200%200-1.5-1.5M9.5%204a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9M20%206a3.5%203.5%200%201%201%200%207a3.5%203.5%200%200%201%200-7M9.5%205.5a3%203%200%201%200%200%206a3%203%200%200%200%200-6m10.5%202a2%202%200%201%200%200%204a2%202%200%200%200%200-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/people-lock-28-regular.svg?color=%231a73e8&size=48