lock password icon
lock-password from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- lock-password
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the lock password 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="M4.268 18.845c.225 1.67 1.608 2.979 3.292 3.056c1.416.065 2.855.099 4.44.099s3.024-.034 4.44-.1c1.684-.076 3.067-1.385 3.292-3.055c.147-1.09.268-2.207.268-3.345s-.121-2.255-.268-3.345c-.225-1.67-1.608-2.979-3.292-3.056A95 95 0 0 0 12 9c-1.585 0-3.024.034-4.44.1c-1.684.076-3.067 1.385-3.292 3.055C4.12 13.245 4 14.362 4 15.5s.121 2.255.268 3.345"/><path d="M7.5 9V6.5a4.5 4.5 0 0 1 9 0V9m-4.375 6.5H12m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-4.125 0H8m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m7.875 0H16m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsLockPassword(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="M4.268 18.845c.225 1.67 1.608 2.979 3.292 3.056c1.416.065 2.855.099 4.44.099s3.024-.034 4.44-.1c1.684-.076 3.067-1.385 3.292-3.055c.147-1.09.268-2.207.268-3.345s-.121-2.255-.268-3.345c-.225-1.67-1.608-2.979-3.292-3.056A95 95 0 0 0 12 9c-1.585 0-3.024.034-4.44.1c-1.684.076-3.067 1.385-3.292 3.055C4.12 13.245 4 14.362 4 15.5s.121 2.255.268 3.345"/><path d="M7.5 9V6.5a4.5 4.5 0 0 1 9 0V9m-4.375 6.5H12m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-4.125 0H8m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m7.875 0H16m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></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="M4.268 18.845c.225 1.67 1.608 2.979 3.292 3.056c1.416.065 2.855.099 4.44.099s3.024-.034 4.44-.1c1.684-.076 3.067-1.385 3.292-3.055c.147-1.09.268-2.207.268-3.345s-.121-2.255-.268-3.345c-.225-1.67-1.608-2.979-3.292-3.056A95 95 0 0 0 12 9c-1.585 0-3.024.034-4.44.1c-1.684.076-3.067 1.385-3.292 3.055C4.12 13.245 4 14.362 4 15.5s.121 2.255.268 3.345"/><path d="M7.5 9V6.5a4.5 4.5 0 0 1 9 0V9m-4.375 6.5H12m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-4.125 0H8m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m7.875 0H16m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg> </template>
CSS
.icon-lock-password {
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%22M4.268%2018.845c.225%201.67%201.608%202.979%203.292%203.056c1.416.065%202.855.099%204.44.099s3.024-.034%204.44-.1c1.684-.076%203.067-1.385%203.292-3.055c.147-1.09.268-2.207.268-3.345s-.121-2.255-.268-3.345c-.225-1.67-1.608-2.979-3.292-3.056A95%2095%200%200%200%2012%209c-1.585%200-3.024.034-4.44.1c-1.684.076-3.067%201.385-3.292%203.055C4.12%2013.245%204%2014.362%204%2015.5s.121%202.255.268%203.345%22%2F%3E%3Cpath%20d%3D%22M7.5%209V6.5a4.5%204.5%200%200%201%209%200V9m-4.375%206.5H12m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m-4.125%200H8m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m7.875%200H16m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%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%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%22M4.268%2018.845c.225%201.67%201.608%202.979%203.292%203.056c1.416.065%202.855.099%204.44.099s3.024-.034%204.44-.1c1.684-.076%203.067-1.385%203.292-3.055c.147-1.09.268-2.207.268-3.345s-.121-2.255-.268-3.345c-.225-1.67-1.608-2.979-3.292-3.056A95%2095%200%200%200%2012%209c-1.585%200-3.024.034-4.44.1c-1.684.076-3.067%201.385-3.292%203.055C4.12%2013.245%204%2014.362%204%2015.5s.121%202.255.268%203.345%22%2F%3E%3Cpath%20d%3D%22M7.5%209V6.5a4.5%204.5%200%200%201%209%200V9m-4.375%206.5H12m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m-4.125%200H8m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m7.875%200H16m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%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/hugeicons/lock-password.svg?color=%231a73e8&size=48