user lock icon
user-lock from Line Awesome by Icons8 · Line · Users & People · Apache-2.0 Free for personal and commercial use.
- Name
- user-lock
- Set
- Line Awesome
- Style
- Line
- Category
- Users & People
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- user-lock-solid
The same icon in other sets
More users & people icons from Line Awesome
Use the user lock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5c-3.9 0-7 3.1-7 7a6.96 6.96 0 0 0 3.07 5.813C8.51 19.346 6 22.892 6 27h2c0-4.4 3.6-8 8-8c1.2 0 2.4.3 3.4.8c.3-.6.6-1.2 1.1-1.7c-.199-.1-.404-.179-.607-.266A6.96 6.96 0 0 0 23 12c0-3.9-3.1-7-7-7m0 2c2.8 0 5 2.2 5 5s-2.2 5-5 5s-5-2.2-5-5s2.2-5 5-5m9 11c-2.2 0-4 1.8-4 4v2h-3v8h14v-8h-3v-2c0-2.2-1.8-4-4-4m0 2c1.1 0 2 .9 2 2v2h-4v-2c0-1.1.9-2 2-2m-5 6h10v4H20z"/></svg>
React
import type { SVGProps } from "react";
export function LaUserLock(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5c-3.9 0-7 3.1-7 7a6.96 6.96 0 0 0 3.07 5.813C8.51 19.346 6 22.892 6 27h2c0-4.4 3.6-8 8-8c1.2 0 2.4.3 3.4.8c.3-.6.6-1.2 1.1-1.7c-.199-.1-.404-.179-.607-.266A6.96 6.96 0 0 0 23 12c0-3.9-3.1-7-7-7m0 2c2.8 0 5 2.2 5 5s-2.2 5-5 5s-5-2.2-5-5s2.2-5 5-5m9 11c-2.2 0-4 1.8-4 4v2h-3v8h14v-8h-3v-2c0-2.2-1.8-4-4-4m0 2c1.1 0 2 .9 2 2v2h-4v-2c0-1.1.9-2 2-2m-5 6h10v4H20z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5c-3.9 0-7 3.1-7 7a6.96 6.96 0 0 0 3.07 5.813C8.51 19.346 6 22.892 6 27h2c0-4.4 3.6-8 8-8c1.2 0 2.4.3 3.4.8c.3-.6.6-1.2 1.1-1.7c-.199-.1-.404-.179-.607-.266A6.96 6.96 0 0 0 23 12c0-3.9-3.1-7-7-7m0 2c2.8 0 5 2.2 5 5s-2.2 5-5 5s-5-2.2-5-5s2.2-5 5-5m9 11c-2.2 0-4 1.8-4 4v2h-3v8h14v-8h-3v-2c0-2.2-1.8-4-4-4m0 2c1.1 0 2 .9 2 2v2h-4v-2c0-1.1.9-2 2-2m-5 6h10v4H20z"/></svg> </template>
CSS
.icon-user-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%205c-3.9%200-7%203.1-7%207a6.96%206.96%200%200%200%203.07%205.813C8.51%2019.346%206%2022.892%206%2027h2c0-4.4%203.6-8%208-8c1.2%200%202.4.3%203.4.8c.3-.6.6-1.2%201.1-1.7c-.199-.1-.404-.179-.607-.266A6.96%206.96%200%200%200%2023%2012c0-3.9-3.1-7-7-7m0%202c2.8%200%205%202.2%205%205s-2.2%205-5%205s-5-2.2-5-5s2.2-5%205-5m9%2011c-2.2%200-4%201.8-4%204v2h-3v8h14v-8h-3v-2c0-2.2-1.8-4-4-4m0%202c1.1%200%202%20.9%202%202v2h-4v-2c0-1.1.9-2%202-2m-5%206h10v4H20z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%205c-3.9%200-7%203.1-7%207a6.96%206.96%200%200%200%203.07%205.813C8.51%2019.346%206%2022.892%206%2027h2c0-4.4%203.6-8%208-8c1.2%200%202.4.3%203.4.8c.3-.6.6-1.2%201.1-1.7c-.199-.1-.404-.179-.607-.266A6.96%206.96%200%200%200%2023%2012c0-3.9-3.1-7-7-7m0%202c2.8%200%205%202.2%205%205s-2.2%205-5%205s-5-2.2-5-5s2.2-5%205-5m9%2011c-2.2%200-4%201.8-4%204v2h-3v8h14v-8h-3v-2c0-2.2-1.8-4-4-4m0%202c1.1%200%202%20.9%202%202v2h-4v-2c0-1.1.9-2%202-2m-5%206h10v4H20z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/user-lock.svg?color=%231a73e8&size=48