file lock icon

file-lock from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
file-lock
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the file lock 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.5 11.004V9.459c0-3.246 0-4.87.886-5.969a4 4 0 0 1 .603-.604C7.09 2 8.711 2 11.956 2c.705 0 1.058 0 1.381.114a2 2 0 0 1 .197.082c.31.148.559.397 1.058.896l4.736 4.739c.579.578.867.867 1.02 1.235c.152.368.152.777.152 1.595v3.344c0 3.773 0 5.66-1.172 6.832c-.943.943-2.348 1.127-4.828 1.163m-1-19.5V3c0 2.83 0 4.245.879 5.124c.878.879 2.293.879 5.121.879h.5"/><path d="M9 17.5V16a2 2 0 1 0-4 0v1.5m4 0H5m4 0a1.5 1.5 0 0 1 1.5 1.5v.75c0 .699 0 1.048-.114 1.324a1.5 1.5 0 0 1-.812.812C9.298 22 8.949 22 8.25 22h-2.5c-.699 0-1.048 0-1.324-.114a1.5 1.5 0 0 1-.812-.812c-.114-.276-.114-.625-.114-1.324V19A1.5 1.5 0 0 1 5 17.5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFileLock(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.5 11.004V9.459c0-3.246 0-4.87.886-5.969a4 4 0 0 1 .603-.604C7.09 2 8.711 2 11.956 2c.705 0 1.058 0 1.381.114a2 2 0 0 1 .197.082c.31.148.559.397 1.058.896l4.736 4.739c.579.578.867.867 1.02 1.235c.152.368.152.777.152 1.595v3.344c0 3.773 0 5.66-1.172 6.832c-.943.943-2.348 1.127-4.828 1.163m-1-19.5V3c0 2.83 0 4.245.879 5.124c.878.879 2.293.879 5.121.879h.5"/><path d="M9 17.5V16a2 2 0 1 0-4 0v1.5m4 0H5m4 0a1.5 1.5 0 0 1 1.5 1.5v.75c0 .699 0 1.048-.114 1.324a1.5 1.5 0 0 1-.812.812C9.298 22 8.949 22 8.25 22h-2.5c-.699 0-1.048 0-1.324-.114a1.5 1.5 0 0 1-.812-.812c-.114-.276-.114-.625-.114-1.324V19A1.5 1.5 0 0 1 5 17.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="M4.5 11.004V9.459c0-3.246 0-4.87.886-5.969a4 4 0 0 1 .603-.604C7.09 2 8.711 2 11.956 2c.705 0 1.058 0 1.381.114a2 2 0 0 1 .197.082c.31.148.559.397 1.058.896l4.736 4.739c.579.578.867.867 1.02 1.235c.152.368.152.777.152 1.595v3.344c0 3.773 0 5.66-1.172 6.832c-.943.943-2.348 1.127-4.828 1.163m-1-19.5V3c0 2.83 0 4.245.879 5.124c.878.879 2.293.879 5.121.879h.5"/><path d="M9 17.5V16a2 2 0 1 0-4 0v1.5m4 0H5m4 0a1.5 1.5 0 0 1 1.5 1.5v.75c0 .699 0 1.048-.114 1.324a1.5 1.5 0 0 1-.812.812C9.298 22 8.949 22 8.25 22h-2.5c-.699 0-1.048 0-1.324-.114a1.5 1.5 0 0 1-.812-.812c-.114-.276-.114-.625-.114-1.324V19A1.5 1.5 0 0 1 5 17.5"/></g></svg>
</template>

CSS

.icon-file-lock {
  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.5%2011.004V9.459c0-3.246%200-4.87.886-5.969a4%204%200%200%201%20.603-.604C7.09%202%208.711%202%2011.956%202c.705%200%201.058%200%201.381.114a2%202%200%200%201%20.197.082c.31.148.559.397%201.058.896l4.736%204.739c.579.578.867.867%201.02%201.235c.152.368.152.777.152%201.595v3.344c0%203.773%200%205.66-1.172%206.832c-.943.943-2.348%201.127-4.828%201.163m-1-19.5V3c0%202.83%200%204.245.879%205.124c.878.879%202.293.879%205.121.879h.5%22%2F%3E%3Cpath%20d%3D%22M9%2017.5V16a2%202%200%201%200-4%200v1.5m4%200H5m4%200a1.5%201.5%200%200%201%201.5%201.5v.75c0%20.699%200%201.048-.114%201.324a1.5%201.5%200%200%201-.812.812C9.298%2022%208.949%2022%208.25%2022h-2.5c-.699%200-1.048%200-1.324-.114a1.5%201.5%200%200%201-.812-.812c-.114-.276-.114-.625-.114-1.324V19A1.5%201.5%200%200%201%205%2017.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%22M4.5%2011.004V9.459c0-3.246%200-4.87.886-5.969a4%204%200%200%201%20.603-.604C7.09%202%208.711%202%2011.956%202c.705%200%201.058%200%201.381.114a2%202%200%200%201%20.197.082c.31.148.559.397%201.058.896l4.736%204.739c.579.578.867.867%201.02%201.235c.152.368.152.777.152%201.595v3.344c0%203.773%200%205.66-1.172%206.832c-.943.943-2.348%201.127-4.828%201.163m-1-19.5V3c0%202.83%200%204.245.879%205.124c.878.879%202.293.879%205.121.879h.5%22%2F%3E%3Cpath%20d%3D%22M9%2017.5V16a2%202%200%201%200-4%200v1.5m4%200H5m4%200a1.5%201.5%200%200%201%201.5%201.5v.75c0%20.699%200%201.048-.114%201.324a1.5%201.5%200%200%201-.812.812C9.298%2022%208.949%2022%208.25%2022h-2.5c-.699%200-1.048%200-1.324-.114a1.5%201.5%200%200%201-.812-.812c-.114-.276-.114-.625-.114-1.324V19A1.5%201.5%200%200%201%205%2017.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/file-lock.svg?color=%231a73e8&size=48