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

Name
person-passkey-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the person passkey icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23 9A7 7 0 1 1 9 9a7 7 0 0 1 14 0m-2 0a5 5 0 1 0-10 0a5 5 0 0 0 10 0M7.5 18A3.5 3.5 0 0 0 4 21.5v.5c0 2.393 1.523 4.417 3.685 5.793C9.859 29.177 12.802 30 16 30c2.718 0 5.25-.594 7.285-1.622v-2.3l-.044.028C21.434 27.256 18.877 28 16 28s-5.434-.744-7.241-1.894C6.939 24.95 6 23.472 6 22v-.5A1.5 1.5 0 0 1 7.5 20h13.41a5.8 5.8 0 0 1-.175-2zm14.528 0a4.5 4.5 0 1 1 5.757 4.814V23l1.474 1.474a.643.643 0 0 1 0 .91l-1.474 1.473l1.493 1.493a.643.643 0 0 1 .019.89l-2.344 2.55a.643.643 0 0 1-.928.02l-1.266-1.266a.64.64 0 0 1-.188-.454v-7.524A4.49 4.49 0 0 1 22.028 18m5.597-.625a1.125 1.125 0 1 0-2.25 0a1.125 1.125 0 0 0 2.25 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonPasskey32Regular(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 9A7 7 0 1 1 9 9a7 7 0 0 1 14 0m-2 0a5 5 0 1 0-10 0a5 5 0 0 0 10 0M7.5 18A3.5 3.5 0 0 0 4 21.5v.5c0 2.393 1.523 4.417 3.685 5.793C9.859 29.177 12.802 30 16 30c2.718 0 5.25-.594 7.285-1.622v-2.3l-.044.028C21.434 27.256 18.877 28 16 28s-5.434-.744-7.241-1.894C6.939 24.95 6 23.472 6 22v-.5A1.5 1.5 0 0 1 7.5 20h13.41a5.8 5.8 0 0 1-.175-2zm14.528 0a4.5 4.5 0 1 1 5.757 4.814V23l1.474 1.474a.643.643 0 0 1 0 .91l-1.474 1.473l1.493 1.493a.643.643 0 0 1 .019.89l-2.344 2.55a.643.643 0 0 1-.928.02l-1.266-1.266a.64.64 0 0 1-.188-.454v-7.524A4.49 4.49 0 0 1 22.028 18m5.597-.625a1.125 1.125 0 1 0-2.25 0a1.125 1.125 0 0 0 2.25 0"/></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 9A7 7 0 1 1 9 9a7 7 0 0 1 14 0m-2 0a5 5 0 1 0-10 0a5 5 0 0 0 10 0M7.5 18A3.5 3.5 0 0 0 4 21.5v.5c0 2.393 1.523 4.417 3.685 5.793C9.859 29.177 12.802 30 16 30c2.718 0 5.25-.594 7.285-1.622v-2.3l-.044.028C21.434 27.256 18.877 28 16 28s-5.434-.744-7.241-1.894C6.939 24.95 6 23.472 6 22v-.5A1.5 1.5 0 0 1 7.5 20h13.41a5.8 5.8 0 0 1-.175-2zm14.528 0a4.5 4.5 0 1 1 5.757 4.814V23l1.474 1.474a.643.643 0 0 1 0 .91l-1.474 1.473l1.493 1.493a.643.643 0 0 1 .019.89l-2.344 2.55a.643.643 0 0 1-.928.02l-1.266-1.266a.64.64 0 0 1-.188-.454v-7.524A4.49 4.49 0 0 1 22.028 18m5.597-.625a1.125 1.125 0 1 0-2.25 0a1.125 1.125 0 0 0 2.25 0"/></svg>
</template>

CSS

.icon-person-passkey-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%209A7%207%200%201%201%209%209a7%207%200%200%201%2014%200m-2%200a5%205%200%201%200-10%200a5%205%200%200%200%2010%200M7.5%2018A3.5%203.5%200%200%200%204%2021.5v.5c0%202.393%201.523%204.417%203.685%205.793C9.859%2029.177%2012.802%2030%2016%2030c2.718%200%205.25-.594%207.285-1.622v-2.3l-.044.028C21.434%2027.256%2018.877%2028%2016%2028s-5.434-.744-7.241-1.894C6.939%2024.95%206%2023.472%206%2022v-.5A1.5%201.5%200%200%201%207.5%2020h13.41a5.8%205.8%200%200%201-.175-2zm14.528%200a4.5%204.5%200%201%201%205.757%204.814V23l1.474%201.474a.643.643%200%200%201%200%20.91l-1.474%201.473l1.493%201.493a.643.643%200%200%201%20.019.89l-2.344%202.55a.643.643%200%200%201-.928.02l-1.266-1.266a.64.64%200%200%201-.188-.454v-7.524A4.49%204.49%200%200%201%2022.028%2018m5.597-.625a1.125%201.125%200%201%200-2.25%200a1.125%201.125%200%200%200%202.25%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%209A7%207%200%201%201%209%209a7%207%200%200%201%2014%200m-2%200a5%205%200%201%200-10%200a5%205%200%200%200%2010%200M7.5%2018A3.5%203.5%200%200%200%204%2021.5v.5c0%202.393%201.523%204.417%203.685%205.793C9.859%2029.177%2012.802%2030%2016%2030c2.718%200%205.25-.594%207.285-1.622v-2.3l-.044.028C21.434%2027.256%2018.877%2028%2016%2028s-5.434-.744-7.241-1.894C6.939%2024.95%206%2023.472%206%2022v-.5A1.5%201.5%200%200%201%207.5%2020h13.41a5.8%205.8%200%200%201-.175-2zm14.528%200a4.5%204.5%200%201%201%205.757%204.814V23l1.474%201.474a.643.643%200%200%201%200%20.91l-1.474%201.473l1.493%201.493a.643.643%200%200%201%20.019.89l-2.344%202.55a.643.643%200%200%201-.928.02l-1.266-1.266a.64.64%200%200%201-.188-.454v-7.524A4.49%204.49%200%200%201%2022.028%2018m5.597-.625a1.125%201.125%200%201%200-2.25%200a1.125%201.125%200%200%200%202.25%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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