lock key icon
lock-key from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- lock-key
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the lock key 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" d="M18 10.997c-.392-.8-1.452-1.975-3.63-1.925c0 0-1.727-.075-3.68-.075c-1.952 0-2.866.045-4.43.075c-1.001-.025-2.904.2-3.78 2.275c-.576 1.75-.6 5.427-.25 7.277c.075.95.576 2.276 2.128 2.976c.95.5 2.478.3 3.63.4M5.984 8.196c-.05-2.375-.15-4.25 2.603-5.801c.926-.375 2.303-.7 4.005.1c1.777 1.075 1.999 2.213 2.153 2.5c.425 1.126.2 2.726.25 3.376"/><path d="M15.5 19.735a2.23 2.23 0 0 1-2.245 2.23c-1.236 0-2.255-.986-2.255-2.23a2.25 2.25 0 0 1 2.255-2.244c1.236 0 2.245 1 2.245 2.244Z"/><path stroke-linecap="round" d="m22 15.848l-1.627-1.54c-.773-.739-1.423-.093-1.747.183l-1.41 1.357l-1.991 1.943m1.99-1.943l1.61 1.546"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsLockKey(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" d="M18 10.997c-.392-.8-1.452-1.975-3.63-1.925c0 0-1.727-.075-3.68-.075c-1.952 0-2.866.045-4.43.075c-1.001-.025-2.904.2-3.78 2.275c-.576 1.75-.6 5.427-.25 7.277c.075.95.576 2.276 2.128 2.976c.95.5 2.478.3 3.63.4M5.984 8.196c-.05-2.375-.15-4.25 2.603-5.801c.926-.375 2.303-.7 4.005.1c1.777 1.075 1.999 2.213 2.153 2.5c.425 1.126.2 2.726.25 3.376"/><path d="M15.5 19.735a2.23 2.23 0 0 1-2.245 2.23c-1.236 0-2.255-.986-2.255-2.23a2.25 2.25 0 0 1 2.255-2.244c1.236 0 2.245 1 2.245 2.244Z"/><path strokeLinecap="round" d="m22 15.848l-1.627-1.54c-.773-.739-1.423-.093-1.747.183l-1.41 1.357l-1.991 1.943m1.99-1.943l1.61 1.546"/></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" d="M18 10.997c-.392-.8-1.452-1.975-3.63-1.925c0 0-1.727-.075-3.68-.075c-1.952 0-2.866.045-4.43.075c-1.001-.025-2.904.2-3.78 2.275c-.576 1.75-.6 5.427-.25 7.277c.075.95.576 2.276 2.128 2.976c.95.5 2.478.3 3.63.4M5.984 8.196c-.05-2.375-.15-4.25 2.603-5.801c.926-.375 2.303-.7 4.005.1c1.777 1.075 1.999 2.213 2.153 2.5c.425 1.126.2 2.726.25 3.376"/><path d="M15.5 19.735a2.23 2.23 0 0 1-2.245 2.23c-1.236 0-2.255-.986-2.255-2.23a2.25 2.25 0 0 1 2.255-2.244c1.236 0 2.245 1 2.245 2.244Z"/><path stroke-linecap="round" d="m22 15.848l-1.627-1.54c-.773-.739-1.423-.093-1.747.183l-1.41 1.357l-1.991 1.943m1.99-1.943l1.61 1.546"/></g></svg> </template>
CSS
.icon-lock-key {
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%20d%3D%22M18%2010.997c-.392-.8-1.452-1.975-3.63-1.925c0%200-1.727-.075-3.68-.075c-1.952%200-2.866.045-4.43.075c-1.001-.025-2.904.2-3.78%202.275c-.576%201.75-.6%205.427-.25%207.277c.075.95.576%202.276%202.128%202.976c.95.5%202.478.3%203.63.4M5.984%208.196c-.05-2.375-.15-4.25%202.603-5.801c.926-.375%202.303-.7%204.005.1c1.777%201.075%201.999%202.213%202.153%202.5c.425%201.126.2%202.726.25%203.376%22%2F%3E%3Cpath%20d%3D%22M15.5%2019.735a2.23%202.23%200%200%201-2.245%202.23c-1.236%200-2.255-.986-2.255-2.23a2.25%202.25%200%200%201%202.255-2.244c1.236%200%202.245%201%202.245%202.244Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m22%2015.848l-1.627-1.54c-.773-.739-1.423-.093-1.747.183l-1.41%201.357l-1.991%201.943m1.99-1.943l1.61%201.546%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%20d%3D%22M18%2010.997c-.392-.8-1.452-1.975-3.63-1.925c0%200-1.727-.075-3.68-.075c-1.952%200-2.866.045-4.43.075c-1.001-.025-2.904.2-3.78%202.275c-.576%201.75-.6%205.427-.25%207.277c.075.95.576%202.276%202.128%202.976c.95.5%202.478.3%203.63.4M5.984%208.196c-.05-2.375-.15-4.25%202.603-5.801c.926-.375%202.303-.7%204.005.1c1.777%201.075%201.999%202.213%202.153%202.5c.425%201.126.2%202.726.25%203.376%22%2F%3E%3Cpath%20d%3D%22M15.5%2019.735a2.23%202.23%200%200%201-2.245%202.23c-1.236%200-2.255-.986-2.255-2.23a2.25%202.25%200%200%201%202.255-2.244c1.236%200%202.245%201%202.245%202.244Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m22%2015.848l-1.627-1.54c-.773-.739-1.423-.093-1.747.183l-1.41%201.357l-1.991%201.943m1.99-1.943l1.61%201.546%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-key.svg?color=%231a73e8&size=48