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

Name
window-database-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M3 7.5A4.5 4.5 0 0 1 7.5 3h17A4.5 4.5 0 0 1 29 7.5v6.653c-.606-.28-1.281-.51-2-.689V11H5v13.5A2.5 2.5 0 0 0 7.5 27H14v1c0 .304.043.644.154 1H7.5A4.5 4.5 0 0 1 3 24.5zm25.5 12.356c-.55.298-1.228.551-2 .743c-1.03.255-2.225.401-3.5.401c-3.866 0-7-1.343-7-3s3.134-3 7-3c1.275 0 2.47.146 3.5.401c.772.192 1.45.444 2 .743c.94.51 1.5 1.155 1.5 1.856c0 .7-.56 1.345-1.5 1.856M16.936 29.5c-.595-.441-.936-.954-.936-1.5v-7.327c.436.33.936.603 1.46.827c1.494.64 3.454 1 5.54 1c1.234 0 2.424-.126 3.5-.361c.726-.16 1.4-.368 2-.622l.04-.017a7 7 0 0 0 1.46-.827V28c0 1.657-3.134 3-7 3c-2.591 0-4.853-.603-6.064-1.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentWindowDatabase32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3 7.5A4.5 4.5 0 0 1 7.5 3h17A4.5 4.5 0 0 1 29 7.5v6.653c-.606-.28-1.281-.51-2-.689V11H5v13.5A2.5 2.5 0 0 0 7.5 27H14v1c0 .304.043.644.154 1H7.5A4.5 4.5 0 0 1 3 24.5zm25.5 12.356c-.55.298-1.228.551-2 .743c-1.03.255-2.225.401-3.5.401c-3.866 0-7-1.343-7-3s3.134-3 7-3c1.275 0 2.47.146 3.5.401c.772.192 1.45.444 2 .743c.94.51 1.5 1.155 1.5 1.856c0 .7-.56 1.345-1.5 1.856M16.936 29.5c-.595-.441-.936-.954-.936-1.5v-7.327c.436.33.936.603 1.46.827c1.494.64 3.454 1 5.54 1c1.234 0 2.424-.126 3.5-.361c.726-.16 1.4-.368 2-.622l.04-.017a7 7 0 0 0 1.46-.827V28c0 1.657-3.134 3-7 3c-2.591 0-4.853-.603-6.064-1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3 7.5A4.5 4.5 0 0 1 7.5 3h17A4.5 4.5 0 0 1 29 7.5v6.653c-.606-.28-1.281-.51-2-.689V11H5v13.5A2.5 2.5 0 0 0 7.5 27H14v1c0 .304.043.644.154 1H7.5A4.5 4.5 0 0 1 3 24.5zm25.5 12.356c-.55.298-1.228.551-2 .743c-1.03.255-2.225.401-3.5.401c-3.866 0-7-1.343-7-3s3.134-3 7-3c1.275 0 2.47.146 3.5.401c.772.192 1.45.444 2 .743c.94.51 1.5 1.155 1.5 1.856c0 .7-.56 1.345-1.5 1.856M16.936 29.5c-.595-.441-.936-.954-.936-1.5v-7.327c.436.33.936.603 1.46.827c1.494.64 3.454 1 5.54 1c1.234 0 2.424-.126 3.5-.361c.726-.16 1.4-.368 2-.622l.04-.017a7 7 0 0 0 1.46-.827V28c0 1.657-3.134 3-7 3c-2.591 0-4.853-.603-6.064-1.5"/></svg>
</template>

CSS

.icon-window-database-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%207.5A4.5%204.5%200%200%201%207.5%203h17A4.5%204.5%200%200%201%2029%207.5v6.653c-.606-.28-1.281-.51-2-.689V11H5v13.5A2.5%202.5%200%200%200%207.5%2027H14v1c0%20.304.043.644.154%201H7.5A4.5%204.5%200%200%201%203%2024.5zm25.5%2012.356c-.55.298-1.228.551-2%20.743c-1.03.255-2.225.401-3.5.401c-3.866%200-7-1.343-7-3s3.134-3%207-3c1.275%200%202.47.146%203.5.401c.772.192%201.45.444%202%20.743c.94.51%201.5%201.155%201.5%201.856c0%20.7-.56%201.345-1.5%201.856M16.936%2029.5c-.595-.441-.936-.954-.936-1.5v-7.327c.436.33.936.603%201.46.827c1.494.64%203.454%201%205.54%201c1.234%200%202.424-.126%203.5-.361c.726-.16%201.4-.368%202-.622l.04-.017a7%207%200%200%200%201.46-.827V28c0%201.657-3.134%203-7%203c-2.591%200-4.853-.603-6.064-1.5%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%207.5A4.5%204.5%200%200%201%207.5%203h17A4.5%204.5%200%200%201%2029%207.5v6.653c-.606-.28-1.281-.51-2-.689V11H5v13.5A2.5%202.5%200%200%200%207.5%2027H14v1c0%20.304.043.644.154%201H7.5A4.5%204.5%200%200%201%203%2024.5zm25.5%2012.356c-.55.298-1.228.551-2%20.743c-1.03.255-2.225.401-3.5.401c-3.866%200-7-1.343-7-3s3.134-3%207-3c1.275%200%202.47.146%203.5.401c.772.192%201.45.444%202%20.743c.94.51%201.5%201.155%201.5%201.856c0%20.7-.56%201.345-1.5%201.856M16.936%2029.5c-.595-.441-.936-.954-.936-1.5v-7.327c.436.33.936.603%201.46.827c1.494.64%203.454%201%205.54%201c1.234%200%202.424-.126%203.5-.361c.726-.16%201.4-.368%202-.622l.04-.017a7%207%200%200%200%201.46-.827V28c0%201.657-3.134%203-7%203c-2.591%200-4.853-.603-6.064-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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