passkey-rounded from Material Symbols by Google · Rounded · Privacy · Apache-2.0 Free for personal and commercial use.

Name
passkey-rounded
Set
Material Symbols
Style
Rounded
Category
Privacy
Viewbox
24×24
License
Apache 2.0
Aliases
passkey-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More privacy icons from Material Symbols

Use the passkey icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 20q-.825 0-1.412-.587T3 18v-.8q0-.85.438-1.562T4.6 14.55q1.55-.775 3.15-1.162T11 13q.35 0 .7.013t.7.062q.275.025.437.213t.163.462q.05 1.175.575 2.213t1.4 1.762q.175.125.275.313t.1.412V19q0 .425-.288.713T14.35 20zm6-8q-1.65 0-2.825-1.175T7 8t1.175-2.825T11 4t2.825 1.175T15 8t-1.175 2.825T11 12m8.213 1.713q.287-.288.287-.713t-.288-.712T18.5 12t-.712.288T17.5 13t.288.713t.712.287t.713-.288m-.563 8.938l-1-1q-.05-.05-.15-.35v-4.45q-1.1-.325-1.8-1.237T15 13.5q0-1.45 1.025-2.475T18.5 10t2.475 1.025T22 13.5q0 1.125-.638 2t-1.612 1.25l.9.9q.15.15.15.35t-.15.35l-.8.8q-.15.15-.15.35t.15.35l.8.8q.15.15.15.35t-.15.35l-1.3 1.3q-.15.15-.35.15t-.35-.15"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPasskeyRounded(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="M5 20q-.825 0-1.412-.587T3 18v-.8q0-.85.438-1.562T4.6 14.55q1.55-.775 3.15-1.162T11 13q.35 0 .7.013t.7.062q.275.025.437.213t.163.462q.05 1.175.575 2.213t1.4 1.762q.175.125.275.313t.1.412V19q0 .425-.288.713T14.35 20zm6-8q-1.65 0-2.825-1.175T7 8t1.175-2.825T11 4t2.825 1.175T15 8t-1.175 2.825T11 12m8.213 1.713q.287-.288.287-.713t-.288-.712T18.5 12t-.712.288T17.5 13t.288.713t.712.287t.713-.288m-.563 8.938l-1-1q-.05-.05-.15-.35v-4.45q-1.1-.325-1.8-1.237T15 13.5q0-1.45 1.025-2.475T18.5 10t2.475 1.025T22 13.5q0 1.125-.638 2t-1.612 1.25l.9.9q.15.15.15.35t-.15.35l-.8.8q-.15.15-.15.35t.15.35l.8.8q.15.15.15.35t-.15.35l-1.3 1.3q-.15.15-.35.15t-.35-.15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 20q-.825 0-1.412-.587T3 18v-.8q0-.85.438-1.562T4.6 14.55q1.55-.775 3.15-1.162T11 13q.35 0 .7.013t.7.062q.275.025.437.213t.163.462q.05 1.175.575 2.213t1.4 1.762q.175.125.275.313t.1.412V19q0 .425-.288.713T14.35 20zm6-8q-1.65 0-2.825-1.175T7 8t1.175-2.825T11 4t2.825 1.175T15 8t-1.175 2.825T11 12m8.213 1.713q.287-.288.287-.713t-.288-.712T18.5 12t-.712.288T17.5 13t.288.713t.712.287t.713-.288m-.563 8.938l-1-1q-.05-.05-.15-.35v-4.45q-1.1-.325-1.8-1.237T15 13.5q0-1.45 1.025-2.475T18.5 10t2.475 1.025T22 13.5q0 1.125-.638 2t-1.612 1.25l.9.9q.15.15.15.35t-.15.35l-.8.8q-.15.15-.15.35t.15.35l.8.8q.15.15.15.35t-.15.35l-1.3 1.3q-.15.15-.35.15t-.35-.15"/></svg>
</template>

CSS

.icon-passkey-rounded {
  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%22M5%2020q-.825%200-1.412-.587T3%2018v-.8q0-.85.438-1.562T4.6%2014.55q1.55-.775%203.15-1.162T11%2013q.35%200%20.7.013t.7.062q.275.025.437.213t.163.462q.05%201.175.575%202.213t1.4%201.762q.175.125.275.313t.1.412V19q0%20.425-.288.713T14.35%2020zm6-8q-1.65%200-2.825-1.175T7%208t1.175-2.825T11%204t2.825%201.175T15%208t-1.175%202.825T11%2012m8.213%201.713q.287-.288.287-.713t-.288-.712T18.5%2012t-.712.288T17.5%2013t.288.713t.712.287t.713-.288m-.563%208.938l-1-1q-.05-.05-.15-.35v-4.45q-1.1-.325-1.8-1.237T15%2013.5q0-1.45%201.025-2.475T18.5%2010t2.475%201.025T22%2013.5q0%201.125-.638%202t-1.612%201.25l.9.9q.15.15.15.35t-.15.35l-.8.8q-.15.15-.15.35t.15.35l.8.8q.15.15.15.35t-.15.35l-1.3%201.3q-.15.15-.35.15t-.35-.15%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%22M5%2020q-.825%200-1.412-.587T3%2018v-.8q0-.85.438-1.562T4.6%2014.55q1.55-.775%203.15-1.162T11%2013q.35%200%20.7.013t.7.062q.275.025.437.213t.163.462q.05%201.175.575%202.213t1.4%201.762q.175.125.275.313t.1.412V19q0%20.425-.288.713T14.35%2020zm6-8q-1.65%200-2.825-1.175T7%208t1.175-2.825T11%204t2.825%201.175T15%208t-1.175%202.825T11%2012m8.213%201.713q.287-.288.287-.713t-.288-.712T18.5%2012t-.712.288T17.5%2013t.288.713t.712.287t.713-.288m-.563%208.938l-1-1q-.05-.05-.15-.35v-4.45q-1.1-.325-1.8-1.237T15%2013.5q0-1.45%201.025-2.475T18.5%2010t2.475%201.025T22%2013.5q0%201.125-.638%202t-1.612%201.25l.9.9q.15.15.15.35t-.15.35l-.8.8q-.15.15-.15.35t.15.35l.8.8q.15.15.15.35t-.15.35l-1.3%201.3q-.15.15-.35.15t-.35-.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/passkey-rounded.svg?color=%231a73e8&size=48