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

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

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the building factory icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M9.844 3.75A4.25 4.25 0 0 0 5.6 7.775l-1.682 31.75A4.25 4.25 0 0 0 8.162 44h6.674a4.25 4.25 0 0 0 4.244-4.475l-1.682-31.75a4.25 4.25 0 0 0-4.244-4.025zM8.097 7.907A1.75 1.75 0 0 1 9.844 6.25h3.31c.93 0 1.698.728 1.747 1.657l1.683 31.75a1.75 1.75 0 0 1-1.748 1.843H8.162a1.75 1.75 0 0 1-1.747-1.843zM19.419 44a6.25 6.25 0 0 0 1.42-2.5h2.66V31.25c0-.966.784-1.75 1.75-1.75h11c.967 0 1.75.784 1.75 1.75V41.5h.782a2.75 2.75 0 0 0 2.75-2.728l.194-24.73l-10.842 10.842A1.25 1.25 0 0 1 28.749 24v-9.982l-8.564 8.564l-.178-3.358l9.108-9.108A1.25 1.25 0 0 1 31.25 11v9.982l10.866-10.866a1.25 1.25 0 0 1 2.134.894l-.22 27.78A5.25 5.25 0 0 1 38.78 44zm6.58-2.5h9.5V32H26z"/></svg>

React

import type { SVGProps } from "react";

export function FluentBuildingFactory48Regular(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="M9.844 3.75A4.25 4.25 0 0 0 5.6 7.775l-1.682 31.75A4.25 4.25 0 0 0 8.162 44h6.674a4.25 4.25 0 0 0 4.244-4.475l-1.682-31.75a4.25 4.25 0 0 0-4.244-4.025zM8.097 7.907A1.75 1.75 0 0 1 9.844 6.25h3.31c.93 0 1.698.728 1.747 1.657l1.683 31.75a1.75 1.75 0 0 1-1.748 1.843H8.162a1.75 1.75 0 0 1-1.747-1.843zM19.419 44a6.25 6.25 0 0 0 1.42-2.5h2.66V31.25c0-.966.784-1.75 1.75-1.75h11c.967 0 1.75.784 1.75 1.75V41.5h.782a2.75 2.75 0 0 0 2.75-2.728l.194-24.73l-10.842 10.842A1.25 1.25 0 0 1 28.749 24v-9.982l-8.564 8.564l-.178-3.358l9.108-9.108A1.25 1.25 0 0 1 31.25 11v9.982l10.866-10.866a1.25 1.25 0 0 1 2.134.894l-.22 27.78A5.25 5.25 0 0 1 38.78 44zm6.58-2.5h9.5V32H26z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M9.844 3.75A4.25 4.25 0 0 0 5.6 7.775l-1.682 31.75A4.25 4.25 0 0 0 8.162 44h6.674a4.25 4.25 0 0 0 4.244-4.475l-1.682-31.75a4.25 4.25 0 0 0-4.244-4.025zM8.097 7.907A1.75 1.75 0 0 1 9.844 6.25h3.31c.93 0 1.698.728 1.747 1.657l1.683 31.75a1.75 1.75 0 0 1-1.748 1.843H8.162a1.75 1.75 0 0 1-1.747-1.843zM19.419 44a6.25 6.25 0 0 0 1.42-2.5h2.66V31.25c0-.966.784-1.75 1.75-1.75h11c.967 0 1.75.784 1.75 1.75V41.5h.782a2.75 2.75 0 0 0 2.75-2.728l.194-24.73l-10.842 10.842A1.25 1.25 0 0 1 28.749 24v-9.982l-8.564 8.564l-.178-3.358l9.108-9.108A1.25 1.25 0 0 1 31.25 11v9.982l10.866-10.866a1.25 1.25 0 0 1 2.134.894l-.22 27.78A5.25 5.25 0 0 1 38.78 44zm6.58-2.5h9.5V32H26z"/></svg>
</template>

CSS

.icon-building-factory-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%22M9.844%203.75A4.25%204.25%200%200%200%205.6%207.775l-1.682%2031.75A4.25%204.25%200%200%200%208.162%2044h6.674a4.25%204.25%200%200%200%204.244-4.475l-1.682-31.75a4.25%204.25%200%200%200-4.244-4.025zM8.097%207.907A1.75%201.75%200%200%201%209.844%206.25h3.31c.93%200%201.698.728%201.747%201.657l1.683%2031.75a1.75%201.75%200%200%201-1.748%201.843H8.162a1.75%201.75%200%200%201-1.747-1.843zM19.419%2044a6.25%206.25%200%200%200%201.42-2.5h2.66V31.25c0-.966.784-1.75%201.75-1.75h11c.967%200%201.75.784%201.75%201.75V41.5h.782a2.75%202.75%200%200%200%202.75-2.728l.194-24.73l-10.842%2010.842A1.25%201.25%200%200%201%2028.749%2024v-9.982l-8.564%208.564l-.178-3.358l9.108-9.108A1.25%201.25%200%200%201%2031.25%2011v9.982l10.866-10.866a1.25%201.25%200%200%201%202.134.894l-.22%2027.78A5.25%205.25%200%200%201%2038.78%2044zm6.58-2.5h9.5V32H26z%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%22M9.844%203.75A4.25%204.25%200%200%200%205.6%207.775l-1.682%2031.75A4.25%204.25%200%200%200%208.162%2044h6.674a4.25%204.25%200%200%200%204.244-4.475l-1.682-31.75a4.25%204.25%200%200%200-4.244-4.025zM8.097%207.907A1.75%201.75%200%200%201%209.844%206.25h3.31c.93%200%201.698.728%201.747%201.657l1.683%2031.75a1.75%201.75%200%200%201-1.748%201.843H8.162a1.75%201.75%200%200%201-1.747-1.843zM19.419%2044a6.25%206.25%200%200%200%201.42-2.5h2.66V31.25c0-.966.784-1.75%201.75-1.75h11c.967%200%201.75.784%201.75%201.75V41.5h.782a2.75%202.75%200%200%200%202.75-2.728l.194-24.73l-10.842%2010.842A1.25%201.25%200%200%201%2028.749%2024v-9.982l-8.564%208.564l-.178-3.358l9.108-9.108A1.25%201.25%200%200%201%2031.25%2011v9.982l10.866-10.866a1.25%201.25%200%200%201%202.134.894l-.22%2027.78A5.25%205.25%200%200%201%2038.78%2044zm6.58-2.5h9.5V32H26z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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