window database icon
window-database-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- window-database-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
window-ad-20-filledwindow-ad-off-20-filledwindow-ad-person-20-filledwindow-apps-16-filledwindow-arrow-up-16-filledwindow-brush-20-filledwindow-bullet-list-20-filledwindow-bullet-list-add-20-filledwindow-column-one-fourth-left-20-filledwindow-column-one-fourth-left-focus-left-20-filledwindow-column-one-fourth-left-focus-top-20-filledwindow-console-20-filledwindow-dev-edit-16-filledwindow-dev-tools-16-filledwindow-edit-16-filledwindow-fingerprint-16-filledwindow-header-horizontal-20-filledwindow-header-horizontal-off-20-filledwindow-header-vertical-20-filledwindow-inprivate-20-filledwindow-inprivate-account-20-filledwindow-location-target-20-filledwindow-multiple-16-filledwindow-multiple-off-16-filled
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="M7.5 3A4.5 4.5 0 0 0 3 7.5v17A4.5 4.5 0 0 0 7.5 29h6.654A3.4 3.4 0 0 1 14 28v-1H7.5A2.5 2.5 0 0 1 5 24.5V11h22v2.464c.719.179 1.394.408 2 .689V7.5A4.5 4.5 0 0 0 24.5 3zM5 7.5A2.5 2.5 0 0 1 7.5 5h17A2.5 2.5 0 0 1 27 7.5V9H5zm23.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 FluentWindowDatabase32Regular(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="M7.5 3A4.5 4.5 0 0 0 3 7.5v17A4.5 4.5 0 0 0 7.5 29h6.654A3.4 3.4 0 0 1 14 28v-1H7.5A2.5 2.5 0 0 1 5 24.5V11h22v2.464c.719.179 1.394.408 2 .689V7.5A4.5 4.5 0 0 0 24.5 3zM5 7.5A2.5 2.5 0 0 1 7.5 5h17A2.5 2.5 0 0 1 27 7.5V9H5zm23.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="M7.5 3A4.5 4.5 0 0 0 3 7.5v17A4.5 4.5 0 0 0 7.5 29h6.654A3.4 3.4 0 0 1 14 28v-1H7.5A2.5 2.5 0 0 1 5 24.5V11h22v2.464c.719.179 1.394.408 2 .689V7.5A4.5 4.5 0 0 0 24.5 3zM5 7.5A2.5 2.5 0 0 1 7.5 5h17A2.5 2.5 0 0 1 27 7.5V9H5zm23.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-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%203A4.5%204.5%200%200%200%203%207.5v17A4.5%204.5%200%200%200%207.5%2029h6.654A3.4%203.4%200%200%201%2014%2028v-1H7.5A2.5%202.5%200%200%201%205%2024.5V11h22v2.464c.719.179%201.394.408%202%20.689V7.5A4.5%204.5%200%200%200%2024.5%203zM5%207.5A2.5%202.5%200%200%201%207.5%205h17A2.5%202.5%200%200%201%2027%207.5V9H5zm23.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%22M7.5%203A4.5%204.5%200%200%200%203%207.5v17A4.5%204.5%200%200%200%207.5%2029h6.654A3.4%203.4%200%200%201%2014%2028v-1H7.5A2.5%202.5%200%200%201%205%2024.5V11h22v2.464c.719.179%201.394.408%202%20.689V7.5A4.5%204.5%200%200%200%2024.5%203zM5%207.5A2.5%202.5%200%200%201%207.5%205h17A2.5%202.5%200%200%201%2027%207.5V9H5zm23.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-regular.svg?color=%231a73e8&size=48