password3 icon

password3 from Reicon by REICON · Outline · Security · MIT Free for personal and commercial use.

Name
password3
Set
Reicon
Style
Outline
Category
Security
Viewbox
24×24
License
MIT

2 other variants in Reicon

More security icons from Reicon

Use the password3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M15.75 2a.75.75 0 0 0-1.5 0v20a.75.75 0 0 0 1.5 0v-1.256c1.21-.012 2.22-.053 3.059-.196c1.028-.174 1.872-.511 2.55-1.19c.748-.748 1.08-1.697 1.238-2.869c.153-1.14.153-2.595.153-4.433v-.112c0-1.838 0-3.294-.153-4.433c-.158-1.172-.49-2.121-1.238-2.87c-.678-.678-1.522-1.015-2.55-1.19c-.839-.142-1.85-.183-3.059-.195zm0 2.756v14.488c1.186-.012 2.09-.052 2.808-.174c.842-.143 1.355-.387 1.74-.772c.423-.423.677-1.003.812-2.009c.138-1.028.14-2.382.14-4.289s-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008c-.385-.385-.898-.629-1.74-.772c-.719-.122-1.622-.162-2.808-.174" clip-rule="evenodd"/><path d="M9.944 3.25c-1.838 0-3.294 0-4.433.153c-1.172.158-2.121.49-2.87 1.238c-.748.749-1.08 1.698-1.238 2.87c-.153 1.14-.153 2.595-.153 4.433v.112c0 1.838 0 3.294.153 4.433c.158 1.172.49 2.121 1.238 2.87c.749.748 1.698 1.08 2.87 1.238c1.14.153 2.595.153 4.433.153H12a.75.75 0 0 0 0-1.5h-2c-1.907 0-3.261-.002-4.29-.14c-1.005-.135-1.585-.389-2.008-.812s-.677-1.003-.812-2.009c-.138-1.028-.14-2.382-.14-4.289s.002-3.261.14-4.29c.135-1.005.389-1.585.812-2.008s1.003-.677 2.009-.812c1.028-.138 2.382-.14 4.289-.14h2a.75.75 0 0 0 0-1.5z"/><path d="M8 13a1 1 0 1 0 0-2a1 1 0 0 0 0 2m5-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPassword3(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M15.75 2a.75.75 0 0 0-1.5 0v20a.75.75 0 0 0 1.5 0v-1.256c1.21-.012 2.22-.053 3.059-.196c1.028-.174 1.872-.511 2.55-1.19c.748-.748 1.08-1.697 1.238-2.869c.153-1.14.153-2.595.153-4.433v-.112c0-1.838 0-3.294-.153-4.433c-.158-1.172-.49-2.121-1.238-2.87c-.678-.678-1.522-1.015-2.55-1.19c-.839-.142-1.85-.183-3.059-.195zm0 2.756v14.488c1.186-.012 2.09-.052 2.808-.174c.842-.143 1.355-.387 1.74-.772c.423-.423.677-1.003.812-2.009c.138-1.028.14-2.382.14-4.289s-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008c-.385-.385-.898-.629-1.74-.772c-.719-.122-1.622-.162-2.808-.174" clipRule="evenodd"/><path d="M9.944 3.25c-1.838 0-3.294 0-4.433.153c-1.172.158-2.121.49-2.87 1.238c-.748.749-1.08 1.698-1.238 2.87c-.153 1.14-.153 2.595-.153 4.433v.112c0 1.838 0 3.294.153 4.433c.158 1.172.49 2.121 1.238 2.87c.749.748 1.698 1.08 2.87 1.238c1.14.153 2.595.153 4.433.153H12a.75.75 0 0 0 0-1.5h-2c-1.907 0-3.261-.002-4.29-.14c-1.005-.135-1.585-.389-2.008-.812s-.677-1.003-.812-2.009c-.138-1.028-.14-2.382-.14-4.289s.002-3.261.14-4.29c.135-1.005.389-1.585.812-2.008s1.003-.677 2.009-.812c1.028-.138 2.382-.14 4.289-.14h2a.75.75 0 0 0 0-1.5z"/><path d="M8 13a1 1 0 1 0 0-2a1 1 0 0 0 0 2m5-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M15.75 2a.75.75 0 0 0-1.5 0v20a.75.75 0 0 0 1.5 0v-1.256c1.21-.012 2.22-.053 3.059-.196c1.028-.174 1.872-.511 2.55-1.19c.748-.748 1.08-1.697 1.238-2.869c.153-1.14.153-2.595.153-4.433v-.112c0-1.838 0-3.294-.153-4.433c-.158-1.172-.49-2.121-1.238-2.87c-.678-.678-1.522-1.015-2.55-1.19c-.839-.142-1.85-.183-3.059-.195zm0 2.756v14.488c1.186-.012 2.09-.052 2.808-.174c.842-.143 1.355-.387 1.74-.772c.423-.423.677-1.003.812-2.009c.138-1.028.14-2.382.14-4.289s-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008c-.385-.385-.898-.629-1.74-.772c-.719-.122-1.622-.162-2.808-.174" clip-rule="evenodd"/><path d="M9.944 3.25c-1.838 0-3.294 0-4.433.153c-1.172.158-2.121.49-2.87 1.238c-.748.749-1.08 1.698-1.238 2.87c-.153 1.14-.153 2.595-.153 4.433v.112c0 1.838 0 3.294.153 4.433c.158 1.172.49 2.121 1.238 2.87c.749.748 1.698 1.08 2.87 1.238c1.14.153 2.595.153 4.433.153H12a.75.75 0 0 0 0-1.5h-2c-1.907 0-3.261-.002-4.29-.14c-1.005-.135-1.585-.389-2.008-.812s-.677-1.003-.812-2.009c-.138-1.028-.14-2.382-.14-4.289s.002-3.261.14-4.29c.135-1.005.389-1.585.812-2.008s1.003-.677 2.009-.812c1.028-.138 2.382-.14 4.289-.14h2a.75.75 0 0 0 0-1.5z"/><path d="M8 13a1 1 0 1 0 0-2a1 1 0 0 0 0 2m5-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>
</template>

CSS

.icon-password3 {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.75%202a.75.75%200%200%200-1.5%200v20a.75.75%200%200%200%201.5%200v-1.256c1.21-.012%202.22-.053%203.059-.196c1.028-.174%201.872-.511%202.55-1.19c.748-.748%201.08-1.697%201.238-2.869c.153-1.14.153-2.595.153-4.433v-.112c0-1.838%200-3.294-.153-4.433c-.158-1.172-.49-2.121-1.238-2.87c-.678-.678-1.522-1.015-2.55-1.19c-.839-.142-1.85-.183-3.059-.195zm0%202.756v14.488c1.186-.012%202.09-.052%202.808-.174c.842-.143%201.355-.387%201.74-.772c.423-.423.677-1.003.812-2.009c.138-1.028.14-2.382.14-4.289s-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008c-.385-.385-.898-.629-1.74-.772c-.719-.122-1.622-.162-2.808-.174%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M9.944%203.25c-1.838%200-3.294%200-4.433.153c-1.172.158-2.121.49-2.87%201.238c-.748.749-1.08%201.698-1.238%202.87c-.153%201.14-.153%202.595-.153%204.433v.112c0%201.838%200%203.294.153%204.433c.158%201.172.49%202.121%201.238%202.87c.749.748%201.698%201.08%202.87%201.238c1.14.153%202.595.153%204.433.153H12a.75.75%200%200%200%200-1.5h-2c-1.907%200-3.261-.002-4.29-.14c-1.005-.135-1.585-.389-2.008-.812s-.677-1.003-.812-2.009c-.138-1.028-.14-2.382-.14-4.289s.002-3.261.14-4.29c.135-1.005.389-1.585.812-2.008s1.003-.677%202.009-.812c1.028-.138%202.382-.14%204.289-.14h2a.75.75%200%200%200%200-1.5z%22%2F%3E%3Cpath%20d%3D%22M8%2013a1%201%200%201%200%200-2a1%201%200%200%200%200%202m5-1a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.75%202a.75.75%200%200%200-1.5%200v20a.75.75%200%200%200%201.5%200v-1.256c1.21-.012%202.22-.053%203.059-.196c1.028-.174%201.872-.511%202.55-1.19c.748-.748%201.08-1.697%201.238-2.869c.153-1.14.153-2.595.153-4.433v-.112c0-1.838%200-3.294-.153-4.433c-.158-1.172-.49-2.121-1.238-2.87c-.678-.678-1.522-1.015-2.55-1.19c-.839-.142-1.85-.183-3.059-.195zm0%202.756v14.488c1.186-.012%202.09-.052%202.808-.174c.842-.143%201.355-.387%201.74-.772c.423-.423.677-1.003.812-2.009c.138-1.028.14-2.382.14-4.289s-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008c-.385-.385-.898-.629-1.74-.772c-.719-.122-1.622-.162-2.808-.174%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M9.944%203.25c-1.838%200-3.294%200-4.433.153c-1.172.158-2.121.49-2.87%201.238c-.748.749-1.08%201.698-1.238%202.87c-.153%201.14-.153%202.595-.153%204.433v.112c0%201.838%200%203.294.153%204.433c.158%201.172.49%202.121%201.238%202.87c.749.748%201.698%201.08%202.87%201.238c1.14.153%202.595.153%204.433.153H12a.75.75%200%200%200%200-1.5h-2c-1.907%200-3.261-.002-4.29-.14c-1.005-.135-1.585-.389-2.008-.812s-.677-1.003-.812-2.009c-.138-1.028-.14-2.382-.14-4.289s.002-3.261.14-4.29c.135-1.005.389-1.585.812-2.008s1.003-.677%202.009-.812c1.028-.138%202.382-.14%204.289-.14h2a.75.75%200%200%200%200-1.5z%22%2F%3E%3Cpath%20d%3D%22M8%2013a1%201%200%201%200%200-2a1%201%200%200%200%200%202m5-1a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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