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

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

1 other variant in Material Symbols Light

The same icon in other sets

More privacy icons from Material Symbols Light

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.039 19q-.441 0-.74-.299T4 17.961v-.607q0-.62.36-1.159q.361-.54.97-.837q1.416-.68 2.834-1.018Q9.58 14 11 14q.446 0 .883.041q.436.042.883.111q.217.044.34.174t.144.347q.108.944.566 1.799t1.197 1.464q.04.03.064.073q.023.043.023.095v.127q0 .31-.23.54t-.54.229zM11 11.77q-1.246 0-2.123-.878Q8 10.016 8 8.77t.877-2.123T11 5.77t2.123.877T14 8.77t-.877 2.123T11 11.77m7.847 2.434q.23-.24.23-.55q0-.309-.23-.538t-.54-.23t-.548.23t-.24.539t.24.549t.549.24t.539-.24m-.447 6.909l-.75-.77q-.03-.03-.13-.273v-3.43q-.85-.248-1.387-.96q-.537-.71-.537-1.621q0-1.123.794-1.917q.794-.795 1.918-.795t1.907.794t.785 1.918q0 .875-.484 1.538q-.483.663-1.247.962l.67.669q.13.13.13.292t-.13.293l-.589.588q-.13.13-.13.283t.13.283l.608.588q.13.13.13.283t-.13.282l-.992.993q-.131.13-.283.13t-.283-.13"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPasskeyRounded(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.039 19q-.441 0-.74-.299T4 17.961v-.607q0-.62.36-1.159q.361-.54.97-.837q1.416-.68 2.834-1.018Q9.58 14 11 14q.446 0 .883.041q.436.042.883.111q.217.044.34.174t.144.347q.108.944.566 1.799t1.197 1.464q.04.03.064.073q.023.043.023.095v.127q0 .31-.23.54t-.54.229zM11 11.77q-1.246 0-2.123-.878Q8 10.016 8 8.77t.877-2.123T11 5.77t2.123.877T14 8.77t-.877 2.123T11 11.77m7.847 2.434q.23-.24.23-.55q0-.309-.23-.538t-.54-.23t-.548.23t-.24.539t.24.549t.549.24t.539-.24m-.447 6.909l-.75-.77q-.03-.03-.13-.273v-3.43q-.85-.248-1.387-.96q-.537-.71-.537-1.621q0-1.123.794-1.917q.794-.795 1.918-.795t1.907.794t.785 1.918q0 .875-.484 1.538q-.483.663-1.247.962l.67.669q.13.13.13.292t-.13.293l-.589.588q-.13.13-.13.283t.13.283l.608.588q.13.13.13.283t-.13.282l-.992.993q-.131.13-.283.13t-.283-.13"/></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.039 19q-.441 0-.74-.299T4 17.961v-.607q0-.62.36-1.159q.361-.54.97-.837q1.416-.68 2.834-1.018Q9.58 14 11 14q.446 0 .883.041q.436.042.883.111q.217.044.34.174t.144.347q.108.944.566 1.799t1.197 1.464q.04.03.064.073q.023.043.023.095v.127q0 .31-.23.54t-.54.229zM11 11.77q-1.246 0-2.123-.878Q8 10.016 8 8.77t.877-2.123T11 5.77t2.123.877T14 8.77t-.877 2.123T11 11.77m7.847 2.434q.23-.24.23-.55q0-.309-.23-.538t-.54-.23t-.548.23t-.24.539t.24.549t.549.24t.539-.24m-.447 6.909l-.75-.77q-.03-.03-.13-.273v-3.43q-.85-.248-1.387-.96q-.537-.71-.537-1.621q0-1.123.794-1.917q.794-.795 1.918-.795t1.907.794t.785 1.918q0 .875-.484 1.538q-.483.663-1.247.962l.67.669q.13.13.13.292t-.13.293l-.589.588q-.13.13-.13.283t.13.283l.608.588q.13.13.13.283t-.13.282l-.992.993q-.131.13-.283.13t-.283-.13"/></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.039%2019q-.441%200-.74-.299T4%2017.961v-.607q0-.62.36-1.159q.361-.54.97-.837q1.416-.68%202.834-1.018Q9.58%2014%2011%2014q.446%200%20.883.041q.436.042.883.111q.217.044.34.174t.144.347q.108.944.566%201.799t1.197%201.464q.04.03.064.073q.023.043.023.095v.127q0%20.31-.23.54t-.54.229zM11%2011.77q-1.246%200-2.123-.878Q8%2010.016%208%208.77t.877-2.123T11%205.77t2.123.877T14%208.77t-.877%202.123T11%2011.77m7.847%202.434q.23-.24.23-.55q0-.309-.23-.538t-.54-.23t-.548.23t-.24.539t.24.549t.549.24t.539-.24m-.447%206.909l-.75-.77q-.03-.03-.13-.273v-3.43q-.85-.248-1.387-.96q-.537-.71-.537-1.621q0-1.123.794-1.917q.794-.795%201.918-.795t1.907.794t.785%201.918q0%20.875-.484%201.538q-.483.663-1.247.962l.67.669q.13.13.13.292t-.13.293l-.589.588q-.13.13-.13.283t.13.283l.608.588q.13.13.13.283t-.13.282l-.992.993q-.131.13-.283.13t-.283-.13%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.039%2019q-.441%200-.74-.299T4%2017.961v-.607q0-.62.36-1.159q.361-.54.97-.837q1.416-.68%202.834-1.018Q9.58%2014%2011%2014q.446%200%20.883.041q.436.042.883.111q.217.044.34.174t.144.347q.108.944.566%201.799t1.197%201.464q.04.03.064.073q.023.043.023.095v.127q0%20.31-.23.54t-.54.229zM11%2011.77q-1.246%200-2.123-.878Q8%2010.016%208%208.77t.877-2.123T11%205.77t2.123.877T14%208.77t-.877%202.123T11%2011.77m7.847%202.434q.23-.24.23-.55q0-.309-.23-.538t-.54-.23t-.548.23t-.24.539t.24.549t.549.24t.539-.24m-.447%206.909l-.75-.77q-.03-.03-.13-.273v-3.43q-.85-.248-1.387-.96q-.537-.71-.537-1.621q0-1.123.794-1.917q.794-.795%201.918-.795t1.907.794t.785%201.918q0%20.875-.484%201.538q-.483.663-1.247.962l.67.669q.13.13.13.292t-.13.293l-.589.588q-.13.13-.13.283t.13.283l.608.588q.13.13.13.283t-.13.282l-.992.993q-.131.13-.283.13t-.283-.13%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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