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

Name
person-passkey-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M18 16.663a3.5 3.5 0 0 1-1.373-1.163a3.5 3.5 0 0 1-.627-2a3.5 3.5 0 1 1 4.5 3.355V17l1.146 1.146a.5.5 0 0 1 0 .708L20.5 20l1.161 1.161a.5.5 0 0 1 .015.692l-1.823 1.984a.5.5 0 0 1-.722.015l-.985-.984a.5.5 0 0 1-.146-.354zM20.5 13a1 1 0 1 0-2 0a1 1 0 0 0 2 0M12 22.001c1.969 0 3.64-.354 5-1.069v-1.76c-1.223.883-2.88 1.33-5 1.33c-2.738 0-4.704-.747-5.957-2.214a2.25 2.25 0 0 1-.54-1.462v-.577a.75.75 0 0 1 .75-.75h9.215a4.5 4.5 0 0 1-.44-1.5H6.252a2.25 2.25 0 0 0-2.25 2.25v.578c0 .892.32 1.756.9 2.435c1.565 1.834 3.952 2.74 7.097 2.74m0-19.996a5 5 0 1 1 0 10a5 5 0 0 1 0-10m0 1.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonPasskey24Regular(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="M18 16.663a3.5 3.5 0 0 1-1.373-1.163a3.5 3.5 0 0 1-.627-2a3.5 3.5 0 1 1 4.5 3.355V17l1.146 1.146a.5.5 0 0 1 0 .708L20.5 20l1.161 1.161a.5.5 0 0 1 .015.692l-1.823 1.984a.5.5 0 0 1-.722.015l-.985-.984a.5.5 0 0 1-.146-.354zM20.5 13a1 1 0 1 0-2 0a1 1 0 0 0 2 0M12 22.001c1.969 0 3.64-.354 5-1.069v-1.76c-1.223.883-2.88 1.33-5 1.33c-2.738 0-4.704-.747-5.957-2.214a2.25 2.25 0 0 1-.54-1.462v-.577a.75.75 0 0 1 .75-.75h9.215a4.5 4.5 0 0 1-.44-1.5H6.252a2.25 2.25 0 0 0-2.25 2.25v.578c0 .892.32 1.756.9 2.435c1.565 1.834 3.952 2.74 7.097 2.74m0-19.996a5 5 0 1 1 0 10a5 5 0 0 1 0-10m0 1.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 16.663a3.5 3.5 0 0 1-1.373-1.163a3.5 3.5 0 0 1-.627-2a3.5 3.5 0 1 1 4.5 3.355V17l1.146 1.146a.5.5 0 0 1 0 .708L20.5 20l1.161 1.161a.5.5 0 0 1 .015.692l-1.823 1.984a.5.5 0 0 1-.722.015l-.985-.984a.5.5 0 0 1-.146-.354zM20.5 13a1 1 0 1 0-2 0a1 1 0 0 0 2 0M12 22.001c1.969 0 3.64-.354 5-1.069v-1.76c-1.223.883-2.88 1.33-5 1.33c-2.738 0-4.704-.747-5.957-2.214a2.25 2.25 0 0 1-.54-1.462v-.577a.75.75 0 0 1 .75-.75h9.215a4.5 4.5 0 0 1-.44-1.5H6.252a2.25 2.25 0 0 0-2.25 2.25v.578c0 .892.32 1.756.9 2.435c1.565 1.834 3.952 2.74 7.097 2.74m0-19.996a5 5 0 1 1 0 10a5 5 0 0 1 0-10m0 1.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7"/></svg>
</template>

CSS

.icon-person-passkey-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%22M18%2016.663a3.5%203.5%200%200%201-1.373-1.163a3.5%203.5%200%200%201-.627-2a3.5%203.5%200%201%201%204.5%203.355V17l1.146%201.146a.5.5%200%200%201%200%20.708L20.5%2020l1.161%201.161a.5.5%200%200%201%20.015.692l-1.823%201.984a.5.5%200%200%201-.722.015l-.985-.984a.5.5%200%200%201-.146-.354zM20.5%2013a1%201%200%201%200-2%200a1%201%200%200%200%202%200M12%2022.001c1.969%200%203.64-.354%205-1.069v-1.76c-1.223.883-2.88%201.33-5%201.33c-2.738%200-4.704-.747-5.957-2.214a2.25%202.25%200%200%201-.54-1.462v-.577a.75.75%200%200%201%20.75-.75h9.215a4.5%204.5%200%200%201-.44-1.5H6.252a2.25%202.25%200%200%200-2.25%202.25v.578c0%20.892.32%201.756.9%202.435c1.565%201.834%203.952%202.74%207.097%202.74m0-19.996a5%205%200%201%201%200%2010a5%205%200%200%201%200-10m0%201.5a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7%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%22M18%2016.663a3.5%203.5%200%200%201-1.373-1.163a3.5%203.5%200%200%201-.627-2a3.5%203.5%200%201%201%204.5%203.355V17l1.146%201.146a.5.5%200%200%201%200%20.708L20.5%2020l1.161%201.161a.5.5%200%200%201%20.015.692l-1.823%201.984a.5.5%200%200%201-.722.015l-.985-.984a.5.5%200%200%201-.146-.354zM20.5%2013a1%201%200%201%200-2%200a1%201%200%200%200%202%200M12%2022.001c1.969%200%203.64-.354%205-1.069v-1.76c-1.223.883-2.88%201.33-5%201.33c-2.738%200-4.704-.747-5.957-2.214a2.25%202.25%200%200%201-.54-1.462v-.577a.75.75%200%200%201%20.75-.75h9.215a4.5%204.5%200%200%201-.44-1.5H6.252a2.25%202.25%200%200%200-2.25%202.25v.578c0%20.892.32%201.756.9%202.435c1.565%201.834%203.952%202.74%207.097%202.74m0-19.996a5%205%200%201%201%200%2010a5%205%200%200%201%200-10m0%201.5a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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