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

Name
architecture-rounded
Set
Material Symbols
Style
Rounded
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
architecture-outline-rounded

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="m11.1 11.9l-2.7 7.45q-.025.075-.125.175l-.8.775q-.225.225-.512.113T6.625 20l-.1-1.075l.025-.225l2.8-7.75q.375.35.813.588t.937.362m-1.225-1.775Q9 9.25 9 8q0-.975.563-1.737T11 5.2V4q0-.425.288-.712T12 3t.713.288T13 4v1.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-.288M12.9 11.9q.5-.125.938-.363t.812-.587l2.8 7.75q.025.075.025.225l-.1 1.075q-.05.3-.338.413t-.512-.113l-.8-.775l-.125-.175z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsArchitectureRounded(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="m11.1 11.9l-2.7 7.45q-.025.075-.125.175l-.8.775q-.225.225-.512.113T6.625 20l-.1-1.075l.025-.225l2.8-7.75q.375.35.813.588t.937.362m-1.225-1.775Q9 9.25 9 8q0-.975.563-1.737T11 5.2V4q0-.425.288-.712T12 3t.713.288T13 4v1.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-.288M12.9 11.9q.5-.125.938-.363t.812-.587l2.8 7.75q.025.075.025.225l-.1 1.075q-.05.3-.338.413t-.512-.113l-.8-.775l-.125-.175z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.1 11.9l-2.7 7.45q-.025.075-.125.175l-.8.775q-.225.225-.512.113T6.625 20l-.1-1.075l.025-.225l2.8-7.75q.375.35.813.588t.937.362m-1.225-1.775Q9 9.25 9 8q0-.975.563-1.737T11 5.2V4q0-.425.288-.712T12 3t.713.288T13 4v1.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-.288M12.9 11.9q.5-.125.938-.363t.812-.587l2.8 7.75q.025.075.025.225l-.1 1.075q-.05.3-.338.413t-.512-.113l-.8-.775l-.125-.175z"/></svg>
</template>

CSS

.icon-architecture-rounded {
  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%22m11.1%2011.9l-2.7%207.45q-.025.075-.125.175l-.8.775q-.225.225-.512.113T6.625%2020l-.1-1.075l.025-.225l2.8-7.75q.375.35.813.588t.937.362m-1.225-1.775Q9%209.25%209%208q0-.975.563-1.737T11%205.2V4q0-.425.288-.712T12%203t.713.288T13%204v1.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-.288M12.9%2011.9q.5-.125.938-.363t.812-.587l2.8%207.75q.025.075.025.225l-.1%201.075q-.05.3-.338.413t-.512-.113l-.8-.775l-.125-.175z%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%22m11.1%2011.9l-2.7%207.45q-.025.075-.125.175l-.8.775q-.225.225-.512.113T6.625%2020l-.1-1.075l.025-.225l2.8-7.75q.375.35.813.588t.937.362m-1.225-1.775Q9%209.25%209%208q0-.975.563-1.737T11%205.2V4q0-.425.288-.712T12%203t.713.288T13%204v1.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-.288M12.9%2011.9q.5-.125.938-.363t.812-.587l2.8%207.75q.025.075.025.225l-.1%201.075q-.05.3-.338.413t-.512-.113l-.8-.775l-.125-.175z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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