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

Name
people-lock-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M8 4.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5M4 7a4 4 0 1 1 8 0a4 4 0 0 1-8 0m13-.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M14 8a3 3 0 1 1 4.446 2.63a3.5 3.5 0 0 0-2.437.202A3 3 0 0 1 14 8m-.298 6.13A2.25 2.25 0 0 0 11.75 13h-7.5A2.25 2.25 0 0 0 2 15.25v.278a2 2 0 0 0 .014.208a4.5 4.5 0 0 0 .778 2.07C3.61 18.974 5.172 20 8 20c1.803 0 3.091-.417 4-1.022v-2.063l-.02.03C11.485 17.65 10.421 18.5 8 18.5s-3.486-.85-3.98-1.555a3 3 0 0 1-.513-1.359l-.007-.079v-.257a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 .72.54c.303-.42.732-.742 1.232-.91m.798.87h.5v-1a2.5 2.5 0 0 1 5 0v1h.5a1.5 1.5 0 0 1 1.5 1.5v5a1.5 1.5 0 0 1-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5v-5a1.5 1.5 0 0 1 1.5-1.5m2-1v1h2v-1a1 1 0 1 0-2 0m2 5a1 1 0 1 0-2 0a1 1 0 0 0 2 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentPeopleLock24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 4.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5M4 7a4 4 0 1 1 8 0a4 4 0 0 1-8 0m13-.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M14 8a3 3 0 1 1 4.446 2.63a3.5 3.5 0 0 0-2.437.202A3 3 0 0 1 14 8m-.298 6.13A2.25 2.25 0 0 0 11.75 13h-7.5A2.25 2.25 0 0 0 2 15.25v.278a2 2 0 0 0 .014.208a4.5 4.5 0 0 0 .778 2.07C3.61 18.974 5.172 20 8 20c1.803 0 3.091-.417 4-1.022v-2.063l-.02.03C11.485 17.65 10.421 18.5 8 18.5s-3.486-.85-3.98-1.555a3 3 0 0 1-.513-1.359l-.007-.079v-.257a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 .72.54c.303-.42.732-.742 1.232-.91m.798.87h.5v-1a2.5 2.5 0 0 1 5 0v1h.5a1.5 1.5 0 0 1 1.5 1.5v5a1.5 1.5 0 0 1-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5v-5a1.5 1.5 0 0 1 1.5-1.5m2-1v1h2v-1a1 1 0 1 0-2 0m2 5a1 1 0 1 0-2 0a1 1 0 0 0 2 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 4.5a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5M4 7a4 4 0 1 1 8 0a4 4 0 0 1-8 0m13-.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M14 8a3 3 0 1 1 4.446 2.63a3.5 3.5 0 0 0-2.437.202A3 3 0 0 1 14 8m-.298 6.13A2.25 2.25 0 0 0 11.75 13h-7.5A2.25 2.25 0 0 0 2 15.25v.278a2 2 0 0 0 .014.208a4.5 4.5 0 0 0 .778 2.07C3.61 18.974 5.172 20 8 20c1.803 0 3.091-.417 4-1.022v-2.063l-.02.03C11.485 17.65 10.421 18.5 8 18.5s-3.486-.85-3.98-1.555a3 3 0 0 1-.513-1.359l-.007-.079v-.257a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 .72.54c.303-.42.732-.742 1.232-.91m.798.87h.5v-1a2.5 2.5 0 0 1 5 0v1h.5a1.5 1.5 0 0 1 1.5 1.5v5a1.5 1.5 0 0 1-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5v-5a1.5 1.5 0 0 1 1.5-1.5m2-1v1h2v-1a1 1 0 1 0-2 0m2 5a1 1 0 1 0-2 0a1 1 0 0 0 2 0"/></svg>
</template>

CSS

.icon-people-lock-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%204.5a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5M4%207a4%204%200%201%201%208%200a4%204%200%200%201-8%200m13-.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M14%208a3%203%200%201%201%204.446%202.63a3.5%203.5%200%200%200-2.437.202A3%203%200%200%201%2014%208m-.298%206.13A2.25%202.25%200%200%200%2011.75%2013h-7.5A2.25%202.25%200%200%200%202%2015.25v.278a2%202%200%200%200%20.014.208a4.5%204.5%200%200%200%20.778%202.07C3.61%2018.974%205.172%2020%208%2020c1.803%200%203.091-.417%204-1.022v-2.063l-.02.03C11.485%2017.65%2010.421%2018.5%208%2018.5s-3.486-.85-3.98-1.555a3%203%200%200%201-.513-1.359l-.007-.079v-.257a.75.75%200%200%201%20.75-.75h7.5a.75.75%200%200%201%20.72.54c.303-.42.732-.742%201.232-.91m.798.87h.5v-1a2.5%202.5%200%200%201%205%200v1h.5a1.5%201.5%200%200%201%201.5%201.5v5a1.5%201.5%200%200%201-1.5%201.5h-6a1.5%201.5%200%200%201-1.5-1.5v-5a1.5%201.5%200%200%201%201.5-1.5m2-1v1h2v-1a1%201%200%201%200-2%200m2%205a1%201%200%201%200-2%200a1%201%200%200%200%202%200%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%204.5a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5M4%207a4%204%200%201%201%208%200a4%204%200%200%201-8%200m13-.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M14%208a3%203%200%201%201%204.446%202.63a3.5%203.5%200%200%200-2.437.202A3%203%200%200%201%2014%208m-.298%206.13A2.25%202.25%200%200%200%2011.75%2013h-7.5A2.25%202.25%200%200%200%202%2015.25v.278a2%202%200%200%200%20.014.208a4.5%204.5%200%200%200%20.778%202.07C3.61%2018.974%205.172%2020%208%2020c1.803%200%203.091-.417%204-1.022v-2.063l-.02.03C11.485%2017.65%2010.421%2018.5%208%2018.5s-3.486-.85-3.98-1.555a3%203%200%200%201-.513-1.359l-.007-.079v-.257a.75.75%200%200%201%20.75-.75h7.5a.75.75%200%200%201%20.72.54c.303-.42.732-.742%201.232-.91m.798.87h.5v-1a2.5%202.5%200%200%201%205%200v1h.5a1.5%201.5%200%200%201%201.5%201.5v5a1.5%201.5%200%200%201-1.5%201.5h-6a1.5%201.5%200%200%201-1.5-1.5v-5a1.5%201.5%200%200%201%201.5-1.5m2-1v1h2v-1a1%201%200%201%200-2%200m2%205a1%201%200%201%200-2%200a1%201%200%200%200%202%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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