door closed locked icon
door-closed-locked from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- door-closed-locked
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the door closed locked 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-width="1.5"><path stroke-linejoin="round" d="M3 22h8"/><path d="M8.375 12H8.25m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/><path stroke-linejoin="round" d="M19.5 17.5V16a2 2 0 1 0-4 0v1.5m4 0h-4m4 0A1.5 1.5 0 0 1 21 19v.75c0 .699 0 1.048-.114 1.324a1.5 1.5 0 0 1-.812.812c-.276.114-.625.114-1.324.114h-2.5c-.699 0-1.048 0-1.324-.114a1.5 1.5 0 0 1-.812-.812C14 20.798 14 20.449 14 19.75V19a1.5 1.5 0 0 1 1.5-1.5M19 11V8c0-2.828 0-4.243-.879-5.121C17.243 2 15.828 2 13 2h-2c-2.828 0-4.243 0-5.121.879C5 3.757 5 5.172 5 8v14"/><path stroke-linejoin="round" d="M14 5h-4c-.943 0-1.414 0-1.707.293S8 6.057 8 7s0 1.414.293 1.707S9.057 9 10 9h4c.943 0 1.414 0 1.707-.293S16 7.943 16 7s0-1.414-.293-1.707S14.943 5 14 5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsDoorClosedLocked(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" strokeWidth="1.5"><path strokeLinejoin="round" d="M3 22h8"/><path d="M8.375 12H8.25m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/><path strokeLinejoin="round" d="M19.5 17.5V16a2 2 0 1 0-4 0v1.5m4 0h-4m4 0A1.5 1.5 0 0 1 21 19v.75c0 .699 0 1.048-.114 1.324a1.5 1.5 0 0 1-.812.812c-.276.114-.625.114-1.324.114h-2.5c-.699 0-1.048 0-1.324-.114a1.5 1.5 0 0 1-.812-.812C14 20.798 14 20.449 14 19.75V19a1.5 1.5 0 0 1 1.5-1.5M19 11V8c0-2.828 0-4.243-.879-5.121C17.243 2 15.828 2 13 2h-2c-2.828 0-4.243 0-5.121.879C5 3.757 5 5.172 5 8v14"/><path strokeLinejoin="round" d="M14 5h-4c-.943 0-1.414 0-1.707.293S8 6.057 8 7s0 1.414.293 1.707S9.057 9 10 9h4c.943 0 1.414 0 1.707-.293S16 7.943 16 7s0-1.414-.293-1.707S14.943 5 14 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-width="1.5"><path stroke-linejoin="round" d="M3 22h8"/><path d="M8.375 12H8.25m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/><path stroke-linejoin="round" d="M19.5 17.5V16a2 2 0 1 0-4 0v1.5m4 0h-4m4 0A1.5 1.5 0 0 1 21 19v.75c0 .699 0 1.048-.114 1.324a1.5 1.5 0 0 1-.812.812c-.276.114-.625.114-1.324.114h-2.5c-.699 0-1.048 0-1.324-.114a1.5 1.5 0 0 1-.812-.812C14 20.798 14 20.449 14 19.75V19a1.5 1.5 0 0 1 1.5-1.5M19 11V8c0-2.828 0-4.243-.879-5.121C17.243 2 15.828 2 13 2h-2c-2.828 0-4.243 0-5.121.879C5 3.757 5 5.172 5 8v14"/><path stroke-linejoin="round" d="M14 5h-4c-.943 0-1.414 0-1.707.293S8 6.057 8 7s0 1.414.293 1.707S9.057 9 10 9h4c.943 0 1.414 0 1.707-.293S16 7.943 16 7s0-1.414-.293-1.707S14.943 5 14 5"/></g></svg> </template>
CSS
.icon-door-closed-locked {
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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3%2022h8%22%2F%3E%3Cpath%20d%3D%22M8.375%2012H8.25m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M19.5%2017.5V16a2%202%200%201%200-4%200v1.5m4%200h-4m4%200A1.5%201.5%200%200%201%2021%2019v.75c0%20.699%200%201.048-.114%201.324a1.5%201.5%200%200%201-.812.812c-.276.114-.625.114-1.324.114h-2.5c-.699%200-1.048%200-1.324-.114a1.5%201.5%200%200%201-.812-.812C14%2020.798%2014%2020.449%2014%2019.75V19a1.5%201.5%200%200%201%201.5-1.5M19%2011V8c0-2.828%200-4.243-.879-5.121C17.243%202%2015.828%202%2013%202h-2c-2.828%200-4.243%200-5.121.879C5%203.757%205%205.172%205%208v14%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14%205h-4c-.943%200-1.414%200-1.707.293S8%206.057%208%207s0%201.414.293%201.707S9.057%209%2010%209h4c.943%200%201.414%200%201.707-.293S16%207.943%2016%207s0-1.414-.293-1.707S14.943%205%2014%205%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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3%2022h8%22%2F%3E%3Cpath%20d%3D%22M8.375%2012H8.25m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M19.5%2017.5V16a2%202%200%201%200-4%200v1.5m4%200h-4m4%200A1.5%201.5%200%200%201%2021%2019v.75c0%20.699%200%201.048-.114%201.324a1.5%201.5%200%200%201-.812.812c-.276.114-.625.114-1.324.114h-2.5c-.699%200-1.048%200-1.324-.114a1.5%201.5%200%200%201-.812-.812C14%2020.798%2014%2020.449%2014%2019.75V19a1.5%201.5%200%200%201%201.5-1.5M19%2011V8c0-2.828%200-4.243-.879-5.121C17.243%202%2015.828%202%2013%202h-2c-2.828%200-4.243%200-5.121.879C5%203.757%205%205.172%205%208v14%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14%205h-4c-.943%200-1.414%200-1.707.293S8%206.057%208%207s0%201.414.293%201.707S9.057%209%2010%209h4c.943%200%201.414%200%201.707-.293S16%207.943%2016%207s0-1.414-.293-1.707S14.943%205%2014%205%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/door-closed-locked.svg?color=%231a73e8&size=48