document-lock-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
document-lock-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the document lock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 2v8a2 2 0 0 0 2 2h7.999l.001.078V23.6a2.4 2.4 0 0 1-2.4 2.4h-7.77c.11-.313.17-.65.17-1v-5a3 3 0 0 0-2.5-2.959V17A4 4 0 0 0 4 15.062V4.4A2.4 2.4 0 0 1 6.4 2zm1.5.475V10a.5.5 0 0 0 .5.5h7.502a3 3 0 0 0-.307-.366l-7.431-7.431a2.4 2.4 0 0 0-.264-.228M4.5 18H4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2v-5a2 2 0 0 0-2-2h-.5v-1a3 3 0 1 0-6 0zM6 17a1.5 1.5 0 0 1 3 0v1H6zm3 5.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentLock28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 2v8a2 2 0 0 0 2 2h7.999l.001.078V23.6a2.4 2.4 0 0 1-2.4 2.4h-7.77c.11-.313.17-.65.17-1v-5a3 3 0 0 0-2.5-2.959V17A4 4 0 0 0 4 15.062V4.4A2.4 2.4 0 0 1 6.4 2zm1.5.475V10a.5.5 0 0 0 .5.5h7.502a3 3 0 0 0-.307-.366l-7.431-7.431a2.4 2.4 0 0 0-.264-.228M4.5 18H4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2v-5a2 2 0 0 0-2-2h-.5v-1a3 3 0 1 0-6 0zM6 17a1.5 1.5 0 0 1 3 0v1H6zm3 5.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 2v8a2 2 0 0 0 2 2h7.999l.001.078V23.6a2.4 2.4 0 0 1-2.4 2.4h-7.77c.11-.313.17-.65.17-1v-5a3 3 0 0 0-2.5-2.959V17A4 4 0 0 0 4 15.062V4.4A2.4 2.4 0 0 1 6.4 2zm1.5.475V10a.5.5 0 0 0 .5.5h7.502a3 3 0 0 0-.307-.366l-7.431-7.431a2.4 2.4 0 0 0-.264-.228M4.5 18H4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2v-5a2 2 0 0 0-2-2h-.5v-1a3 3 0 1 0-6 0zM6 17a1.5 1.5 0 0 1 3 0v1H6zm3 5.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></svg>
</template>

CSS

.icon-document-lock-28-filled {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%202v8a2%202%200%200%200%202%202h7.999l.001.078V23.6a2.4%202.4%200%200%201-2.4%202.4h-7.77c.11-.313.17-.65.17-1v-5a3%203%200%200%200-2.5-2.959V17A4%204%200%200%200%204%2015.062V4.4A2.4%202.4%200%200%201%206.4%202zm1.5.475V10a.5.5%200%200%200%20.5.5h7.502a3%203%200%200%200-.307-.366l-7.431-7.431a2.4%202.4%200%200%200-.264-.228M4.5%2018H4a2%202%200%200%200-2%202v5a2%202%200%200%200%202%202h7a2%202%200%200%200%202-2v-5a2%202%200%200%200-2-2h-.5v-1a3%203%200%201%200-6%200zM6%2017a1.5%201.5%200%200%201%203%200v1H6zm3%205.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%202v8a2%202%200%200%200%202%202h7.999l.001.078V23.6a2.4%202.4%200%200%201-2.4%202.4h-7.77c.11-.313.17-.65.17-1v-5a3%203%200%200%200-2.5-2.959V17A4%204%200%200%200%204%2015.062V4.4A2.4%202.4%200%200%201%206.4%202zm1.5.475V10a.5.5%200%200%200%20.5.5h7.502a3%203%200%200%200-.307-.366l-7.431-7.431a2.4%202.4%200%200%200-.264-.228M4.5%2018H4a2%202%200%200%200-2%202v5a2%202%200%200%200%202%202h7a2%202%200%200%200%202-2v-5a2%202%200%200%200-2-2h-.5v-1a3%203%200%201%200-6%200zM6%2017a1.5%201.5%200%200%201%203%200v1H6zm3%205.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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