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

Name
person-passkey-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M24 4c-5.523 0-10 4.477-10 10s4.477 10 10 10s10-4.477 10-10S29.523 4 24 4m-7.5 10a7.5 7.5 0 1 1 15 0a7.5 7.5 0 0 1-15 0m-4.25 14A4.25 4.25 0 0 0 8 32.249V33c0 3.755 1.942 6.567 4.92 8.38C15.85 43.163 19.786 44 24 44c3.716 0 7.216-.65 10-2.027v-2.866l-.22.138C31.37 40.712 27.932 41.5 24 41.5s-7.37-.788-9.78-2.255c-2.36-1.437-3.72-3.5-3.72-6.245v-.751a1.75 1.75 0 0 1 1.75-1.749h18.456a9 9 0 0 1-.651-2.5zm19.82 0A7 7 0 1 1 41 33.71V34l2.293 2.293a1 1 0 0 1 0 1.414L41 40l2.322 2.322a1 1 0 0 1 .03 1.384l-3.646 3.968a1 1 0 0 1-1.444.03l-1.97-1.969a1 1 0 0 1-.292-.707V33.326a7.03 7.03 0 0 1-3.063-2.826a7 7 0 0 1-.866-2.5M41 26a2 2 0 1 0-4 0a2 2 0 0 0 4 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentPersonPasskey48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 4c-5.523 0-10 4.477-10 10s4.477 10 10 10s10-4.477 10-10S29.523 4 24 4m-7.5 10a7.5 7.5 0 1 1 15 0a7.5 7.5 0 0 1-15 0m-4.25 14A4.25 4.25 0 0 0 8 32.249V33c0 3.755 1.942 6.567 4.92 8.38C15.85 43.163 19.786 44 24 44c3.716 0 7.216-.65 10-2.027v-2.866l-.22.138C31.37 40.712 27.932 41.5 24 41.5s-7.37-.788-9.78-2.255c-2.36-1.437-3.72-3.5-3.72-6.245v-.751a1.75 1.75 0 0 1 1.75-1.749h18.456a9 9 0 0 1-.651-2.5zm19.82 0A7 7 0 1 1 41 33.71V34l2.293 2.293a1 1 0 0 1 0 1.414L41 40l2.322 2.322a1 1 0 0 1 .03 1.384l-3.646 3.968a1 1 0 0 1-1.444.03l-1.97-1.969a1 1 0 0 1-.292-.707V33.326a7.03 7.03 0 0 1-3.063-2.826a7 7 0 0 1-.866-2.5M41 26a2 2 0 1 0-4 0a2 2 0 0 0 4 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 4c-5.523 0-10 4.477-10 10s4.477 10 10 10s10-4.477 10-10S29.523 4 24 4m-7.5 10a7.5 7.5 0 1 1 15 0a7.5 7.5 0 0 1-15 0m-4.25 14A4.25 4.25 0 0 0 8 32.249V33c0 3.755 1.942 6.567 4.92 8.38C15.85 43.163 19.786 44 24 44c3.716 0 7.216-.65 10-2.027v-2.866l-.22.138C31.37 40.712 27.932 41.5 24 41.5s-7.37-.788-9.78-2.255c-2.36-1.437-3.72-3.5-3.72-6.245v-.751a1.75 1.75 0 0 1 1.75-1.749h18.456a9 9 0 0 1-.651-2.5zm19.82 0A7 7 0 1 1 41 33.71V34l2.293 2.293a1 1 0 0 1 0 1.414L41 40l2.322 2.322a1 1 0 0 1 .03 1.384l-3.646 3.968a1 1 0 0 1-1.444.03l-1.97-1.969a1 1 0 0 1-.292-.707V33.326a7.03 7.03 0 0 1-3.063-2.826a7 7 0 0 1-.866-2.5M41 26a2 2 0 1 0-4 0a2 2 0 0 0 4 0"/></svg>
</template>

CSS

.icon-person-passkey-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%204c-5.523%200-10%204.477-10%2010s4.477%2010%2010%2010s10-4.477%2010-10S29.523%204%2024%204m-7.5%2010a7.5%207.5%200%201%201%2015%200a7.5%207.5%200%200%201-15%200m-4.25%2014A4.25%204.25%200%200%200%208%2032.249V33c0%203.755%201.942%206.567%204.92%208.38C15.85%2043.163%2019.786%2044%2024%2044c3.716%200%207.216-.65%2010-2.027v-2.866l-.22.138C31.37%2040.712%2027.932%2041.5%2024%2041.5s-7.37-.788-9.78-2.255c-2.36-1.437-3.72-3.5-3.72-6.245v-.751a1.75%201.75%200%200%201%201.75-1.749h18.456a9%209%200%200%201-.651-2.5zm19.82%200A7%207%200%201%201%2041%2033.71V34l2.293%202.293a1%201%200%200%201%200%201.414L41%2040l2.322%202.322a1%201%200%200%201%20.03%201.384l-3.646%203.968a1%201%200%200%201-1.444.03l-1.97-1.969a1%201%200%200%201-.292-.707V33.326a7.03%207.03%200%200%201-3.063-2.826a7%207%200%200%201-.866-2.5M41%2026a2%202%200%201%200-4%200a2%202%200%200%200%204%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%204c-5.523%200-10%204.477-10%2010s4.477%2010%2010%2010s10-4.477%2010-10S29.523%204%2024%204m-7.5%2010a7.5%207.5%200%201%201%2015%200a7.5%207.5%200%200%201-15%200m-4.25%2014A4.25%204.25%200%200%200%208%2032.249V33c0%203.755%201.942%206.567%204.92%208.38C15.85%2043.163%2019.786%2044%2024%2044c3.716%200%207.216-.65%2010-2.027v-2.866l-.22.138C31.37%2040.712%2027.932%2041.5%2024%2041.5s-7.37-.788-9.78-2.255c-2.36-1.437-3.72-3.5-3.72-6.245v-.751a1.75%201.75%200%200%201%201.75-1.749h18.456a9%209%200%200%201-.651-2.5zm19.82%200A7%207%200%201%201%2041%2033.71V34l2.293%202.293a1%201%200%200%201%200%201.414L41%2040l2.322%202.322a1%201%200%200%201%20.03%201.384l-3.646%203.968a1%201%200%200%201-1.444.03l-1.97-1.969a1%201%200%200%201-.292-.707V33.326a7.03%207.03%200%200%201-3.063-2.826a7%207%200%200%201-.866-2.5M41%2026a2%202%200%201%200-4%200a2%202%200%200%200%204%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-48-regular.svg?color=%231a73e8&size=48