architecture from Material Symbols by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.

Name
architecture
Set
Material Symbols
Style
Regular
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
architecture-outline, architecture-outline-sharp, architecture-sharp

1 other variant in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

Use the architecture icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.75 21l-.25-2.2l2.85-7.85q.375.35.813.588t.937.362l-2.75 7.55zm10.5 0l-1.6-1.55l-2.75-7.55q.5-.125.938-.363t.812-.587l2.85 7.85zM9.875 10.125Q9 9.25 9 8q0-.975.563-1.737T11 5.2V3h2v2.2q.875.3 1.438 1.063T15 8q0 1.25-.875 2.125T12 11t-2.125-.875m2.838-1.412Q13 8.425 13 8t-.288-.712T12 7t-.712.288T11 8t.288.713T12 9t.713-.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsArchitecture(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.75 21l-.25-2.2l2.85-7.85q.375.35.813.588t.937.362l-2.75 7.55zm10.5 0l-1.6-1.55l-2.75-7.55q.5-.125.938-.363t.812-.587l2.85 7.85zM9.875 10.125Q9 9.25 9 8q0-.975.563-1.737T11 5.2V3h2v2.2q.875.3 1.438 1.063T15 8q0 1.25-.875 2.125T12 11t-2.125-.875m2.838-1.412Q13 8.425 13 8t-.288-.712T12 7t-.712.288T11 8t.288.713T12 9t.713-.288"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.75 21l-.25-2.2l2.85-7.85q.375.35.813.588t.937.362l-2.75 7.55zm10.5 0l-1.6-1.55l-2.75-7.55q.5-.125.938-.363t.812-.587l2.85 7.85zM9.875 10.125Q9 9.25 9 8q0-.975.563-1.737T11 5.2V3h2v2.2q.875.3 1.438 1.063T15 8q0 1.25-.875 2.125T12 11t-2.125-.875m2.838-1.412Q13 8.425 13 8t-.288-.712T12 7t-.712.288T11 8t.288.713T12 9t.713-.288"/></svg>
</template>

CSS

.icon-architecture {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m6.75%2021l-.25-2.2l2.85-7.85q.375.35.813.588t.937.362l-2.75%207.55zm10.5%200l-1.6-1.55l-2.75-7.55q.5-.125.938-.363t.812-.587l2.85%207.85zM9.875%2010.125Q9%209.25%209%208q0-.975.563-1.737T11%205.2V3h2v2.2q.875.3%201.438%201.063T15%208q0%201.25-.875%202.125T12%2011t-2.125-.875m2.838-1.412Q13%208.425%2013%208t-.288-.712T12%207t-.712.288T11%208t.288.713T12%209t.713-.288%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m6.75%2021l-.25-2.2l2.85-7.85q.375.35.813.588t.937.362l-2.75%207.55zm10.5%200l-1.6-1.55l-2.75-7.55q.5-.125.938-.363t.812-.587l2.85%207.85zM9.875%2010.125Q9%209.25%209%208q0-.975.563-1.737T11%205.2V3h2v2.2q.875.3%201.438%201.063T15%208q0%201.25-.875%202.125T12%2011t-2.125-.875m2.838-1.412Q13%208.425%2013%208t-.288-.712T12%207t-.712.288T11%208t.288.713T12%209t.713-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/architecture.svg?color=%231a73e8&size=48