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

Name
document-key-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

1 other variant in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the document key icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2v4.5A1.5 1.5 0 0 0 11.5 8H16v1h-.026a4.3 4.3 0 0 0-1.498.308a3.9 3.9 0 0 0-1.278.838a4.1 4.1 0 0 0-.866 1.236A3.7 3.7 0 0 0 12 12.938q0 .21.021.424l-2.58 2.58A1.48 1.48 0 0 0 9 17v1H5.5A1.5 1.5 0 0 1 4 16.5v-13A1.5 1.5 0 0 1 5.5 2zm1 .25V6.5a.5.5 0 0 0 .5.5h4.25zm-.852 16.602A.48.48 0 0 0 10.5 19h2a.6.6 0 0 0 .273-.07a.37.37 0 0 0 .149-.172a1 1 0 0 0 .062-.235q.016-.125.016-.257V18q.36-.008.563-.023a.47.47 0 0 0 .304-.118a.46.46 0 0 0 .117-.297Q14 17.368 14 17h.5q.165 0 .266-.07a.5.5 0 0 0 .156-.172a.7.7 0 0 0 .07-.235q.015-.133.016-.273a3 3 0 0 1-.008-.227v-.195q.258.094.523.133q.266.039.54.039a2.87 2.87 0 0 0 2.078-.898q.405-.423.632-.961Q19 13.6 19 13q0-.625-.234-1.172a3 3 0 0 0-.641-.953a3 3 0 0 0-.953-.64A2.9 2.9 0 0 0 16 10q-.61.015-1.148.234a2.9 2.9 0 0 0-.954.625q-.414.407-.656.938a2.7 2.7 0 0 0-.242 1.14q0 .367.086.774l-2.938 2.937A.48.48 0 0 0 10 17v1.5q0 .203.148.352m7.133-7.133a.72.72 0 0 1 .219.531a.72.72 0 0 1-.219.531a.72.72 0 0 1-.531.219a.72.72 0 0 1-.531-.219a.72.72 0 0 1-.219-.531q0-.312.219-.531a.72.72 0 0 1 .531-.219q.312 0 .531.219"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentKey20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2v4.5A1.5 1.5 0 0 0 11.5 8H16v1h-.026a4.3 4.3 0 0 0-1.498.308a3.9 3.9 0 0 0-1.278.838a4.1 4.1 0 0 0-.866 1.236A3.7 3.7 0 0 0 12 12.938q0 .21.021.424l-2.58 2.58A1.48 1.48 0 0 0 9 17v1H5.5A1.5 1.5 0 0 1 4 16.5v-13A1.5 1.5 0 0 1 5.5 2zm1 .25V6.5a.5.5 0 0 0 .5.5h4.25zm-.852 16.602A.48.48 0 0 0 10.5 19h2a.6.6 0 0 0 .273-.07a.37.37 0 0 0 .149-.172a1 1 0 0 0 .062-.235q.016-.125.016-.257V18q.36-.008.563-.023a.47.47 0 0 0 .304-.118a.46.46 0 0 0 .117-.297Q14 17.368 14 17h.5q.165 0 .266-.07a.5.5 0 0 0 .156-.172a.7.7 0 0 0 .07-.235q.015-.133.016-.273a3 3 0 0 1-.008-.227v-.195q.258.094.523.133q.266.039.54.039a2.87 2.87 0 0 0 2.078-.898q.405-.423.632-.961Q19 13.6 19 13q0-.625-.234-1.172a3 3 0 0 0-.641-.953a3 3 0 0 0-.953-.64A2.9 2.9 0 0 0 16 10q-.61.015-1.148.234a2.9 2.9 0 0 0-.954.625q-.414.407-.656.938a2.7 2.7 0 0 0-.242 1.14q0 .367.086.774l-2.938 2.937A.48.48 0 0 0 10 17v1.5q0 .203.148.352m7.133-7.133a.72.72 0 0 1 .219.531a.72.72 0 0 1-.219.531a.72.72 0 0 1-.531.219a.72.72 0 0 1-.531-.219a.72.72 0 0 1-.219-.531q0-.312.219-.531a.72.72 0 0 1 .531-.219q.312 0 .531.219"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2v4.5A1.5 1.5 0 0 0 11.5 8H16v1h-.026a4.3 4.3 0 0 0-1.498.308a3.9 3.9 0 0 0-1.278.838a4.1 4.1 0 0 0-.866 1.236A3.7 3.7 0 0 0 12 12.938q0 .21.021.424l-2.58 2.58A1.48 1.48 0 0 0 9 17v1H5.5A1.5 1.5 0 0 1 4 16.5v-13A1.5 1.5 0 0 1 5.5 2zm1 .25V6.5a.5.5 0 0 0 .5.5h4.25zm-.852 16.602A.48.48 0 0 0 10.5 19h2a.6.6 0 0 0 .273-.07a.37.37 0 0 0 .149-.172a1 1 0 0 0 .062-.235q.016-.125.016-.257V18q.36-.008.563-.023a.47.47 0 0 0 .304-.118a.46.46 0 0 0 .117-.297Q14 17.368 14 17h.5q.165 0 .266-.07a.5.5 0 0 0 .156-.172a.7.7 0 0 0 .07-.235q.015-.133.016-.273a3 3 0 0 1-.008-.227v-.195q.258.094.523.133q.266.039.54.039a2.87 2.87 0 0 0 2.078-.898q.405-.423.632-.961Q19 13.6 19 13q0-.625-.234-1.172a3 3 0 0 0-.641-.953a3 3 0 0 0-.953-.64A2.9 2.9 0 0 0 16 10q-.61.015-1.148.234a2.9 2.9 0 0 0-.954.625q-.414.407-.656.938a2.7 2.7 0 0 0-.242 1.14q0 .367.086.774l-2.938 2.937A.48.48 0 0 0 10 17v1.5q0 .203.148.352m7.133-7.133a.72.72 0 0 1 .219.531a.72.72 0 0 1-.219.531a.72.72 0 0 1-.531.219a.72.72 0 0 1-.531-.219a.72.72 0 0 1-.219-.531q0-.312.219-.531a.72.72 0 0 1 .531-.219q.312 0 .531.219"/></svg>
</template>

CSS

.icon-document-key-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202v4.5A1.5%201.5%200%200%200%2011.5%208H16v1h-.026a4.3%204.3%200%200%200-1.498.308a3.9%203.9%200%200%200-1.278.838a4.1%204.1%200%200%200-.866%201.236A3.7%203.7%200%200%200%2012%2012.938q0%20.21.021.424l-2.58%202.58A1.48%201.48%200%200%200%209%2017v1H5.5A1.5%201.5%200%200%201%204%2016.5v-13A1.5%201.5%200%200%201%205.5%202zm1%20.25V6.5a.5.5%200%200%200%20.5.5h4.25zm-.852%2016.602A.48.48%200%200%200%2010.5%2019h2a.6.6%200%200%200%20.273-.07a.37.37%200%200%200%20.149-.172a1%201%200%200%200%20.062-.235q.016-.125.016-.257V18q.36-.008.563-.023a.47.47%200%200%200%20.304-.118a.46.46%200%200%200%20.117-.297Q14%2017.368%2014%2017h.5q.165%200%20.266-.07a.5.5%200%200%200%20.156-.172a.7.7%200%200%200%20.07-.235q.015-.133.016-.273a3%203%200%200%201-.008-.227v-.195q.258.094.523.133q.266.039.54.039a2.87%202.87%200%200%200%202.078-.898q.405-.423.632-.961Q19%2013.6%2019%2013q0-.625-.234-1.172a3%203%200%200%200-.641-.953a3%203%200%200%200-.953-.64A2.9%202.9%200%200%200%2016%2010q-.61.015-1.148.234a2.9%202.9%200%200%200-.954.625q-.414.407-.656.938a2.7%202.7%200%200%200-.242%201.14q0%20.367.086.774l-2.938%202.937A.48.48%200%200%200%2010%2017v1.5q0%20.203.148.352m7.133-7.133a.72.72%200%200%201%20.219.531a.72.72%200%200%201-.219.531a.72.72%200%200%201-.531.219a.72.72%200%200%201-.531-.219a.72.72%200%200%201-.219-.531q0-.312.219-.531a.72.72%200%200%201%20.531-.219q.312%200%20.531.219%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202v4.5A1.5%201.5%200%200%200%2011.5%208H16v1h-.026a4.3%204.3%200%200%200-1.498.308a3.9%203.9%200%200%200-1.278.838a4.1%204.1%200%200%200-.866%201.236A3.7%203.7%200%200%200%2012%2012.938q0%20.21.021.424l-2.58%202.58A1.48%201.48%200%200%200%209%2017v1H5.5A1.5%201.5%200%200%201%204%2016.5v-13A1.5%201.5%200%200%201%205.5%202zm1%20.25V6.5a.5.5%200%200%200%20.5.5h4.25zm-.852%2016.602A.48.48%200%200%200%2010.5%2019h2a.6.6%200%200%200%20.273-.07a.37.37%200%200%200%20.149-.172a1%201%200%200%200%20.062-.235q.016-.125.016-.257V18q.36-.008.563-.023a.47.47%200%200%200%20.304-.118a.46.46%200%200%200%20.117-.297Q14%2017.368%2014%2017h.5q.165%200%20.266-.07a.5.5%200%200%200%20.156-.172a.7.7%200%200%200%20.07-.235q.015-.133.016-.273a3%203%200%200%201-.008-.227v-.195q.258.094.523.133q.266.039.54.039a2.87%202.87%200%200%200%202.078-.898q.405-.423.632-.961Q19%2013.6%2019%2013q0-.625-.234-1.172a3%203%200%200%200-.641-.953a3%203%200%200%200-.953-.64A2.9%202.9%200%200%200%2016%2010q-.61.015-1.148.234a2.9%202.9%200%200%200-.954.625q-.414.407-.656.938a2.7%202.7%200%200%200-.242%201.14q0%20.367.086.774l-2.938%202.937A.48.48%200%200%200%2010%2017v1.5q0%20.203.148.352m7.133-7.133a.72.72%200%200%201%20.219.531a.72.72%200%200%201-.219.531a.72.72%200%200%201-.531.219a.72.72%200%200%201-.531-.219a.72.72%200%200%201-.219-.531q0-.312.219-.531a.72.72%200%200%201%20.531-.219q.312%200%20.531.219%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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