password2 icon
password2 from Reicon by REICON · Outline · Security · MIT Free for personal and commercial use.
- Name
- password2
- Set
- Reicon
- Style
- Outline
- Category
- Security
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More security icons from Reicon
Use the password2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M20.333 5v14M3.012 10.929l2.655.863m-1.642 2.257l1.642-2.257m1.641 2.257l-1.641-2.257m2.654-.863l-2.654.863m0-2.792v2.792m5.678-.863l2.655.863m-1.641 2.257L14 11.792m1.641 2.257L14 11.792m2.655-.863L14 11.792M14 9v2.792"/></svg>
React
import type { SVGProps } from "react";
export function ReiconPassword2(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M20.333 5v14M3.012 10.929l2.655.863m-1.642 2.257l1.642-2.257m1.641 2.257l-1.641-2.257m2.654-.863l-2.654.863m0-2.792v2.792m5.678-.863l2.655.863m-1.641 2.257L14 11.792m1.641 2.257L14 11.792m2.655-.863L14 11.792M14 9v2.792"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M20.333 5v14M3.012 10.929l2.655.863m-1.642 2.257l1.642-2.257m1.641 2.257l-1.641-2.257m2.654-.863l-2.654.863m0-2.792v2.792m5.678-.863l2.655.863m-1.641 2.257L14 11.792m1.641 2.257L14 11.792m2.655-.863L14 11.792M14 9v2.792"/></svg> </template>
CSS
.icon-password2 {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M20.333%205v14M3.012%2010.929l2.655.863m-1.642%202.257l1.642-2.257m1.641%202.257l-1.641-2.257m2.654-.863l-2.654.863m0-2.792v2.792m5.678-.863l2.655.863m-1.641%202.257L14%2011.792m1.641%202.257L14%2011.792m2.655-.863L14%2011.792M14%209v2.792%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M20.333%205v14M3.012%2010.929l2.655.863m-1.642%202.257l1.642-2.257m1.641%202.257l-1.641-2.257m2.654-.863l-2.654.863m0-2.792v2.792m5.678-.863l2.655.863m-1.641%202.257L14%2011.792m1.641%202.257L14%2011.792m2.655-.863L14%2011.792M14%209v2.792%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/password2.svg?color=%231a73e8&size=48