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

Name
building-swap-48-filled
Set
Fluent UI System Icons
Style
48 Filled
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="M8 8.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.251 3.251 0 0 0 36.25 35h-4.5a3.251 3.251 0 0 0-5.298-3.548l-4.5 4.5a3.25 3.25 0 0 0 0 4.596L25.404 44H9.25C8.56 44 8 43.44 8 42.75zM18 14a2 2 0 1 0-4 0a2 2 0 0 0 4 0m-2 9a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2 5a2 2 0 1 0-4 0a2 2 0 0 0 4 0m6-12a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2 5a2 2 0 1 0-4 0a2 2 0 0 0 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 FluentBuildingSwap48Filled(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="M8 8.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.251 3.251 0 0 0 36.25 35h-4.5a3.251 3.251 0 0 0-5.298-3.548l-4.5 4.5a3.25 3.25 0 0 0 0 4.596L25.404 44H9.25C8.56 44 8 43.44 8 42.75zM18 14a2 2 0 1 0-4 0a2 2 0 0 0 4 0m-2 9a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2 5a2 2 0 1 0-4 0a2 2 0 0 0 4 0m6-12a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2 5a2 2 0 1 0-4 0a2 2 0 0 0 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="M8 8.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.251 3.251 0 0 0 36.25 35h-4.5a3.251 3.251 0 0 0-5.298-3.548l-4.5 4.5a3.25 3.25 0 0 0 0 4.596L25.404 44H9.25C8.56 44 8 43.44 8 42.75zM18 14a2 2 0 1 0-4 0a2 2 0 0 0 4 0m-2 9a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2 5a2 2 0 1 0-4 0a2 2 0 0 0 4 0m6-12a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2 5a2 2 0 1 0-4 0a2 2 0 0 0 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-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%208.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.251%203.251%200%200%200%2036.25%2035h-4.5a3.251%203.251%200%200%200-5.298-3.548l-4.5%204.5a3.25%203.25%200%200%200%200%204.596L25.404%2044H9.25C8.56%2044%208%2043.44%208%2042.75zM18%2014a2%202%200%201%200-4%200a2%202%200%200%200%204%200m-2%209a2%202%200%201%200%200-4a2%202%200%200%200%200%204m2%205a2%202%200%201%200-4%200a2%202%200%200%200%204%200m6-12a2%202%200%201%200%200-4a2%202%200%200%200%200%204m2%205a2%202%200%201%200-4%200a2%202%200%200%200%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%22M8%208.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.251%203.251%200%200%200%2036.25%2035h-4.5a3.251%203.251%200%200%200-5.298-3.548l-4.5%204.5a3.25%203.25%200%200%200%200%204.596L25.404%2044H9.25C8.56%2044%208%2043.44%208%2042.75zM18%2014a2%202%200%201%200-4%200a2%202%200%200%200%204%200m-2%209a2%202%200%201%200%200-4a2%202%200%200%200%200%204m2%205a2%202%200%201%200-4%200a2%202%200%200%200%204%200m6-12a2%202%200%201%200%200-4a2%202%200%200%200%200%204m2%205a2%202%200%201%200-4%200a2%202%200%200%200%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-filled.svg?color=%231a73e8&size=48