building-swap-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
building-swap-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the building swap icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M12.25 6.5a1.75 1.75 0 0 0-1.75 1.75V41.5h12.404l2.5 2.5H9.25C8.56 44 8 43.44 8 42.75V8.25A4.25 4.25 0 0 1 12.25 4h15.5A4.25 4.25 0 0 1 32 8.25V19h3.75A4.25 4.25 0 0 1 40 23.25v7.337a3.25 3.25 0 0 0-2.5.424V23.25a1.75 1.75 0 0 0-1.75-1.75h-5c-.69 0-1.25-.56-1.25-1.25v-12a1.75 1.75 0 0 0-1.75-1.75zM18 14a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-2 9a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2 5a2 2 0 1 1-4 0a2 2 0 0 1 4 0m6-12a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2 5a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-2 9a2 2 0 1 0 0-4a2 2 0 0 0 0 4m5.634 4.634a1.25 1.25 0 0 0-1.768-1.768l-4.5 4.5a1.25 1.25 0 0 0 0 1.768l4.5 4.5a1.25 1.25 0 0 0 1.768-1.768L27.268 39.5h13.464l-2.366 2.366a1.25 1.25 0 0 0 1.768 1.768l4.5-4.5a1.25 1.25 0 0 0 0-1.768l-4.5-4.5a1.25 1.25 0 0 0-1.768 1.768L40.732 37H27.268z"/></svg>

React

import type { SVGProps } from "react";

export function FluentBuildingSwap48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M12.25 6.5a1.75 1.75 0 0 0-1.75 1.75V41.5h12.404l2.5 2.5H9.25C8.56 44 8 43.44 8 42.75V8.25A4.25 4.25 0 0 1 12.25 4h15.5A4.25 4.25 0 0 1 32 8.25V19h3.75A4.25 4.25 0 0 1 40 23.25v7.337a3.25 3.25 0 0 0-2.5.424V23.25a1.75 1.75 0 0 0-1.75-1.75h-5c-.69 0-1.25-.56-1.25-1.25v-12a1.75 1.75 0 0 0-1.75-1.75zM18 14a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-2 9a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2 5a2 2 0 1 1-4 0a2 2 0 0 1 4 0m6-12a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2 5a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-2 9a2 2 0 1 0 0-4a2 2 0 0 0 0 4m5.634 4.634a1.25 1.25 0 0 0-1.768-1.768l-4.5 4.5a1.25 1.25 0 0 0 0 1.768l4.5 4.5a1.25 1.25 0 0 0 1.768-1.768L27.268 39.5h13.464l-2.366 2.366a1.25 1.25 0 0 0 1.768 1.768l4.5-4.5a1.25 1.25 0 0 0 0-1.768l-4.5-4.5a1.25 1.25 0 0 0-1.768 1.768L40.732 37H27.268z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M12.25 6.5a1.75 1.75 0 0 0-1.75 1.75V41.5h12.404l2.5 2.5H9.25C8.56 44 8 43.44 8 42.75V8.25A4.25 4.25 0 0 1 12.25 4h15.5A4.25 4.25 0 0 1 32 8.25V19h3.75A4.25 4.25 0 0 1 40 23.25v7.337a3.25 3.25 0 0 0-2.5.424V23.25a1.75 1.75 0 0 0-1.75-1.75h-5c-.69 0-1.25-.56-1.25-1.25v-12a1.75 1.75 0 0 0-1.75-1.75zM18 14a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-2 9a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2 5a2 2 0 1 1-4 0a2 2 0 0 1 4 0m6-12a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2 5a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-2 9a2 2 0 1 0 0-4a2 2 0 0 0 0 4m5.634 4.634a1.25 1.25 0 0 0-1.768-1.768l-4.5 4.5a1.25 1.25 0 0 0 0 1.768l4.5 4.5a1.25 1.25 0 0 0 1.768-1.768L27.268 39.5h13.464l-2.366 2.366a1.25 1.25 0 0 0 1.768 1.768l4.5-4.5a1.25 1.25 0 0 0 0-1.768l-4.5-4.5a1.25 1.25 0 0 0-1.768 1.768L40.732 37H27.268z"/></svg>
</template>

CSS

.icon-building-swap-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.25%206.5a1.75%201.75%200%200%200-1.75%201.75V41.5h12.404l2.5%202.5H9.25C8.56%2044%208%2043.44%208%2042.75V8.25A4.25%204.25%200%200%201%2012.25%204h15.5A4.25%204.25%200%200%201%2032%208.25V19h3.75A4.25%204.25%200%200%201%2040%2023.25v7.337a3.25%203.25%200%200%200-2.5.424V23.25a1.75%201.75%200%200%200-1.75-1.75h-5c-.69%200-1.25-.56-1.25-1.25v-12a1.75%201.75%200%200%200-1.75-1.75zM18%2014a2%202%200%201%201-4%200a2%202%200%200%201%204%200m-2%209a2%202%200%201%200%200-4a2%202%200%200%200%200%204m2%205a2%202%200%201%201-4%200a2%202%200%200%201%204%200m6-12a2%202%200%201%200%200-4a2%202%200%200%200%200%204m2%205a2%202%200%201%201-4%200a2%202%200%200%201%204%200m-2%209a2%202%200%201%200%200-4a2%202%200%200%200%200%204m5.634%204.634a1.25%201.25%200%200%200-1.768-1.768l-4.5%204.5a1.25%201.25%200%200%200%200%201.768l4.5%204.5a1.25%201.25%200%200%200%201.768-1.768L27.268%2039.5h13.464l-2.366%202.366a1.25%201.25%200%200%200%201.768%201.768l4.5-4.5a1.25%201.25%200%200%200%200-1.768l-4.5-4.5a1.25%201.25%200%200%200-1.768%201.768L40.732%2037H27.268z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.25%206.5a1.75%201.75%200%200%200-1.75%201.75V41.5h12.404l2.5%202.5H9.25C8.56%2044%208%2043.44%208%2042.75V8.25A4.25%204.25%200%200%201%2012.25%204h15.5A4.25%204.25%200%200%201%2032%208.25V19h3.75A4.25%204.25%200%200%201%2040%2023.25v7.337a3.25%203.25%200%200%200-2.5.424V23.25a1.75%201.75%200%200%200-1.75-1.75h-5c-.69%200-1.25-.56-1.25-1.25v-12a1.75%201.75%200%200%200-1.75-1.75zM18%2014a2%202%200%201%201-4%200a2%202%200%200%201%204%200m-2%209a2%202%200%201%200%200-4a2%202%200%200%200%200%204m2%205a2%202%200%201%201-4%200a2%202%200%200%201%204%200m6-12a2%202%200%201%200%200-4a2%202%200%200%200%200%204m2%205a2%202%200%201%201-4%200a2%202%200%200%201%204%200m-2%209a2%202%200%201%200%200-4a2%202%200%200%200%200%204m5.634%204.634a1.25%201.25%200%200%200-1.768-1.768l-4.5%204.5a1.25%201.25%200%200%200%200%201.768l4.5%204.5a1.25%201.25%200%200%200%201.768-1.768L27.268%2039.5h13.464l-2.366%202.366a1.25%201.25%200%200%200%201.768%201.768l4.5-4.5a1.25%201.25%200%200%200%200-1.768l-4.5-4.5a1.25%201.25%200%200%200-1.768%201.768L40.732%2037H27.268z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/building-swap-48-regular.svg?color=%231a73e8&size=48