architecture icon
architecture-rounded from Material Symbols Light by Google · Rounded · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- architecture-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- architecture-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More activities icons from Material Symbols Light
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="M10.446 12.208L7.958 19.08q-.025.056-.125.156l-.32.294q-.128.11-.262.055t-.164-.182l-.081-.421q-.02-.039.025-.206l2.55-7.02q.202.178.418.28q.217.104.447.17m-.215-2.438Q9.5 9.04 9.5 8q0-.975.61-1.632q.611-.657 1.39-.784V3.5q0-.213.143-.357T12 3t.357.143t.143.357v2.085q.779.127 1.39.783q.61.657.61 1.632q0 1.039-.73 1.77T12 10.5t-1.77-.73m2.829-.711Q13.5 8.617 13.5 8t-.441-1.059Q12.617 6.5 12 6.5t-1.059.441T10.5 8t.441 1.059Q11.383 9.5 12 9.5t1.059-.441m.495 3.149q.23-.067.447-.17q.216-.103.399-.28l2.55 7.019q.006.017.025.206l-.08.42q-.032.128-.165.183q-.134.055-.263-.055l-.319-.294l-.125-.156z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightArchitectureRounded(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="M10.446 12.208L7.958 19.08q-.025.056-.125.156l-.32.294q-.128.11-.262.055t-.164-.182l-.081-.421q-.02-.039.025-.206l2.55-7.02q.202.178.418.28q.217.104.447.17m-.215-2.438Q9.5 9.04 9.5 8q0-.975.61-1.632q.611-.657 1.39-.784V3.5q0-.213.143-.357T12 3t.357.143t.143.357v2.085q.779.127 1.39.783q.61.657.61 1.632q0 1.039-.73 1.77T12 10.5t-1.77-.73m2.829-.711Q13.5 8.617 13.5 8t-.441-1.059Q12.617 6.5 12 6.5t-1.059.441T10.5 8t.441 1.059Q11.383 9.5 12 9.5t1.059-.441m.495 3.149q.23-.067.447-.17q.216-.103.399-.28l2.55 7.019q.006.017.025.206l-.08.42q-.032.128-.165.183q-.134.055-.263-.055l-.319-.294l-.125-.156z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.446 12.208L7.958 19.08q-.025.056-.125.156l-.32.294q-.128.11-.262.055t-.164-.182l-.081-.421q-.02-.039.025-.206l2.55-7.02q.202.178.418.28q.217.104.447.17m-.215-2.438Q9.5 9.04 9.5 8q0-.975.61-1.632q.611-.657 1.39-.784V3.5q0-.213.143-.357T12 3t.357.143t.143.357v2.085q.779.127 1.39.783q.61.657.61 1.632q0 1.039-.73 1.77T12 10.5t-1.77-.73m2.829-.711Q13.5 8.617 13.5 8t-.441-1.059Q12.617 6.5 12 6.5t-1.059.441T10.5 8t.441 1.059Q11.383 9.5 12 9.5t1.059-.441m.495 3.149q.23-.067.447-.17q.216-.103.399-.28l2.55 7.019q.006.017.025.206l-.08.42q-.032.128-.165.183q-.134.055-.263-.055l-.319-.294l-.125-.156z"/></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%22M10.446%2012.208L7.958%2019.08q-.025.056-.125.156l-.32.294q-.128.11-.262.055t-.164-.182l-.081-.421q-.02-.039.025-.206l2.55-7.02q.202.178.418.28q.217.104.447.17m-.215-2.438Q9.5%209.04%209.5%208q0-.975.61-1.632q.611-.657%201.39-.784V3.5q0-.213.143-.357T12%203t.357.143t.143.357v2.085q.779.127%201.39.783q.61.657.61%201.632q0%201.039-.73%201.77T12%2010.5t-1.77-.73m2.829-.711Q13.5%208.617%2013.5%208t-.441-1.059Q12.617%206.5%2012%206.5t-1.059.441T10.5%208t.441%201.059Q11.383%209.5%2012%209.5t1.059-.441m.495%203.149q.23-.067.447-.17q.216-.103.399-.28l2.55%207.019q.006.017.025.206l-.08.42q-.032.128-.165.183q-.134.055-.263-.055l-.319-.294l-.125-.156z%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%22M10.446%2012.208L7.958%2019.08q-.025.056-.125.156l-.32.294q-.128.11-.262.055t-.164-.182l-.081-.421q-.02-.039.025-.206l2.55-7.02q.202.178.418.28q.217.104.447.17m-.215-2.438Q9.5%209.04%209.5%208q0-.975.61-1.632q.611-.657%201.39-.784V3.5q0-.213.143-.357T12%203t.357.143t.143.357v2.085q.779.127%201.39.783q.61.657.61%201.632q0%201.039-.73%201.77T12%2010.5t-1.77-.73m2.829-.711Q13.5%208.617%2013.5%208t-.441-1.059Q12.617%206.5%2012%206.5t-1.059.441T10.5%208t.441%201.059Q11.383%209.5%2012%209.5t1.059-.441m.495%203.149q.23-.067.447-.17q.216-.103.399-.28l2.55%207.019q.006.017.025.206l-.08.42q-.032.128-.165.183q-.134.055-.263-.055l-.319-.294l-.125-.156z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/architecture-rounded.svg?color=%231a73e8&size=48