window-database-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
window-database-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the window database icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.25 3A3.25 3.25 0 0 0 3 6.25v11.5A3.25 3.25 0 0 0 6.25 21h5.25v-1.5H6.25a1.75 1.75 0 0 1-1.75-1.75V8.5h15v2.076a12 12 0 0 1 1.5.25V6.25A3.25 3.25 0 0 0 17.75 3zM19.5 7h-15v-.75c0-.966.784-1.75 1.75-1.75h11.5c.966 0 1.75.784 1.75 1.75zm-4.836 5.481C15.551 12.177 16.732 12 18 12s2.449.177 3.336.481c.443.152.84.345 1.138.585c.299.241.526.557.526.934s-.227.693-.526.934c-.297.24-.695.433-1.138.585c-.887.304-2.068.481-3.336.481s-2.449-.177-3.336-.481c-.442-.152-.84-.345-1.138-.585c-.299-.241-.526-.557-.526-.934s.227-.693.526-.934c.297-.24.696-.433 1.138-.585M13 21.001v-4.606c.381.236.791.41 1.178.543c1.08.37 2.433.562 3.822.562s2.742-.191 3.823-.562A6 6 0 0 0 23 16.395V21c0 .427-.262.753-.546.976c-.291.228-.681.412-1.118.558c-.878.293-2.06.466-3.336.466c-1.277 0-2.457-.173-3.336-.466c-.437-.146-.827-.33-1.118-.558c-.284-.223-.546-.55-.546-.976"/></svg>

React

import type { SVGProps } from "react";

export function FluentWindowDatabase24Regular(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="M6.25 3A3.25 3.25 0 0 0 3 6.25v11.5A3.25 3.25 0 0 0 6.25 21h5.25v-1.5H6.25a1.75 1.75 0 0 1-1.75-1.75V8.5h15v2.076a12 12 0 0 1 1.5.25V6.25A3.25 3.25 0 0 0 17.75 3zM19.5 7h-15v-.75c0-.966.784-1.75 1.75-1.75h11.5c.966 0 1.75.784 1.75 1.75zm-4.836 5.481C15.551 12.177 16.732 12 18 12s2.449.177 3.336.481c.443.152.84.345 1.138.585c.299.241.526.557.526.934s-.227.693-.526.934c-.297.24-.695.433-1.138.585c-.887.304-2.068.481-3.336.481s-2.449-.177-3.336-.481c-.442-.152-.84-.345-1.138-.585c-.299-.241-.526-.557-.526-.934s.227-.693.526-.934c.297-.24.696-.433 1.138-.585M13 21.001v-4.606c.381.236.791.41 1.178.543c1.08.37 2.433.562 3.822.562s2.742-.191 3.823-.562A6 6 0 0 0 23 16.395V21c0 .427-.262.753-.546.976c-.291.228-.681.412-1.118.558c-.878.293-2.06.466-3.336.466c-1.277 0-2.457-.173-3.336-.466c-.437-.146-.827-.33-1.118-.558c-.284-.223-.546-.55-.546-.976"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.25 3A3.25 3.25 0 0 0 3 6.25v11.5A3.25 3.25 0 0 0 6.25 21h5.25v-1.5H6.25a1.75 1.75 0 0 1-1.75-1.75V8.5h15v2.076a12 12 0 0 1 1.5.25V6.25A3.25 3.25 0 0 0 17.75 3zM19.5 7h-15v-.75c0-.966.784-1.75 1.75-1.75h11.5c.966 0 1.75.784 1.75 1.75zm-4.836 5.481C15.551 12.177 16.732 12 18 12s2.449.177 3.336.481c.443.152.84.345 1.138.585c.299.241.526.557.526.934s-.227.693-.526.934c-.297.24-.695.433-1.138.585c-.887.304-2.068.481-3.336.481s-2.449-.177-3.336-.481c-.442-.152-.84-.345-1.138-.585c-.299-.241-.526-.557-.526-.934s.227-.693.526-.934c.297-.24.696-.433 1.138-.585M13 21.001v-4.606c.381.236.791.41 1.178.543c1.08.37 2.433.562 3.822.562s2.742-.191 3.823-.562A6 6 0 0 0 23 16.395V21c0 .427-.262.753-.546.976c-.291.228-.681.412-1.118.558c-.878.293-2.06.466-3.336.466c-1.277 0-2.457-.173-3.336-.466c-.437-.146-.827-.33-1.118-.558c-.284-.223-.546-.55-.546-.976"/></svg>
</template>

CSS

.icon-window-database-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.25%203A3.25%203.25%200%200%200%203%206.25v11.5A3.25%203.25%200%200%200%206.25%2021h5.25v-1.5H6.25a1.75%201.75%200%200%201-1.75-1.75V8.5h15v2.076a12%2012%200%200%201%201.5.25V6.25A3.25%203.25%200%200%200%2017.75%203zM19.5%207h-15v-.75c0-.966.784-1.75%201.75-1.75h11.5c.966%200%201.75.784%201.75%201.75zm-4.836%205.481C15.551%2012.177%2016.732%2012%2018%2012s2.449.177%203.336.481c.443.152.84.345%201.138.585c.299.241.526.557.526.934s-.227.693-.526.934c-.297.24-.695.433-1.138.585c-.887.304-2.068.481-3.336.481s-2.449-.177-3.336-.481c-.442-.152-.84-.345-1.138-.585c-.299-.241-.526-.557-.526-.934s.227-.693.526-.934c.297-.24.696-.433%201.138-.585M13%2021.001v-4.606c.381.236.791.41%201.178.543c1.08.37%202.433.562%203.822.562s2.742-.191%203.823-.562A6%206%200%200%200%2023%2016.395V21c0%20.427-.262.753-.546.976c-.291.228-.681.412-1.118.558c-.878.293-2.06.466-3.336.466c-1.277%200-2.457-.173-3.336-.466c-.437-.146-.827-.33-1.118-.558c-.284-.223-.546-.55-.546-.976%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%22M6.25%203A3.25%203.25%200%200%200%203%206.25v11.5A3.25%203.25%200%200%200%206.25%2021h5.25v-1.5H6.25a1.75%201.75%200%200%201-1.75-1.75V8.5h15v2.076a12%2012%200%200%201%201.5.25V6.25A3.25%203.25%200%200%200%2017.75%203zM19.5%207h-15v-.75c0-.966.784-1.75%201.75-1.75h11.5c.966%200%201.75.784%201.75%201.75zm-4.836%205.481C15.551%2012.177%2016.732%2012%2018%2012s2.449.177%203.336.481c.443.152.84.345%201.138.585c.299.241.526.557.526.934s-.227.693-.526.934c-.297.24-.695.433-1.138.585c-.887.304-2.068.481-3.336.481s-2.449-.177-3.336-.481c-.442-.152-.84-.345-1.138-.585c-.299-.241-.526-.557-.526-.934s.227-.693.526-.934c.297-.24.696-.433%201.138-.585M13%2021.001v-4.606c.381.236.791.41%201.178.543c1.08.37%202.433.562%203.822.562s2.742-.191%203.823-.562A6%206%200%200%200%2023%2016.395V21c0%20.427-.262.753-.546.976c-.291.228-.681.412-1.118.558c-.878.293-2.06.466-3.336.466c-1.277%200-2.457-.173-3.336-.466c-.437-.146-.827-.33-1.118-.558c-.284-.223-.546-.55-.546-.976%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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