lock from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
lock
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Related icons in Codicons

Use the lock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 9a1 1 0 1 1 0 2a1 1 0 0 1 0-2"/><path fill-rule="evenodd" d="M8 1c1.654 0 3 1.346 3 3v2h1c1.103 0 2 .897 2 2v5c0 1.103-.897 2-2 2H4c-1.103 0-2-.897-2-2V8c0-1.103.897-2 2-2h1V4c0-1.654 1.346-3 3-3M4 7c-.551 0-1 .449-1 1v5c0 .551.449 1 1 1h8c.551 0 1-.449 1-1V8c0-.551-.449-1-1-1zm4-5c-1.103 0-2 .897-2 2v2h4V4c0-1.103-.897-2-2-2" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function CodiconLock(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 9a1 1 0 1 1 0 2a1 1 0 0 1 0-2"/><path fillRule="evenodd" d="M8 1c1.654 0 3 1.346 3 3v2h1c1.103 0 2 .897 2 2v5c0 1.103-.897 2-2 2H4c-1.103 0-2-.897-2-2V8c0-1.103.897-2 2-2h1V4c0-1.654 1.346-3 3-3M4 7c-.551 0-1 .449-1 1v5c0 .551.449 1 1 1h8c.551 0 1-.449 1-1V8c0-.551-.449-1-1-1zm4-5c-1.103 0-2 .897-2 2v2h4V4c0-1.103-.897-2-2-2" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 9a1 1 0 1 1 0 2a1 1 0 0 1 0-2"/><path fill-rule="evenodd" d="M8 1c1.654 0 3 1.346 3 3v2h1c1.103 0 2 .897 2 2v5c0 1.103-.897 2-2 2H4c-1.103 0-2-.897-2-2V8c0-1.103.897-2 2-2h1V4c0-1.654 1.346-3 3-3M4 7c-.551 0-1 .449-1 1v5c0 .551.449 1 1 1h8c.551 0 1-.449 1-1V8c0-.551-.449-1-1-1zm4-5c-1.103 0-2 .897-2 2v2h4V4c0-1.103-.897-2-2-2" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8%209a1%201%200%201%201%200%202a1%201%200%200%201%200-2%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8%201c1.654%200%203%201.346%203%203v2h1c1.103%200%202%20.897%202%202v5c0%201.103-.897%202-2%202H4c-1.103%200-2-.897-2-2V8c0-1.103.897-2%202-2h1V4c0-1.654%201.346-3%203-3M4%207c-.551%200-1%20.449-1%201v5c0%20.551.449%201%201%201h8c.551%200%201-.449%201-1V8c0-.551-.449-1-1-1zm4-5c-1.103%200-2%20.897-2%202v2h4V4c0-1.103-.897-2-2-2%22%20clip-rule%3D%22evenodd%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8%209a1%201%200%201%201%200%202a1%201%200%200%201%200-2%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8%201c1.654%200%203%201.346%203%203v2h1c1.103%200%202%20.897%202%202v5c0%201.103-.897%202-2%202H4c-1.103%200-2-.897-2-2V8c0-1.103.897-2%202-2h1V4c0-1.654%201.346-3%203-3M4%207c-.551%200-1%20.449-1%201v5c0%20.551.449%201%201%201h8c.551%200%201-.449%201-1V8c0-.551-.449-1-1-1zm4-5c-1.103%200-2%20.897-2%202v2h4V4c0-1.103-.897-2-2-2%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/lock.svg?color=%231a73e8&size=48