password validation icon
password-validation from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- password-validation
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the password validation icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M9.936 13H7c-1.87 0-2.804 0-3.5-.402a3 3 0 0 1-1.098-1.099C2 10.804 2 9.87 2 8c0-1.869 0-2.803.402-3.5A3 3 0 0 1 3.5 3.402C4.196 3 5.13 3 7 3h7c2.828 0 4.243 0 5.121.878C20 4.757 20 6.171 20 9m-2.5 12a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9"/><path d="M11.128 8h-.125M7.127 8h-.125m8.125 0h-.125m-3.75 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-4 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m8 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m.498 9s.5 0 1 1c0 0 1.088-2 2.5-2.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPasswordValidation(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M9.936 13H7c-1.87 0-2.804 0-3.5-.402a3 3 0 0 1-1.098-1.099C2 10.804 2 9.87 2 8c0-1.869 0-2.803.402-3.5A3 3 0 0 1 3.5 3.402C4.196 3 5.13 3 7 3h7c2.828 0 4.243 0 5.121.878C20 4.757 20 6.171 20 9m-2.5 12a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9"/><path d="M11.128 8h-.125M7.127 8h-.125m8.125 0h-.125m-3.75 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-4 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m8 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m.498 9s.5 0 1 1c0 0 1.088-2 2.5-2.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M9.936 13H7c-1.87 0-2.804 0-3.5-.402a3 3 0 0 1-1.098-1.099C2 10.804 2 9.87 2 8c0-1.869 0-2.803.402-3.5A3 3 0 0 1 3.5 3.402C4.196 3 5.13 3 7 3h7c2.828 0 4.243 0 5.121.878C20 4.757 20 6.171 20 9m-2.5 12a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9"/><path d="M11.128 8h-.125M7.127 8h-.125m8.125 0h-.125m-3.75 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-4 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m8 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m.498 9s.5 0 1 1c0 0 1.088-2 2.5-2.5"/></g></svg> </template>
CSS
.icon-password-validation {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.936%2013H7c-1.87%200-2.804%200-3.5-.402a3%203%200%200%201-1.098-1.099C2%2010.804%202%209.87%202%208c0-1.869%200-2.803.402-3.5A3%203%200%200%201%203.5%203.402C4.196%203%205.13%203%207%203h7c2.828%200%204.243%200%205.121.878C20%204.757%2020%206.171%2020%209m-2.5%2012a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209%22%2F%3E%3Cpath%20d%3D%22M11.128%208h-.125M7.127%208h-.125m8.125%200h-.125m-3.75%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m-4%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m8%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m.498%209s.5%200%201%201c0%200%201.088-2%202.5-2.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.936%2013H7c-1.87%200-2.804%200-3.5-.402a3%203%200%200%201-1.098-1.099C2%2010.804%202%209.87%202%208c0-1.869%200-2.803.402-3.5A3%203%200%200%201%203.5%203.402C4.196%203%205.13%203%207%203h7c2.828%200%204.243%200%205.121.878C20%204.757%2020%206.171%2020%209m-2.5%2012a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209%22%2F%3E%3Cpath%20d%3D%22M11.128%208h-.125M7.127%208h-.125m8.125%200h-.125m-3.75%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m-4%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m8%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m.498%209s.5%200%201%201c0%200%201.088-2%202.5-2.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/password-validation.svg?color=%231a73e8&size=48