lock keyhole icon
lock-keyhole from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- lock-keyhole
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the lock keyhole 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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M16.496 9V6.5a4.5 4.5 0 1 0-9 0V9"/><path stroke-linecap="round" d="M13.496 9h-3c-2.334 0-3.502 0-4.386.472a4 4 0 0 0-1.642 1.643c-.472.883-.472 2.05-.472 4.386c0 2.334 0 3.501.473 4.385a4 4 0 0 0 1.642 1.642C6.995 22 8.162 22 10.496 22h3c2.334 0 3.502 0 4.385-.472a4 4 0 0 0 1.642-1.642c.473-.884.473-2.051.473-4.386s0-3.502-.473-4.386a4 4 0 0 0-1.642-1.642C16.998 9 15.831 9 13.496 9Z"/><circle cx="11.996" cy="15.5" r="2"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsLockKeyhole(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" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M16.496 9V6.5a4.5 4.5 0 1 0-9 0V9"/><path strokeLinecap="round" d="M13.496 9h-3c-2.334 0-3.502 0-4.386.472a4 4 0 0 0-1.642 1.643c-.472.883-.472 2.05-.472 4.386c0 2.334 0 3.501.473 4.385a4 4 0 0 0 1.642 1.642C6.995 22 8.162 22 10.496 22h3c2.334 0 3.502 0 4.385-.472a4 4 0 0 0 1.642-1.642c.473-.884.473-2.051.473-4.386s0-3.502-.473-4.386a4 4 0 0 0-1.642-1.642C16.998 9 15.831 9 13.496 9Z"/><circle cx="11.996" cy="15.5" r="2"/></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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M16.496 9V6.5a4.5 4.5 0 1 0-9 0V9"/><path stroke-linecap="round" d="M13.496 9h-3c-2.334 0-3.502 0-4.386.472a4 4 0 0 0-1.642 1.643c-.472.883-.472 2.05-.472 4.386c0 2.334 0 3.501.473 4.385a4 4 0 0 0 1.642 1.642C6.995 22 8.162 22 10.496 22h3c2.334 0 3.502 0 4.385-.472a4 4 0 0 0 1.642-1.642c.473-.884.473-2.051.473-4.386s0-3.502-.473-4.386a4 4 0 0 0-1.642-1.642C16.998 9 15.831 9 13.496 9Z"/><circle cx="11.996" cy="15.5" r="2"/></g></svg> </template>
CSS
.icon-lock-keyhole {
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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16.496%209V6.5a4.5%204.5%200%201%200-9%200V9%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.496%209h-3c-2.334%200-3.502%200-4.386.472a4%204%200%200%200-1.642%201.643c-.472.883-.472%202.05-.472%204.386c0%202.334%200%203.501.473%204.385a4%204%200%200%200%201.642%201.642C6.995%2022%208.162%2022%2010.496%2022h3c2.334%200%203.502%200%204.385-.472a4%204%200%200%200%201.642-1.642c.473-.884.473-2.051.473-4.386s0-3.502-.473-4.386a4%204%200%200%200-1.642-1.642C16.998%209%2015.831%209%2013.496%209Z%22%2F%3E%3Ccircle%20cx%3D%2211.996%22%20cy%3D%2215.5%22%20r%3D%222%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16.496%209V6.5a4.5%204.5%200%201%200-9%200V9%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.496%209h-3c-2.334%200-3.502%200-4.386.472a4%204%200%200%200-1.642%201.643c-.472.883-.472%202.05-.472%204.386c0%202.334%200%203.501.473%204.385a4%204%200%200%200%201.642%201.642C6.995%2022%208.162%2022%2010.496%2022h3c2.334%200%203.502%200%204.385-.472a4%204%200%200%200%201.642-1.642c.473-.884.473-2.051.473-4.386s0-3.502-.473-4.386a4%204%200%200%200-1.642-1.642C16.998%209%2015.831%209%2013.496%209Z%22%2F%3E%3Ccircle%20cx%3D%2211.996%22%20cy%3D%2215.5%22%20r%3D%222%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-keyhole.svg?color=%231a73e8&size=48