person lock icon
person-lock from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- person-lock
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
The same icon in other sets
Related icons in Bootstrap Icons
person-addperson-arms-upperson-badgeperson-bounding-boxperson-checkperson-circleperson-dashperson-downperson-exclamationperson-fill-addperson-fill-checkperson-fill-dashperson-fill-downperson-fill-exclamationperson-fill-gearperson-fill-lockperson-fill-slashperson-fill-upperson-fill-xperson-gearperson-heartperson-heartsperson-lines-fillperson-plus
Use the person lock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0M8 7a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0 5.996V14H3s-1 0-1-1s1-4 6-4q.845.002 1.544.107a4.5 4.5 0 0 0-.803.918A11 11 0 0 0 8 10c-2.29 0-3.516.68-4.168 1.332c-.678.678-.83 1.418-.832 1.664zM9 13a1 1 0 0 1 1-1v-1a2 2 0 1 1 4 0v1a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zm3-3a1 1 0 0 0-1 1v1h2v-1a1 1 0 0 0-1-1"/></svg>
React
import type { SVGProps } from "react";
export function BiPersonLock(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0M8 7a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0 5.996V14H3s-1 0-1-1s1-4 6-4q.845.002 1.544.107a4.5 4.5 0 0 0-.803.918A11 11 0 0 0 8 10c-2.29 0-3.516.68-4.168 1.332c-.678.678-.83 1.418-.832 1.664zM9 13a1 1 0 0 1 1-1v-1a2 2 0 1 1 4 0v1a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zm3-3a1 1 0 0 0-1 1v1h2v-1a1 1 0 0 0-1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0M8 7a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0 5.996V14H3s-1 0-1-1s1-4 6-4q.845.002 1.544.107a4.5 4.5 0 0 0-.803.918A11 11 0 0 0 8 10c-2.29 0-3.516.68-4.168 1.332c-.678.678-.83 1.418-.832 1.664zM9 13a1 1 0 0 1 1-1v-1a2 2 0 1 1 4 0v1a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zm3-3a1 1 0 0 0-1 1v1h2v-1a1 1 0 0 0-1-1"/></svg> </template>
CSS
.icon-person-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%205a3%203%200%201%201-6%200a3%203%200%200%201%206%200M8%207a2%202%200%201%200%200-4a2%202%200%200%200%200%204m0%205.996V14H3s-1%200-1-1s1-4%206-4q.845.002%201.544.107a4.5%204.5%200%200%200-.803.918A11%2011%200%200%200%208%2010c-2.29%200-3.516.68-4.168%201.332c-.678.678-.83%201.418-.832%201.664zM9%2013a1%201%200%200%201%201-1v-1a2%202%200%201%201%204%200v1a1%201%200%200%201%201%201v2a1%201%200%200%201-1%201h-4a1%201%200%200%201-1-1zm3-3a1%201%200%200%200-1%201v1h2v-1a1%201%200%200%200-1-1%22%2F%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%205a3%203%200%201%201-6%200a3%203%200%200%201%206%200M8%207a2%202%200%201%200%200-4a2%202%200%200%200%200%204m0%205.996V14H3s-1%200-1-1s1-4%206-4q.845.002%201.544.107a4.5%204.5%200%200%200-.803.918A11%2011%200%200%200%208%2010c-2.29%200-3.516.68-4.168%201.332c-.678.678-.83%201.418-.832%201.664zM9%2013a1%201%200%200%201%201-1v-1a2%202%200%201%201%204%200v1a1%201%200%200%201%201%201v2a1%201%200%200%201-1%201h-4a1%201%200%200%201-1-1zm3-3a1%201%200%200%200-1%201v1h2v-1a1%201%200%200%200-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/person-lock.svg?color=%231a73e8&size=48