document key icon
document-key-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- document-key-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
1 other variant in Fluent UI System Icons
Related icons in Fluent UI System Icons
document-100-16-filleddocument-add-16-filleddocument-arrow-down-16-filleddocument-arrow-down-off-20-filleddocument-arrow-left-16-filleddocument-arrow-right-16-filleddocument-arrow-up-16-filleddocument-autosave-24-regulardocument-border-20-filleddocument-border-print-20-filleddocument-briefcase-16-filleddocument-broken-20-filleddocument-bullet-list-16-filleddocument-bullet-list-arrow-left-16-filleddocument-bullet-list-clock-20-filleddocument-bullet-list-cube-16-filleddocument-bullet-list-multiple-20-filleddocument-bullet-list-off-20-filleddocument-catch-up-16-filleddocument-checkmark-16-filleddocument-chevron-double-20-filleddocument-code-16-filleddocument-contract-16-filleddocument-copy-16-filled
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="M6 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h3v-1H6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4v3.5A1.5 1.5 0 0 0 11.5 8H15v1.135A4.3 4.3 0 0 1 15.974 9H16V7.414a1.5 1.5 0 0 0-.44-1.06l-3.914-3.915A1.5 1.5 0 0 0 10.586 2zm8.793 5H11.5a.5.5 0 0 1-.5-.5V3.207zm-4.645 11.852A.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 17c.5 0 .634.02.766-.07a.5.5 0 0 0 .156-.172a.7.7 0 0 0 .07-.235c.027-.229.008-.464.008-.695q.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.352M17.5 12.25c0 .412-.338.75-.75.75a.75.75 0 0 1-.75-.75c0-.412.338-.75.75-.75s.75.338.75.75"/></svg>
React
import type { SVGProps } from "react";
export function FluentDocumentKey20Regular(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="M6 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h3v-1H6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4v3.5A1.5 1.5 0 0 0 11.5 8H15v1.135A4.3 4.3 0 0 1 15.974 9H16V7.414a1.5 1.5 0 0 0-.44-1.06l-3.914-3.915A1.5 1.5 0 0 0 10.586 2zm8.793 5H11.5a.5.5 0 0 1-.5-.5V3.207zm-4.645 11.852A.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 17c.5 0 .634.02.766-.07a.5.5 0 0 0 .156-.172a.7.7 0 0 0 .07-.235c.027-.229.008-.464.008-.695q.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.352M17.5 12.25c0 .412-.338.75-.75.75a.75.75 0 0 1-.75-.75c0-.412.338-.75.75-.75s.75.338.75.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h3v-1H6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4v3.5A1.5 1.5 0 0 0 11.5 8H15v1.135A4.3 4.3 0 0 1 15.974 9H16V7.414a1.5 1.5 0 0 0-.44-1.06l-3.914-3.915A1.5 1.5 0 0 0 10.586 2zm8.793 5H11.5a.5.5 0 0 1-.5-.5V3.207zm-4.645 11.852A.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 17c.5 0 .634.02.766-.07a.5.5 0 0 0 .156-.172a.7.7 0 0 0 .07-.235c.027-.229.008-.464.008-.695q.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.352M17.5 12.25c0 .412-.338.75-.75.75a.75.75 0 0 1-.75-.75c0-.412.338-.75.75-.75s.75.338.75.75"/></svg> </template>
CSS
.icon-document-key-20-regular {
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%22M6%202a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h3v-1H6a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1h4v3.5A1.5%201.5%200%200%200%2011.5%208H15v1.135A4.3%204.3%200%200%201%2015.974%209H16V7.414a1.5%201.5%200%200%200-.44-1.06l-3.914-3.915A1.5%201.5%200%200%200%2010.586%202zm8.793%205H11.5a.5.5%200%200%201-.5-.5V3.207zm-4.645%2011.852A.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%2017c.5%200%20.634.02.766-.07a.5.5%200%200%200%20.156-.172a.7.7%200%200%200%20.07-.235c.027-.229.008-.464.008-.695q.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.352M17.5%2012.25c0%20.412-.338.75-.75.75a.75.75%200%200%201-.75-.75c0-.412.338-.75.75-.75s.75.338.75.75%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%22M6%202a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h3v-1H6a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1h4v3.5A1.5%201.5%200%200%200%2011.5%208H15v1.135A4.3%204.3%200%200%201%2015.974%209H16V7.414a1.5%201.5%200%200%200-.44-1.06l-3.914-3.915A1.5%201.5%200%200%200%2010.586%202zm8.793%205H11.5a.5.5%200%200%201-.5-.5V3.207zm-4.645%2011.852A.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%2017c.5%200%20.634.02.766-.07a.5.5%200%200%200%20.156-.172a.7.7%200%200%200%20.07-.235c.027-.229.008-.464.008-.695q.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.352M17.5%2012.25c0%20.412-.338.75-.75.75a.75.75%200%200%201-.75-.75c0-.412.338-.75.75-.75s.75.338.75.75%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-regular.svg?color=%231a73e8&size=48