document database icon
document-database-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- document-database-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
3 other variants 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 database 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 8H16v8.5a1.5 1.5 0 0 1-1.5 1.5h-4c.306-.425.5-.927.5-1.5l.001-3.947l.001-2.247l-.009.008c-.104-1.421-1.389-2.363-2.645-2.83a7.5 7.5 0 0 0-1.293-.349A9 9 0 0 0 5.5 7c-.515 0-1.02.043-1.5.126V3.5A1.5 1.5 0 0 1 5.5 2zm1 .25V6.5a.5.5 0 0 0 .5.5h4.25zM6.88 8.12c.4.071.777.173 1.12.3c1.206.45 2 1.213 2 2.08c0 1.38-2.015 2.5-4.5 2.5S1 11.88 1 10.5S3.015 8 5.5 8c.481 0 .945.042 1.38.12M5.5 14c1.38 0 2.679-.309 3.668-.858c.293-.163.578-.36.833-.59L10 16.5c0 1.38-2.015 2.5-4.5 2.5S1 17.88 1 16.5v-3.945c.255.23.54.425.832.588c.99.55 2.288.858 3.668.858"/></svg>
React
import type { SVGProps } from "react";
export function FluentDocumentDatabase20Filled(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 8H16v8.5a1.5 1.5 0 0 1-1.5 1.5h-4c.306-.425.5-.927.5-1.5l.001-3.947l.001-2.247l-.009.008c-.104-1.421-1.389-2.363-2.645-2.83a7.5 7.5 0 0 0-1.293-.349A9 9 0 0 0 5.5 7c-.515 0-1.02.043-1.5.126V3.5A1.5 1.5 0 0 1 5.5 2zm1 .25V6.5a.5.5 0 0 0 .5.5h4.25zM6.88 8.12c.4.071.777.173 1.12.3c1.206.45 2 1.213 2 2.08c0 1.38-2.015 2.5-4.5 2.5S1 11.88 1 10.5S3.015 8 5.5 8c.481 0 .945.042 1.38.12M5.5 14c1.38 0 2.679-.309 3.668-.858c.293-.163.578-.36.833-.59L10 16.5c0 1.38-2.015 2.5-4.5 2.5S1 17.88 1 16.5v-3.945c.255.23.54.425.832.588c.99.55 2.288.858 3.668.858"/></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 8H16v8.5a1.5 1.5 0 0 1-1.5 1.5h-4c.306-.425.5-.927.5-1.5l.001-3.947l.001-2.247l-.009.008c-.104-1.421-1.389-2.363-2.645-2.83a7.5 7.5 0 0 0-1.293-.349A9 9 0 0 0 5.5 7c-.515 0-1.02.043-1.5.126V3.5A1.5 1.5 0 0 1 5.5 2zm1 .25V6.5a.5.5 0 0 0 .5.5h4.25zM6.88 8.12c.4.071.777.173 1.12.3c1.206.45 2 1.213 2 2.08c0 1.38-2.015 2.5-4.5 2.5S1 11.88 1 10.5S3.015 8 5.5 8c.481 0 .945.042 1.38.12M5.5 14c1.38 0 2.679-.309 3.668-.858c.293-.163.578-.36.833-.59L10 16.5c0 1.38-2.015 2.5-4.5 2.5S1 17.88 1 16.5v-3.945c.255.23.54.425.832.588c.99.55 2.288.858 3.668.858"/></svg> </template>
CSS
.icon-document-database-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%208H16v8.5a1.5%201.5%200%200%201-1.5%201.5h-4c.306-.425.5-.927.5-1.5l.001-3.947l.001-2.247l-.009.008c-.104-1.421-1.389-2.363-2.645-2.83a7.5%207.5%200%200%200-1.293-.349A9%209%200%200%200%205.5%207c-.515%200-1.02.043-1.5.126V3.5A1.5%201.5%200%200%201%205.5%202zm1%20.25V6.5a.5.5%200%200%200%20.5.5h4.25zM6.88%208.12c.4.071.777.173%201.12.3c1.206.45%202%201.213%202%202.08c0%201.38-2.015%202.5-4.5%202.5S1%2011.88%201%2010.5S3.015%208%205.5%208c.481%200%20.945.042%201.38.12M5.5%2014c1.38%200%202.679-.309%203.668-.858c.293-.163.578-.36.833-.59L10%2016.5c0%201.38-2.015%202.5-4.5%202.5S1%2017.88%201%2016.5v-3.945c.255.23.54.425.832.588c.99.55%202.288.858%203.668.858%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%208H16v8.5a1.5%201.5%200%200%201-1.5%201.5h-4c.306-.425.5-.927.5-1.5l.001-3.947l.001-2.247l-.009.008c-.104-1.421-1.389-2.363-2.645-2.83a7.5%207.5%200%200%200-1.293-.349A9%209%200%200%200%205.5%207c-.515%200-1.02.043-1.5.126V3.5A1.5%201.5%200%200%201%205.5%202zm1%20.25V6.5a.5.5%200%200%200%20.5.5h4.25zM6.88%208.12c.4.071.777.173%201.12.3c1.206.45%202%201.213%202%202.08c0%201.38-2.015%202.5-4.5%202.5S1%2011.88%201%2010.5S3.015%208%205.5%208c.481%200%20.945.042%201.38.12M5.5%2014c1.38%200%202.679-.309%203.668-.858c.293-.163.578-.36.833-.59L10%2016.5c0%201.38-2.015%202.5-4.5%202.5S1%2017.88%201%2016.5v-3.945c.255.23.54.425.832.588c.99.55%202.288.858%203.668.858%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/document-database-20-filled.svg?color=%231a73e8&size=48