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

Name
people-lock-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M23 16.5a3.5 3.5 0 0 1 3.5 3.5v.5h.5a2.5 2.5 0 0 1 2.5 2.5v6a2.5 2.5 0 0 1-2.5 2.5h-8a2.5 2.5 0 0 1-2.5-2.5v-6a2.5 2.5 0 0 1 2.5-2.5h.5V20a3.5 3.5 0 0 1 3.5-3.5m0 7.5a2 2 0 1 0 0 4a2 2 0 0 0 0-4m-7-7c.956 0 1.806.45 2.355 1.146a5 5 0 0 0-.275.96c-.419.1-.812.265-1.169.484A1 1 0 0 0 16 19H5a1 1 0 0 0-1 1v.19q0 .025.009.093c.01.09.03.232.076.406c.09.347.273.818.642 1.29C5.43 22.885 6.98 24 10.5 24c2.15 0 3.564-.419 4.5-.95v2.207c-1.16.456-2.634.743-4.5.743c-3.98 0-6.181-1.29-7.352-2.792a5.6 5.6 0 0 1-.999-2.018a5 5 0 0 1-.146-.897L2 20.227V20a3 3 0 0 1 3-3zm7 1.5a1.5 1.5 0 0 0-1.5 1.5v.5h3V20a1.5 1.5 0 0 0-1.5-1.5M10.5 4a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11M23 7a4 4 0 1 1 0 8a4 4 0 0 1 0-8M10.5 6a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7M23 9a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleLock32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23 16.5a3.5 3.5 0 0 1 3.5 3.5v.5h.5a2.5 2.5 0 0 1 2.5 2.5v6a2.5 2.5 0 0 1-2.5 2.5h-8a2.5 2.5 0 0 1-2.5-2.5v-6a2.5 2.5 0 0 1 2.5-2.5h.5V20a3.5 3.5 0 0 1 3.5-3.5m0 7.5a2 2 0 1 0 0 4a2 2 0 0 0 0-4m-7-7c.956 0 1.806.45 2.355 1.146a5 5 0 0 0-.275.96c-.419.1-.812.265-1.169.484A1 1 0 0 0 16 19H5a1 1 0 0 0-1 1v.19q0 .025.009.093c.01.09.03.232.076.406c.09.347.273.818.642 1.29C5.43 22.885 6.98 24 10.5 24c2.15 0 3.564-.419 4.5-.95v2.207c-1.16.456-2.634.743-4.5.743c-3.98 0-6.181-1.29-7.352-2.792a5.6 5.6 0 0 1-.999-2.018a5 5 0 0 1-.146-.897L2 20.227V20a3 3 0 0 1 3-3zm7 1.5a1.5 1.5 0 0 0-1.5 1.5v.5h3V20a1.5 1.5 0 0 0-1.5-1.5M10.5 4a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11M23 7a4 4 0 1 1 0 8a4 4 0 0 1 0-8M10.5 6a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7M23 9a2 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 32 32"><path fill="currentColor" d="M23 16.5a3.5 3.5 0 0 1 3.5 3.5v.5h.5a2.5 2.5 0 0 1 2.5 2.5v6a2.5 2.5 0 0 1-2.5 2.5h-8a2.5 2.5 0 0 1-2.5-2.5v-6a2.5 2.5 0 0 1 2.5-2.5h.5V20a3.5 3.5 0 0 1 3.5-3.5m0 7.5a2 2 0 1 0 0 4a2 2 0 0 0 0-4m-7-7c.956 0 1.806.45 2.355 1.146a5 5 0 0 0-.275.96c-.419.1-.812.265-1.169.484A1 1 0 0 0 16 19H5a1 1 0 0 0-1 1v.19q0 .025.009.093c.01.09.03.232.076.406c.09.347.273.818.642 1.29C5.43 22.885 6.98 24 10.5 24c2.15 0 3.564-.419 4.5-.95v2.207c-1.16.456-2.634.743-4.5.743c-3.98 0-6.181-1.29-7.352-2.792a5.6 5.6 0 0 1-.999-2.018a5 5 0 0 1-.146-.897L2 20.227V20a3 3 0 0 1 3-3zm7 1.5a1.5 1.5 0 0 0-1.5 1.5v.5h3V20a1.5 1.5 0 0 0-1.5-1.5M10.5 4a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11M23 7a4 4 0 1 1 0 8a4 4 0 0 1 0-8M10.5 6a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7M23 9a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>
</template>

CSS

.icon-people-lock-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%2016.5a3.5%203.5%200%200%201%203.5%203.5v.5h.5a2.5%202.5%200%200%201%202.5%202.5v6a2.5%202.5%200%200%201-2.5%202.5h-8a2.5%202.5%200%200%201-2.5-2.5v-6a2.5%202.5%200%200%201%202.5-2.5h.5V20a3.5%203.5%200%200%201%203.5-3.5m0%207.5a2%202%200%201%200%200%204a2%202%200%200%200%200-4m-7-7c.956%200%201.806.45%202.355%201.146a5%205%200%200%200-.275.96c-.419.1-.812.265-1.169.484A1%201%200%200%200%2016%2019H5a1%201%200%200%200-1%201v.19q0%20.025.009.093c.01.09.03.232.076.406c.09.347.273.818.642%201.29C5.43%2022.885%206.98%2024%2010.5%2024c2.15%200%203.564-.419%204.5-.95v2.207c-1.16.456-2.634.743-4.5.743c-3.98%200-6.181-1.29-7.352-2.792a5.6%205.6%200%200%201-.999-2.018a5%205%200%200%201-.146-.897L2%2020.227V20a3%203%200%200%201%203-3zm7%201.5a1.5%201.5%200%200%200-1.5%201.5v.5h3V20a1.5%201.5%200%200%200-1.5-1.5M10.5%204a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11M23%207a4%204%200%201%201%200%208a4%204%200%200%201%200-8M10.5%206a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7M23%209a2%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%2016.5a3.5%203.5%200%200%201%203.5%203.5v.5h.5a2.5%202.5%200%200%201%202.5%202.5v6a2.5%202.5%200%200%201-2.5%202.5h-8a2.5%202.5%200%200%201-2.5-2.5v-6a2.5%202.5%200%200%201%202.5-2.5h.5V20a3.5%203.5%200%200%201%203.5-3.5m0%207.5a2%202%200%201%200%200%204a2%202%200%200%200%200-4m-7-7c.956%200%201.806.45%202.355%201.146a5%205%200%200%200-.275.96c-.419.1-.812.265-1.169.484A1%201%200%200%200%2016%2019H5a1%201%200%200%200-1%201v.19q0%20.025.009.093c.01.09.03.232.076.406c.09.347.273.818.642%201.29C5.43%2022.885%206.98%2024%2010.5%2024c2.15%200%203.564-.419%204.5-.95v2.207c-1.16.456-2.634.743-4.5.743c-3.98%200-6.181-1.29-7.352-2.792a5.6%205.6%200%200%201-.999-2.018a5%205%200%200%201-.146-.897L2%2020.227V20a3%203%200%200%201%203-3zm7%201.5a1.5%201.5%200%200%200-1.5%201.5v.5h3V20a1.5%201.5%200%200%200-1.5-1.5M10.5%204a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11M23%207a4%204%200%201%201%200%208a4%204%200%200%201%200-8M10.5%206a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7M23%209a2%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-32-regular.svg?color=%231a73e8&size=48