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

Name
database-window-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 database window icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 8c3.314 0 6-1.343 6-3s-2.686-3-6-3s-6 1.343-6 3s2.686 3 6 3m4.69.016c.47-.235.927-.534 1.31-.896V9h-4.5A2.5 2.5 0 0 0 9 11.5v6q0 .237.043.462C6.184 17.732 4 16.494 4 15V7.12c.383.362.84.661 1.31.896C6.562 8.642 8.222 9 10 9s3.438-.358 4.69-.984M10 11.5a1.5 1.5 0 0 1 1.5-1.5h6a1.5 1.5 0 0 1 1.5 1.5v.5h-9zm0 1.5h9v4.5a1.5 1.5 0 0 1-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDatabaseWindow20Filled(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 8c3.314 0 6-1.343 6-3s-2.686-3-6-3s-6 1.343-6 3s2.686 3 6 3m4.69.016c.47-.235.927-.534 1.31-.896V9h-4.5A2.5 2.5 0 0 0 9 11.5v6q0 .237.043.462C6.184 17.732 4 16.494 4 15V7.12c.383.362.84.661 1.31.896C6.562 8.642 8.222 9 10 9s3.438-.358 4.69-.984M10 11.5a1.5 1.5 0 0 1 1.5-1.5h6a1.5 1.5 0 0 1 1.5 1.5v.5h-9zm0 1.5h9v4.5a1.5 1.5 0 0 1-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5z"/></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 8c3.314 0 6-1.343 6-3s-2.686-3-6-3s-6 1.343-6 3s2.686 3 6 3m4.69.016c.47-.235.927-.534 1.31-.896V9h-4.5A2.5 2.5 0 0 0 9 11.5v6q0 .237.043.462C6.184 17.732 4 16.494 4 15V7.12c.383.362.84.661 1.31.896C6.562 8.642 8.222 9 10 9s3.438-.358 4.69-.984M10 11.5a1.5 1.5 0 0 1 1.5-1.5h6a1.5 1.5 0 0 1 1.5 1.5v.5h-9zm0 1.5h9v4.5a1.5 1.5 0 0 1-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5z"/></svg>
</template>

CSS

.icon-database-window-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%208c3.314%200%206-1.343%206-3s-2.686-3-6-3s-6%201.343-6%203s2.686%203%206%203m4.69.016c.47-.235.927-.534%201.31-.896V9h-4.5A2.5%202.5%200%200%200%209%2011.5v6q0%20.237.043.462C6.184%2017.732%204%2016.494%204%2015V7.12c.383.362.84.661%201.31.896C6.562%208.642%208.222%209%2010%209s3.438-.358%204.69-.984M10%2011.5a1.5%201.5%200%200%201%201.5-1.5h6a1.5%201.5%200%200%201%201.5%201.5v.5h-9zm0%201.5h9v4.5a1.5%201.5%200%200%201-1.5%201.5h-6a1.5%201.5%200%200%201-1.5-1.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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%208c3.314%200%206-1.343%206-3s-2.686-3-6-3s-6%201.343-6%203s2.686%203%206%203m4.69.016c.47-.235.927-.534%201.31-.896V9h-4.5A2.5%202.5%200%200%200%209%2011.5v6q0%20.237.043.462C6.184%2017.732%204%2016.494%204%2015V7.12c.383.362.84.661%201.31.896C6.562%208.642%208.222%209%2010%209s3.438-.358%204.69-.984M10%2011.5a1.5%201.5%200%200%201%201.5-1.5h6a1.5%201.5%200%200%201%201.5%201.5v.5h-9zm0%201.5h9v4.5a1.5%201.5%200%200%201-1.5%201.5h-6a1.5%201.5%200%200%201-1.5-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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