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

Name
database-switch-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the database switch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.854 18.854a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 0-.708l2-2a.498.498 0 0 1 .817.162a.5.5 0 0 1-.109.546L10.707 16h5.586l-1.147-1.146a.498.498 0 0 1 .162-.817a.5.5 0 0 1 .546.109l2 2a.5.5 0 0 1 0 .708l-2 2a.498.498 0 0 1-.817-.162a.5.5 0 0 1 .109-.546L16.293 17h-5.586l1.147 1.146a.5.5 0 0 1 0 .708M10 8c3.314 0 6-1.343 6-3s-2.686-3-6-3s-6 1.343-6 3s2.686 3 6 3m-1.561 9.561a1.5 1.5 0 0 1 0-2.122l2-2a1.49 1.49 0 0 1 1.635-.325a1.5 1.5 0 0 1 .89 1.054a1.5 1.5 0 0 1-.05.832h1.172a1.5 1.5 0 0 1 1.414-2c.17.002.34.032.5.091V7.12q-.291.275-.623.5q-.33.222-.687.4a8 8 0 0 1-1.011.418c-1.188.383-2.43.573-3.679.562a11.6 11.6 0 0 1-3.679-.566a8 8 0 0 1-1.011-.418a6 6 0 0 1-.687-.4A5 5 0 0 1 4 7.12V15c0 1.453 2.07 2.658 4.813 2.934z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDatabaseSwitch20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.854 18.854a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 0-.708l2-2a.498.498 0 0 1 .817.162a.5.5 0 0 1-.109.546L10.707 16h5.586l-1.147-1.146a.498.498 0 0 1 .162-.817a.5.5 0 0 1 .546.109l2 2a.5.5 0 0 1 0 .708l-2 2a.498.498 0 0 1-.817-.162a.5.5 0 0 1 .109-.546L16.293 17h-5.586l1.147 1.146a.5.5 0 0 1 0 .708M10 8c3.314 0 6-1.343 6-3s-2.686-3-6-3s-6 1.343-6 3s2.686 3 6 3m-1.561 9.561a1.5 1.5 0 0 1 0-2.122l2-2a1.49 1.49 0 0 1 1.635-.325a1.5 1.5 0 0 1 .89 1.054a1.5 1.5 0 0 1-.05.832h1.172a1.5 1.5 0 0 1 1.414-2c.17.002.34.032.5.091V7.12q-.291.275-.623.5q-.33.222-.687.4a8 8 0 0 1-1.011.418c-1.188.383-2.43.573-3.679.562a11.6 11.6 0 0 1-3.679-.566a8 8 0 0 1-1.011-.418a6 6 0 0 1-.687-.4A5 5 0 0 1 4 7.12V15c0 1.453 2.07 2.658 4.813 2.934z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.854 18.854a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 0-.708l2-2a.498.498 0 0 1 .817.162a.5.5 0 0 1-.109.546L10.707 16h5.586l-1.147-1.146a.498.498 0 0 1 .162-.817a.5.5 0 0 1 .546.109l2 2a.5.5 0 0 1 0 .708l-2 2a.498.498 0 0 1-.817-.162a.5.5 0 0 1 .109-.546L16.293 17h-5.586l1.147 1.146a.5.5 0 0 1 0 .708M10 8c3.314 0 6-1.343 6-3s-2.686-3-6-3s-6 1.343-6 3s2.686 3 6 3m-1.561 9.561a1.5 1.5 0 0 1 0-2.122l2-2a1.49 1.49 0 0 1 1.635-.325a1.5 1.5 0 0 1 .89 1.054a1.5 1.5 0 0 1-.05.832h1.172a1.5 1.5 0 0 1 1.414-2c.17.002.34.032.5.091V7.12q-.291.275-.623.5q-.33.222-.687.4a8 8 0 0 1-1.011.418c-1.188.383-2.43.573-3.679.562a11.6 11.6 0 0 1-3.679-.566a8 8 0 0 1-1.011-.418a6 6 0 0 1-.687-.4A5 5 0 0 1 4 7.12V15c0 1.453 2.07 2.658 4.813 2.934z"/></svg>
</template>

CSS

.icon-database-switch-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.854%2018.854a.5.5%200%200%201-.708%200l-2-2a.5.5%200%200%201%200-.708l2-2a.498.498%200%200%201%20.817.162a.5.5%200%200%201-.109.546L10.707%2016h5.586l-1.147-1.146a.498.498%200%200%201%20.162-.817a.5.5%200%200%201%20.546.109l2%202a.5.5%200%200%201%200%20.708l-2%202a.498.498%200%200%201-.817-.162a.5.5%200%200%201%20.109-.546L16.293%2017h-5.586l1.147%201.146a.5.5%200%200%201%200%20.708M10%208c3.314%200%206-1.343%206-3s-2.686-3-6-3s-6%201.343-6%203s2.686%203%206%203m-1.561%209.561a1.5%201.5%200%200%201%200-2.122l2-2a1.49%201.49%200%200%201%201.635-.325a1.5%201.5%200%200%201%20.89%201.054a1.5%201.5%200%200%201-.05.832h1.172a1.5%201.5%200%200%201%201.414-2c.17.002.34.032.5.091V7.12q-.291.275-.623.5q-.33.222-.687.4a8%208%200%200%201-1.011.418c-1.188.383-2.43.573-3.679.562a11.6%2011.6%200%200%201-3.679-.566a8%208%200%200%201-1.011-.418a6%206%200%200%201-.687-.4A5%205%200%200%201%204%207.12V15c0%201.453%202.07%202.658%204.813%202.934z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.854%2018.854a.5.5%200%200%201-.708%200l-2-2a.5.5%200%200%201%200-.708l2-2a.498.498%200%200%201%20.817.162a.5.5%200%200%201-.109.546L10.707%2016h5.586l-1.147-1.146a.498.498%200%200%201%20.162-.817a.5.5%200%200%201%20.546.109l2%202a.5.5%200%200%201%200%20.708l-2%202a.498.498%200%200%201-.817-.162a.5.5%200%200%201%20.109-.546L16.293%2017h-5.586l1.147%201.146a.5.5%200%200%201%200%20.708M10%208c3.314%200%206-1.343%206-3s-2.686-3-6-3s-6%201.343-6%203s2.686%203%206%203m-1.561%209.561a1.5%201.5%200%200%201%200-2.122l2-2a1.49%201.49%200%200%201%201.635-.325a1.5%201.5%200%200%201%20.89%201.054a1.5%201.5%200%200%201-.05.832h1.172a1.5%201.5%200%200%201%201.414-2c.17.002.34.032.5.091V7.12q-.291.275-.623.5q-.33.222-.687.4a8%208%200%200%201-1.011.418c-1.188.383-2.43.573-3.679.562a11.6%2011.6%200%200%201-3.679-.566a8%208%200%200%201-1.011-.418a6%206%200%200%201-.687-.4A5%205%200%200%201%204%207.12V15c0%201.453%202.07%202.658%204.813%202.934z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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