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

Name
document-lock-32
Set
Fluent UI System Color Icons
Style
32
Viewbox
32×32
License
MIT

5 other variants in Fluent UI System Color Icons

The same icon in other sets

Related icons in Fluent UI System Color Icons

Use the document lock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVG6Pnp9cci3)" d="M17 2H8a3 3 0 0 0-3 3v22a3 3 0 0 0 3 3h16a3 3 0 0 0 3-3V12l-7-3z"/><path fill="url(#SVGc3iPdb3A3)" fill-opacity=".5" d="M17 2H8a3 3 0 0 0-3 3v22a3 3 0 0 0 3 3h16a3 3 0 0 0 3-3V12l-7-3z"/><path fill="url(#SVGFRzJEd8l3)" d="M17 10V2l10 10h-8a2 2 0 0 1-2-2"/><path fill="url(#SVGkiqhKdiM1)" d="M5.5 19.5H5A2.5 2.5 0 0 0 2.5 22v6A2.5 2.5 0 0 0 5 30.5h8a2.5 2.5 0 0 0 2.5-2.5v-6a2.5 2.5 0 0 0-2.5-2.5h-.5V19a3.5 3.5 0 1 0-7 0zm2-.5a1.5 1.5 0 0 1 3 0v.5h-3z"/><path fill="#944600" d="M11 25a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><defs><linearGradient id="SVG6Pnp9cci3" x1="20.4" x2="22.711" y1="2" y2="25.61" gradientUnits="userSpaceOnUse"><stop stop-color="#6ce0ff"/><stop offset="1" stop-color="#4894fe"/></linearGradient><linearGradient id="SVGFRzJEd8l3" x1="21.983" x2="19.483" y1="6.167" y2="10.333" gradientUnits="userSpaceOnUse"><stop stop-color="#9ff0f9"/><stop offset="1" stop-color="#b3e0ff"/></linearGradient><linearGradient id="SVGkiqhKdiM1" x1="15.519" x2="1.418" y1="31.146" y2="21.565" gradientUnits="userSpaceOnUse"><stop stop-color="#ff6f47"/><stop offset="1" stop-color="#ffd638"/></linearGradient><radialGradient id="SVGc3iPdb3A3" cx="0" cy="0" r="1" gradientTransform="rotate(133.108 13.335 7.491)scale(17.438 10.2853)" gradientUnits="userSpaceOnUse"><stop offset=".362" stop-color="#4a43cb"/><stop offset="1" stop-color="#4a43cb" stop-opacity="0"/></radialGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorDocumentLock32(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVG6Pnp9cci3)" d="M17 2H8a3 3 0 0 0-3 3v22a3 3 0 0 0 3 3h16a3 3 0 0 0 3-3V12l-7-3z"/><path fill="url(#SVGc3iPdb3A3)" fillOpacity=".5" d="M17 2H8a3 3 0 0 0-3 3v22a3 3 0 0 0 3 3h16a3 3 0 0 0 3-3V12l-7-3z"/><path fill="url(#SVGFRzJEd8l3)" d="M17 10V2l10 10h-8a2 2 0 0 1-2-2"/><path fill="url(#SVGkiqhKdiM1)" d="M5.5 19.5H5A2.5 2.5 0 0 0 2.5 22v6A2.5 2.5 0 0 0 5 30.5h8a2.5 2.5 0 0 0 2.5-2.5v-6a2.5 2.5 0 0 0-2.5-2.5h-.5V19a3.5 3.5 0 1 0-7 0zm2-.5a1.5 1.5 0 0 1 3 0v.5h-3z"/><path fill="#944600" d="M11 25a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><defs><linearGradient id="SVG6Pnp9cci3" x1="20.4" x2="22.711" y1="2" y2="25.61" gradientUnits="userSpaceOnUse"><stop stopColor="#6ce0ff"/><stop offset="1" stopColor="#4894fe"/></linearGradient><linearGradient id="SVGFRzJEd8l3" x1="21.983" x2="19.483" y1="6.167" y2="10.333" gradientUnits="userSpaceOnUse"><stop stopColor="#9ff0f9"/><stop offset="1" stopColor="#b3e0ff"/></linearGradient><linearGradient id="SVGkiqhKdiM1" x1="15.519" x2="1.418" y1="31.146" y2="21.565" gradientUnits="userSpaceOnUse"><stop stopColor="#ff6f47"/><stop offset="1" stopColor="#ffd638"/></linearGradient><radialGradient id="SVGc3iPdb3A3" cx="0" cy="0" r="1" gradientTransform="rotate(133.108 13.335 7.491)scale(17.438 10.2853)" gradientUnits="userSpaceOnUse"><stop offset=".362" stopColor="#4a43cb"/><stop offset="1" stopColor="#4a43cb" stopOpacity="0"/></radialGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVG6Pnp9cci3)" d="M17 2H8a3 3 0 0 0-3 3v22a3 3 0 0 0 3 3h16a3 3 0 0 0 3-3V12l-7-3z"/><path fill="url(#SVGc3iPdb3A3)" fill-opacity=".5" d="M17 2H8a3 3 0 0 0-3 3v22a3 3 0 0 0 3 3h16a3 3 0 0 0 3-3V12l-7-3z"/><path fill="url(#SVGFRzJEd8l3)" d="M17 10V2l10 10h-8a2 2 0 0 1-2-2"/><path fill="url(#SVGkiqhKdiM1)" d="M5.5 19.5H5A2.5 2.5 0 0 0 2.5 22v6A2.5 2.5 0 0 0 5 30.5h8a2.5 2.5 0 0 0 2.5-2.5v-6a2.5 2.5 0 0 0-2.5-2.5h-.5V19a3.5 3.5 0 1 0-7 0zm2-.5a1.5 1.5 0 0 1 3 0v.5h-3z"/><path fill="#944600" d="M11 25a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><defs><linearGradient id="SVG6Pnp9cci3" x1="20.4" x2="22.711" y1="2" y2="25.61" gradientUnits="userSpaceOnUse"><stop stop-color="#6ce0ff"/><stop offset="1" stop-color="#4894fe"/></linearGradient><linearGradient id="SVGFRzJEd8l3" x1="21.983" x2="19.483" y1="6.167" y2="10.333" gradientUnits="userSpaceOnUse"><stop stop-color="#9ff0f9"/><stop offset="1" stop-color="#b3e0ff"/></linearGradient><linearGradient id="SVGkiqhKdiM1" x1="15.519" x2="1.418" y1="31.146" y2="21.565" gradientUnits="userSpaceOnUse"><stop stop-color="#ff6f47"/><stop offset="1" stop-color="#ffd638"/></linearGradient><radialGradient id="SVGc3iPdb3A3" cx="0" cy="0" r="1" gradientTransform="rotate(133.108 13.335 7.491)scale(17.438 10.2853)" gradientUnits="userSpaceOnUse"><stop offset=".362" stop-color="#4a43cb"/><stop offset="1" stop-color="#4a43cb" stop-opacity="0"/></radialGradient></defs></g></svg>
</template>

CSS

.icon-document-lock-32 {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG6Pnp9cci3)%22%20d%3D%22M17%202H8a3%203%200%200%200-3%203v22a3%203%200%200%200%203%203h16a3%203%200%200%200%203-3V12l-7-3z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGc3iPdb3A3)%22%20fill-opacity%3D%22.5%22%20d%3D%22M17%202H8a3%203%200%200%200-3%203v22a3%203%200%200%200%203%203h16a3%203%200%200%200%203-3V12l-7-3z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGFRzJEd8l3)%22%20d%3D%22M17%2010V2l10%2010h-8a2%202%200%200%201-2-2%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGkiqhKdiM1)%22%20d%3D%22M5.5%2019.5H5A2.5%202.5%200%200%200%202.5%2022v6A2.5%202.5%200%200%200%205%2030.5h8a2.5%202.5%200%200%200%202.5-2.5v-6a2.5%202.5%200%200%200-2.5-2.5h-.5V19a3.5%203.5%200%201%200-7%200zm2-.5a1.5%201.5%200%200%201%203%200v.5h-3z%22%2F%3E%3Cpath%20fill%3D%22%23944600%22%20d%3D%22M11%2025a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG6Pnp9cci3%22%20x1%3D%2220.4%22%20x2%3D%2222.711%22%20y1%3D%222%22%20y2%3D%2225.61%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%236ce0ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234894fe%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGFRzJEd8l3%22%20x1%3D%2221.983%22%20x2%3D%2219.483%22%20y1%3D%226.167%22%20y2%3D%2210.333%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%239ff0f9%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b3e0ff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGkiqhKdiM1%22%20x1%3D%2215.519%22%20x2%3D%221.418%22%20y1%3D%2231.146%22%20y2%3D%2221.565%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff6f47%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffd638%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVGc3iPdb3A3%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(133.108%2013.335%207.491)scale(17.438%2010.2853)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.362%22%20stop-color%3D%22%234a43cb%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234a43cb%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG6Pnp9cci3)%22%20d%3D%22M17%202H8a3%203%200%200%200-3%203v22a3%203%200%200%200%203%203h16a3%203%200%200%200%203-3V12l-7-3z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGc3iPdb3A3)%22%20fill-opacity%3D%22.5%22%20d%3D%22M17%202H8a3%203%200%200%200-3%203v22a3%203%200%200%200%203%203h16a3%203%200%200%200%203-3V12l-7-3z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGFRzJEd8l3)%22%20d%3D%22M17%2010V2l10%2010h-8a2%202%200%200%201-2-2%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGkiqhKdiM1)%22%20d%3D%22M5.5%2019.5H5A2.5%202.5%200%200%200%202.5%2022v6A2.5%202.5%200%200%200%205%2030.5h8a2.5%202.5%200%200%200%202.5-2.5v-6a2.5%202.5%200%200%200-2.5-2.5h-.5V19a3.5%203.5%200%201%200-7%200zm2-.5a1.5%201.5%200%200%201%203%200v.5h-3z%22%2F%3E%3Cpath%20fill%3D%22%23944600%22%20d%3D%22M11%2025a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG6Pnp9cci3%22%20x1%3D%2220.4%22%20x2%3D%2222.711%22%20y1%3D%222%22%20y2%3D%2225.61%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%236ce0ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234894fe%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGFRzJEd8l3%22%20x1%3D%2221.983%22%20x2%3D%2219.483%22%20y1%3D%226.167%22%20y2%3D%2210.333%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%239ff0f9%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b3e0ff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGkiqhKdiM1%22%20x1%3D%2215.519%22%20x2%3D%221.418%22%20y1%3D%2231.146%22%20y2%3D%2221.565%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff6f47%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffd638%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVGc3iPdb3A3%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(133.108%2013.335%207.491)scale(17.438%2010.2853)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.362%22%20stop-color%3D%22%234a43cb%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234a43cb%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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