document database icon

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

Name
document-database-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the document database icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2v6a2 2 0 0 0 2 2h6v10a2 2 0 0 1-2 2h-6.533c.324-.42.533-.92.533-1.5v-6.207l-.009.007c-.057-.664-.4-1.223-.836-1.65c-.476-.466-1.11-.826-1.803-1.086a8.7 8.7 0 0 0-1.697-.437A11 11 0 0 0 6 11c-.695 0-1.37.065-2 .187V4a2 2 0 0 1 2-2zm-1 18.5c0 .563-.372 1.082-1 1.5c-.912.607-2.364 1-4 1c-2.05 0-3.812-.617-4.584-1.5c-.268-.306-.416-.644-.416-1v-4.008c.31.27.663.493 1.017.67c.576.288 1.25.509 1.983.65a10.5 10.5 0 0 0 2.214.186a10.7 10.7 0 0 0 1.826-.193q.087-.016.173-.036q.408-.09.787-.21q.527-.17.983-.397l.017-.008l.018-.01c.342-.174.683-.391.982-.652zM6 17a9.4 9.4 0 0 1-2-.208c-1.766-.386-3-1.267-3-2.292s1.234-1.906 3-2.292A9.4 9.4 0 0 1 6 12c.523 0 1.026.04 1.5.114A7.7 7.7 0 0 1 9 12.5c1.214.456 2 1.182 2 2c0 .428-.215.83-.594 1.182l-.01.01l-.052.047a3.8 3.8 0 0 1-.808.529A5 5 0 0 1 9 16.5a7 7 0 0 1-1.067.306a9 9 0 0 1-.553.098l-.02.002A10 10 0 0 1 6 17m7.5-14.5V8a.5.5 0 0 0 .5.5h5.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentDatabase24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2v6a2 2 0 0 0 2 2h6v10a2 2 0 0 1-2 2h-6.533c.324-.42.533-.92.533-1.5v-6.207l-.009.007c-.057-.664-.4-1.223-.836-1.65c-.476-.466-1.11-.826-1.803-1.086a8.7 8.7 0 0 0-1.697-.437A11 11 0 0 0 6 11c-.695 0-1.37.065-2 .187V4a2 2 0 0 1 2-2zm-1 18.5c0 .563-.372 1.082-1 1.5c-.912.607-2.364 1-4 1c-2.05 0-3.812-.617-4.584-1.5c-.268-.306-.416-.644-.416-1v-4.008c.31.27.663.493 1.017.67c.576.288 1.25.509 1.983.65a10.5 10.5 0 0 0 2.214.186a10.7 10.7 0 0 0 1.826-.193q.087-.016.173-.036q.408-.09.787-.21q.527-.17.983-.397l.017-.008l.018-.01c.342-.174.683-.391.982-.652zM6 17a9.4 9.4 0 0 1-2-.208c-1.766-.386-3-1.267-3-2.292s1.234-1.906 3-2.292A9.4 9.4 0 0 1 6 12c.523 0 1.026.04 1.5.114A7.7 7.7 0 0 1 9 12.5c1.214.456 2 1.182 2 2c0 .428-.215.83-.594 1.182l-.01.01l-.052.047a3.8 3.8 0 0 1-.808.529A5 5 0 0 1 9 16.5a7 7 0 0 1-1.067.306a9 9 0 0 1-.553.098l-.02.002A10 10 0 0 1 6 17m7.5-14.5V8a.5.5 0 0 0 .5.5h5.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2v6a2 2 0 0 0 2 2h6v10a2 2 0 0 1-2 2h-6.533c.324-.42.533-.92.533-1.5v-6.207l-.009.007c-.057-.664-.4-1.223-.836-1.65c-.476-.466-1.11-.826-1.803-1.086a8.7 8.7 0 0 0-1.697-.437A11 11 0 0 0 6 11c-.695 0-1.37.065-2 .187V4a2 2 0 0 1 2-2zm-1 18.5c0 .563-.372 1.082-1 1.5c-.912.607-2.364 1-4 1c-2.05 0-3.812-.617-4.584-1.5c-.268-.306-.416-.644-.416-1v-4.008c.31.27.663.493 1.017.67c.576.288 1.25.509 1.983.65a10.5 10.5 0 0 0 2.214.186a10.7 10.7 0 0 0 1.826-.193q.087-.016.173-.036q.408-.09.787-.21q.527-.17.983-.397l.017-.008l.018-.01c.342-.174.683-.391.982-.652zM6 17a9.4 9.4 0 0 1-2-.208c-1.766-.386-3-1.267-3-2.292s1.234-1.906 3-2.292A9.4 9.4 0 0 1 6 12c.523 0 1.026.04 1.5.114A7.7 7.7 0 0 1 9 12.5c1.214.456 2 1.182 2 2c0 .428-.215.83-.594 1.182l-.01.01l-.052.047a3.8 3.8 0 0 1-.808.529A5 5 0 0 1 9 16.5a7 7 0 0 1-1.067.306a9 9 0 0 1-.553.098l-.02.002A10 10 0 0 1 6 17m7.5-14.5V8a.5.5 0 0 0 .5.5h5.5z"/></svg>
</template>

CSS

.icon-document-database-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202v6a2%202%200%200%200%202%202h6v10a2%202%200%200%201-2%202h-6.533c.324-.42.533-.92.533-1.5v-6.207l-.009.007c-.057-.664-.4-1.223-.836-1.65c-.476-.466-1.11-.826-1.803-1.086a8.7%208.7%200%200%200-1.697-.437A11%2011%200%200%200%206%2011c-.695%200-1.37.065-2%20.187V4a2%202%200%200%201%202-2zm-1%2018.5c0%20.563-.372%201.082-1%201.5c-.912.607-2.364%201-4%201c-2.05%200-3.812-.617-4.584-1.5c-.268-.306-.416-.644-.416-1v-4.008c.31.27.663.493%201.017.67c.576.288%201.25.509%201.983.65a10.5%2010.5%200%200%200%202.214.186a10.7%2010.7%200%200%200%201.826-.193q.087-.016.173-.036q.408-.09.787-.21q.527-.17.983-.397l.017-.008l.018-.01c.342-.174.683-.391.982-.652zM6%2017a9.4%209.4%200%200%201-2-.208c-1.766-.386-3-1.267-3-2.292s1.234-1.906%203-2.292A9.4%209.4%200%200%201%206%2012c.523%200%201.026.04%201.5.114A7.7%207.7%200%200%201%209%2012.5c1.214.456%202%201.182%202%202c0%20.428-.215.83-.594%201.182l-.01.01l-.052.047a3.8%203.8%200%200%201-.808.529A5%205%200%200%201%209%2016.5a7%207%200%200%201-1.067.306a9%209%200%200%201-.553.098l-.02.002A10%2010%200%200%201%206%2017m7.5-14.5V8a.5.5%200%200%200%20.5.5h5.5z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202v6a2%202%200%200%200%202%202h6v10a2%202%200%200%201-2%202h-6.533c.324-.42.533-.92.533-1.5v-6.207l-.009.007c-.057-.664-.4-1.223-.836-1.65c-.476-.466-1.11-.826-1.803-1.086a8.7%208.7%200%200%200-1.697-.437A11%2011%200%200%200%206%2011c-.695%200-1.37.065-2%20.187V4a2%202%200%200%201%202-2zm-1%2018.5c0%20.563-.372%201.082-1%201.5c-.912.607-2.364%201-4%201c-2.05%200-3.812-.617-4.584-1.5c-.268-.306-.416-.644-.416-1v-4.008c.31.27.663.493%201.017.67c.576.288%201.25.509%201.983.65a10.5%2010.5%200%200%200%202.214.186a10.7%2010.7%200%200%200%201.826-.193q.087-.016.173-.036q.408-.09.787-.21q.527-.17.983-.397l.017-.008l.018-.01c.342-.174.683-.391.982-.652zM6%2017a9.4%209.4%200%200%201-2-.208c-1.766-.386-3-1.267-3-2.292s1.234-1.906%203-2.292A9.4%209.4%200%200%201%206%2012c.523%200%201.026.04%201.5.114A7.7%207.7%200%200%201%209%2012.5c1.214.456%202%201.182%202%202c0%20.428-.215.83-.594%201.182l-.01.01l-.052.047a3.8%203.8%200%200%201-.808.529A5%205%200%200%201%209%2016.5a7%207%200%200%201-1.067.306a9%209%200%200%201-.553.098l-.02.002A10%2010%200%200%201%206%2017m7.5-14.5V8a.5.5%200%200%200%20.5.5h5.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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