Database Stack icon
Used to represent multiple database. The Database Stack icon is part of Microsoft's Fluent UI System Icons, available here in regular and filled styles on a 16 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.
Every size and style
Microsoft draws each size separately so icons stay crisp, rather than scaling one drawing. Pick a style and size to preview it, download it, or copy the code for your platform.
Regular, 16 px
ic_fluent_database_stack_16_regular.svg
Database Stack icon in React
npm install @fluentui/react-icons
import { DatabaseStack16Regular } from "@fluentui/react-icons";
export function Example() {
return <DatabaseStack16Regular aria-label="Database Stack" />;
}Use the Database Stack icon in React
Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.
npm install @fluentui/react-icons
import { DatabaseStack16Regular, DatabaseStack16Filled } from "@fluentui/react-icons";
export function Example() {
return <DatabaseStack16Regular aria-label="Database Stack" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_database_stack_16_regular.svg" width="16" height="16" alt="Database Stack"> Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M8 1C5.15 1 3 2.08 3 3.5v9C3 13.93 5.15 15 8 15s5-1.07 5-2.5v-9C13 2.08 10.85 1 8 1m0 1c2.44 0 4 .89 4 1.5S10.44 5 8 5s-4-.89-4-1.5S5.56 2 8 2m0 12c-2.44 0-4-.89-4-1.5V9.54c.9.59 2.33.96 4 .96a7.5 7.5 0 0 0 4-.96v2.96c0 .61-1.56 1.5-4 1.5m0-4.5c-2.44 0-4-.89-4-1.5V5.02A7.4 7.4 0 0 0 8 6a7.4 7.4 0 0 0 4-.98V8c0 .61-1.56 1.5-4 1.5"/></svg>Details
| Name | Database Stack |
|---|---|
| Styles | Regular (outlined), Filled |
| Sizes | 16 px |
| Regular (outlined) file | ic_fluent_database_stack_16_regular.svg |
| Filled file | ic_fluent_database_stack_16_filled.svg |
| React (Regular) | DatabaseStack16Regular |
| React (Filled) | DatabaseStack16Filled |
| License | MIT (© Microsoft Corporation) |