password-2 from Material Symbols Light by Google · Regular · Android · Apache-2.0 Free for personal and commercial use.

Name
password-2
Set
Material Symbols Light
Style
Regular
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
password-2-outline, password-2-outline-sharp, password-2-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

Use the password 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.405 12.635q-1.001 0-1.703-.705T2 10.218t.7-1.699t1.703-.692q1 0 1.703.696t.702 1.689q0 1.01-.701 1.716q-.701.707-1.702.707M3 18.23V17h18v1.23zm7.298-6.317q-.702-.7-.702-1.701t.701-1.703t1.702-.702t1.703.7t.702 1.702t-.701 1.703t-1.702.702t-1.703-.7m7.596 0q-.702-.701-.702-1.702q0-1.002.701-1.704q.701-.701 1.702-.701t1.703.7T22 10.21t-.7 1.703t-1.703.702q-1 0-1.703-.701"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPassword2(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="M4.405 12.635q-1.001 0-1.703-.705T2 10.218t.7-1.699t1.703-.692q1 0 1.703.696t.702 1.689q0 1.01-.701 1.716q-.701.707-1.702.707M3 18.23V17h18v1.23zm7.298-6.317q-.702-.7-.702-1.701t.701-1.703t1.702-.702t1.703.7t.702 1.702t-.701 1.703t-1.702.702t-1.703-.7m7.596 0q-.702-.701-.702-1.702q0-1.002.701-1.704q.701-.701 1.702-.701t1.703.7T22 10.21t-.7 1.703t-1.703.702q-1 0-1.703-.701"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.405 12.635q-1.001 0-1.703-.705T2 10.218t.7-1.699t1.703-.692q1 0 1.703.696t.702 1.689q0 1.01-.701 1.716q-.701.707-1.702.707M3 18.23V17h18v1.23zm7.298-6.317q-.702-.7-.702-1.701t.701-1.703t1.702-.702t1.703.7t.702 1.702t-.701 1.703t-1.702.702t-1.703-.7m7.596 0q-.702-.701-.702-1.702q0-1.002.701-1.704q.701-.701 1.702-.701t1.703.7T22 10.21t-.7 1.703t-1.703.702q-1 0-1.703-.701"/></svg>
</template>

CSS

.icon-password-2 {
  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%22M4.405%2012.635q-1.001%200-1.703-.705T2%2010.218t.7-1.699t1.703-.692q1%200%201.703.696t.702%201.689q0%201.01-.701%201.716q-.701.707-1.702.707M3%2018.23V17h18v1.23zm7.298-6.317q-.702-.7-.702-1.701t.701-1.703t1.702-.702t1.703.7t.702%201.702t-.701%201.703t-1.702.702t-1.703-.7m7.596%200q-.702-.701-.702-1.702q0-1.002.701-1.704q.701-.701%201.702-.701t1.703.7T22%2010.21t-.7%201.703t-1.703.702q-1%200-1.703-.701%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%22M4.405%2012.635q-1.001%200-1.703-.705T2%2010.218t.7-1.699t1.703-.692q1%200%201.703.696t.702%201.689q0%201.01-.701%201.716q-.701.707-1.702.707M3%2018.23V17h18v1.23zm7.298-6.317q-.702-.7-.702-1.701t.701-1.703t1.702-.702t1.703.7t.702%201.702t-.701%201.703t-1.702.702t-1.703-.7m7.596%200q-.702-.701-.702-1.702q0-1.002.701-1.704q.701-.701%201.702-.701t1.703.7T22%2010.21t-.7%201.703t-1.703.702q-1%200-1.703-.701%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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