password icon

password-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
password-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the password icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M44 56v144a4 4 0 0 1-8 0V56a4 4 0 0 1 8 0m97.2 58.31l-25.2 8.18V96a4 4 0 0 0-8 0v26.49l-25.2-8.18a4 4 0 0 0-2.47 7.61l25.2 8.18L90 151.54a4 4 0 1 0 6.47 4.7L112 134.81l15.57 21.43a4 4 0 0 0 3.24 1.65a4 4 0 0 0 3.23-6.35l-15.57-21.44l25.2-8.18a4 4 0 0 0-2.47-7.61m101 2.57a4 4 0 0 0-5-2.57l-25.2 8.18V96a4 4 0 0 0-8 0v26.49l-25.2-8.18a4 4 0 0 0-2.47 7.61l25.2 8.18L186 151.54a4 4 0 1 0 6.47 4.7L208 134.81l15.57 21.43a4 4 0 0 0 3.24 1.65a4 4 0 0 0 3.23-6.35l-15.57-21.44l25.2-8.18a4 4 0 0 0 2.57-5.04Z"/></svg>

React

import type { SVGProps } from "react";

export function PhPasswordThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M44 56v144a4 4 0 0 1-8 0V56a4 4 0 0 1 8 0m97.2 58.31l-25.2 8.18V96a4 4 0 0 0-8 0v26.49l-25.2-8.18a4 4 0 0 0-2.47 7.61l25.2 8.18L90 151.54a4 4 0 1 0 6.47 4.7L112 134.81l15.57 21.43a4 4 0 0 0 3.24 1.65a4 4 0 0 0 3.23-6.35l-15.57-21.44l25.2-8.18a4 4 0 0 0-2.47-7.61m101 2.57a4 4 0 0 0-5-2.57l-25.2 8.18V96a4 4 0 0 0-8 0v26.49l-25.2-8.18a4 4 0 0 0-2.47 7.61l25.2 8.18L186 151.54a4 4 0 1 0 6.47 4.7L208 134.81l15.57 21.43a4 4 0 0 0 3.24 1.65a4 4 0 0 0 3.23-6.35l-15.57-21.44l25.2-8.18a4 4 0 0 0 2.57-5.04Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M44 56v144a4 4 0 0 1-8 0V56a4 4 0 0 1 8 0m97.2 58.31l-25.2 8.18V96a4 4 0 0 0-8 0v26.49l-25.2-8.18a4 4 0 0 0-2.47 7.61l25.2 8.18L90 151.54a4 4 0 1 0 6.47 4.7L112 134.81l15.57 21.43a4 4 0 0 0 3.24 1.65a4 4 0 0 0 3.23-6.35l-15.57-21.44l25.2-8.18a4 4 0 0 0-2.47-7.61m101 2.57a4 4 0 0 0-5-2.57l-25.2 8.18V96a4 4 0 0 0-8 0v26.49l-25.2-8.18a4 4 0 0 0-2.47 7.61l25.2 8.18L186 151.54a4 4 0 1 0 6.47 4.7L208 134.81l15.57 21.43a4 4 0 0 0 3.24 1.65a4 4 0 0 0 3.23-6.35l-15.57-21.44l25.2-8.18a4 4 0 0 0 2.57-5.04Z"/></svg>
</template>

CSS

.icon-password-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M44%2056v144a4%204%200%200%201-8%200V56a4%204%200%200%201%208%200m97.2%2058.31l-25.2%208.18V96a4%204%200%200%200-8%200v26.49l-25.2-8.18a4%204%200%200%200-2.47%207.61l25.2%208.18L90%20151.54a4%204%200%201%200%206.47%204.7L112%20134.81l15.57%2021.43a4%204%200%200%200%203.24%201.65a4%204%200%200%200%203.23-6.35l-15.57-21.44l25.2-8.18a4%204%200%200%200-2.47-7.61m101%202.57a4%204%200%200%200-5-2.57l-25.2%208.18V96a4%204%200%200%200-8%200v26.49l-25.2-8.18a4%204%200%200%200-2.47%207.61l25.2%208.18L186%20151.54a4%204%200%201%200%206.47%204.7L208%20134.81l15.57%2021.43a4%204%200%200%200%203.24%201.65a4%204%200%200%200%203.23-6.35l-15.57-21.44l25.2-8.18a4%204%200%200%200%202.57-5.04Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M44%2056v144a4%204%200%200%201-8%200V56a4%204%200%200%201%208%200m97.2%2058.31l-25.2%208.18V96a4%204%200%200%200-8%200v26.49l-25.2-8.18a4%204%200%200%200-2.47%207.61l25.2%208.18L90%20151.54a4%204%200%201%200%206.47%204.7L112%20134.81l15.57%2021.43a4%204%200%200%200%203.24%201.65a4%204%200%200%200%203.23-6.35l-15.57-21.44l25.2-8.18a4%204%200%200%200-2.47-7.61m101%202.57a4%204%200%200%200-5-2.57l-25.2%208.18V96a4%204%200%200%200-8%200v26.49l-25.2-8.18a4%204%200%200%200-2.47%207.61l25.2%208.18L186%20151.54a4%204%200%201%200%206.47%204.7L208%20134.81l15.57%2021.43a4%204%200%200%200%203.24%201.65a4%204%200%200%200%203.23-6.35l-15.57-21.44l25.2-8.18a4%204%200%200%200%202.57-5.04Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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