password3 icon

password3-filled from Reicon by REICON · Filled · Security · MIT Free for personal and commercial use.

Name
password3-filled
Set
Reicon
Style
Filled
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 d="M15.75 2a.75.75 0 0 0-1.5 0v20a.75.75 0 0 0 1.5 0v-2.006c2.636-.027 4.104-.191 5.078-1.166C22 17.657 22 15.771 22 12s0-5.657-1.172-6.828c-.974-.975-2.442-1.139-5.078-1.166z"/><path fill-rule="evenodd" d="M3.172 18.828C4.343 20 6.229 20 10 20h3V4h-3C6.229 4 4.343 4 3.172 5.172S2 8.229 2 12s0 5.657 1.172 6.828M13 12a1 1 0 1 0-2 0a1 1 0 0 0 2 0m-4 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPassword3Filled(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 d="M15.75 2a.75.75 0 0 0-1.5 0v20a.75.75 0 0 0 1.5 0v-2.006c2.636-.027 4.104-.191 5.078-1.166C22 17.657 22 15.771 22 12s0-5.657-1.172-6.828c-.974-.975-2.442-1.139-5.078-1.166z"/><path fillRule="evenodd" d="M3.172 18.828C4.343 20 6.229 20 10 20h3V4h-3C6.229 4 4.343 4 3.172 5.172S2 8.229 2 12s0 5.657 1.172 6.828M13 12a1 1 0 1 0-2 0a1 1 0 0 0 2 0m-4 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0" clipRule="evenodd"/></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 d="M15.75 2a.75.75 0 0 0-1.5 0v20a.75.75 0 0 0 1.5 0v-2.006c2.636-.027 4.104-.191 5.078-1.166C22 17.657 22 15.771 22 12s0-5.657-1.172-6.828c-.974-.975-2.442-1.139-5.078-1.166z"/><path fill-rule="evenodd" d="M3.172 18.828C4.343 20 6.229 20 10 20h3V4h-3C6.229 4 4.343 4 3.172 5.172S2 8.229 2 12s0 5.657 1.172 6.828M13 12a1 1 0 1 0-2 0a1 1 0 0 0 2 0m-4 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-password3-filled {
  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%20d%3D%22M15.75%202a.75.75%200%200%200-1.5%200v20a.75.75%200%200%200%201.5%200v-2.006c2.636-.027%204.104-.191%205.078-1.166C22%2017.657%2022%2015.771%2022%2012s0-5.657-1.172-6.828c-.974-.975-2.442-1.139-5.078-1.166z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.172%2018.828C4.343%2020%206.229%2020%2010%2020h3V4h-3C6.229%204%204.343%204%203.172%205.172S2%208.229%202%2012s0%205.657%201.172%206.828M13%2012a1%201%200%201%200-2%200a1%201%200%200%200%202%200m-4%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%20clip-rule%3D%22evenodd%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%20d%3D%22M15.75%202a.75.75%200%200%200-1.5%200v20a.75.75%200%200%200%201.5%200v-2.006c2.636-.027%204.104-.191%205.078-1.166C22%2017.657%2022%2015.771%2022%2012s0-5.657-1.172-6.828c-.974-.975-2.442-1.139-5.078-1.166z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.172%2018.828C4.343%2020%206.229%2020%2010%2020h3V4h-3C6.229%204%204.343%204%203.172%205.172S2%208.229%202%2012s0%205.657%201.172%206.828M13%2012a1%201%200%201%200-2%200a1%201%200%200%200%202%200m-4%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%20clip-rule%3D%22evenodd%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-filled.svg?color=%231a73e8&size=48