Database Switch icon

Used in database scenarios. The Database Switch icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Database Switch 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 { DatabaseSwitch24Regular, DatabaseSwitch24Filled } from "@fluentui/react-icons";

export function Example() {
  return <DatabaseSwitch24Regular aria-label="Database Switch" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_database_switch_24_regular.svg" width="24" height="24" alt="Database Switch">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 6C4 5.30945 4.3153 4.70664 4.77423 4.22025C5.2294 3.73784 5.85301 3.33745 6.56668 3.01752C7.99575 2.3769 9.91738 2 12 2C14.0826 2 16.0042 2.3769 17.4333 3.01752C18.147 3.33745 18.7706 3.73784 19.2258 4.22025C19.6847 4.70664 20 5.30945 20 6V15.5218C19.4731 15.4461 18.9184 15.6109 18.513 16.0161L18.5 16.0292V8.39242C18.1791 8.61282 17.8194 8.80942 17.4333 8.98248C16.0042 9.6231 14.0826 10 12 10C9.91738 10 7.99575 9.6231 6.56668 8.98248C6.18063 8.80942 5.82094 8.61282 5.5 8.39242V18C5.5 18.2069 5.59044 18.4591 5.86525 18.7503C6.14382 19.0456 6.58195 19.3455 7.18027 19.6137C7.96654 19.9662 8.97296 20.2385 10.1168 20.3836C10.2039 20.61 10.338 20.8179 10.5128 20.9927L11.5137 21.9931C9.61933 21.9393 7.8838 21.5729 6.56668 20.9825C5.85301 20.6626 5.2294 20.2622 4.77423 19.7798C4.3153 19.2934 4 18.6906 4 18V6ZM5.5 6C5.5 6.20691 5.59044 6.45909 5.86525 6.75034C6.14382 7.04559 6.58195 7.3455 7.18027 7.61372C8.37519 8.14937 10.0786 8.5 12 8.5C13.9214 8.5 15.6248 8.14937 16.8197 7.61372C17.418 7.3455 17.8562 7.04559 18.1348 6.75034C18.4096 6.45909 18.5 6.20691 18.5 6C18.5 5.79309 18.4096 5.54091 18.1348 5.24966C17.8562 4.95441 17.418 4.65449 16.8197 4.38628C15.6248 3.85063 13.9214 3.5 12 3.5C10.0786 3.5 8.37519 3.85063 7.18027 4.38628C6.58195 4.65449 6.14382 4.95441 5.86525 5.24966C5.59044 5.54091 5.5 5.79309 5.5 6ZM14.7802 16.7235C15.0732 17.0163 15.0733 17.4912 14.7804 17.7841L13.5612 19.0039H20.4386L19.2195 17.7841C18.9267 17.4911 18.9269 17.0162 19.2198 16.7234C19.5128 16.4306 19.9877 16.4308 20.2805 16.7237L22.7805 19.2254C22.9211 19.366 23.0001 19.5568 23 19.7558C22.9999 19.9547 22.9209 20.1454 22.7802 20.286L20.2802 22.7844C19.9872 23.0772 19.5123 23.0771 19.2195 22.7841C18.9267 22.4911 18.9269 22.0162 19.2198 21.7234L20.4401 20.5039H13.5601L14.7802 21.7235C15.0732 22.0163 15.0733 22.4912 14.7804 22.7841C14.4876 23.0771 14.0127 23.0772 13.7198 22.7844L11.2198 20.2854C11.0791 20.1448 11 19.9541 11 19.7552C11 19.5562 11.0789 19.3655 11.2196 19.2248L13.7196 16.7237C14.0124 16.4307 14.4873 16.4306 14.7802 16.7235Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/database_switch_24_regular.svg";

Details

NameDatabase Switch
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_database_switch_24_regular.svg
Filled fileic_fluent_database_switch_24_filled.svg
React componentsDatabaseSwitch24Regular, DatabaseSwitch24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

consumedataarrowconsume

Related icons