tenancy-outline from Material Symbols by Google · Outline · Business · Apache-2.0 Free for personal and commercial use.

Name
tenancy-outline
Set
Material Symbols
Style
Outline
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
tenancy-outline-rounded, tenancy-outline-sharp

1 other variant in Material Symbols

The same icon in other sets

More business icons from Material Symbols

Use the tenancy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.875 20.125Q1 19.25 1 18t.875-2.125T4 15q.225 0 .438.038t.412.087L8.9 9.55q-.425-.525-.663-1.175T8 7q0-1.65 1.175-2.825T12 3t2.825 1.175T16 7q0 .725-.25 1.375t-.675 1.175l4.075 5.575q.2-.05.413-.088T20 15q1.25 0 2.125.875T23 18t-.875 2.125T20 21t-2.125-.875T17 18q0-.475.138-.913t.387-.787l-4.05-5.575q-.125.05-.237.075t-.238.075v4.3q.875.3 1.438 1.075T15 18q0 1.25-.875 2.125T12 21t-2.125-.875T9 18q0-.975.563-1.737T11 15.174v-4.3q-.125-.05-.238-.075t-.237-.075L6.475 16.3q.25.35.388.788T7 18q0 1.25-.875 2.125T4 21t-2.125-.875m2.838-1.412Q5 18.425 5 18t-.288-.712T4 17t-.712.288T3 18t.288.713T4 19t.713-.288m8 0Q13 18.426 13 18t-.288-.712T12 17t-.712.288T11 18t.288.713T12 19t.713-.288m8 0Q21 18.426 21 18t-.288-.712T20 17t-.712.288T19 18t.288.713T20 19t.713-.288m-7.3-10.3Q14 7.825 14 7t-.587-1.412T12 5t-1.412.588T10 7t.588 1.413T12 9t1.413-.587"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTenancyOutline(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="M1.875 20.125Q1 19.25 1 18t.875-2.125T4 15q.225 0 .438.038t.412.087L8.9 9.55q-.425-.525-.663-1.175T8 7q0-1.65 1.175-2.825T12 3t2.825 1.175T16 7q0 .725-.25 1.375t-.675 1.175l4.075 5.575q.2-.05.413-.088T20 15q1.25 0 2.125.875T23 18t-.875 2.125T20 21t-2.125-.875T17 18q0-.475.138-.913t.387-.787l-4.05-5.575q-.125.05-.237.075t-.238.075v4.3q.875.3 1.438 1.075T15 18q0 1.25-.875 2.125T12 21t-2.125-.875T9 18q0-.975.563-1.737T11 15.174v-4.3q-.125-.05-.238-.075t-.237-.075L6.475 16.3q.25.35.388.788T7 18q0 1.25-.875 2.125T4 21t-2.125-.875m2.838-1.412Q5 18.425 5 18t-.288-.712T4 17t-.712.288T3 18t.288.713T4 19t.713-.288m8 0Q13 18.426 13 18t-.288-.712T12 17t-.712.288T11 18t.288.713T12 19t.713-.288m8 0Q21 18.426 21 18t-.288-.712T20 17t-.712.288T19 18t.288.713T20 19t.713-.288m-7.3-10.3Q14 7.825 14 7t-.587-1.412T12 5t-1.412.588T10 7t.588 1.413T12 9t1.413-.587"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.875 20.125Q1 19.25 1 18t.875-2.125T4 15q.225 0 .438.038t.412.087L8.9 9.55q-.425-.525-.663-1.175T8 7q0-1.65 1.175-2.825T12 3t2.825 1.175T16 7q0 .725-.25 1.375t-.675 1.175l4.075 5.575q.2-.05.413-.088T20 15q1.25 0 2.125.875T23 18t-.875 2.125T20 21t-2.125-.875T17 18q0-.475.138-.913t.387-.787l-4.05-5.575q-.125.05-.237.075t-.238.075v4.3q.875.3 1.438 1.075T15 18q0 1.25-.875 2.125T12 21t-2.125-.875T9 18q0-.975.563-1.737T11 15.174v-4.3q-.125-.05-.238-.075t-.237-.075L6.475 16.3q.25.35.388.788T7 18q0 1.25-.875 2.125T4 21t-2.125-.875m2.838-1.412Q5 18.425 5 18t-.288-.712T4 17t-.712.288T3 18t.288.713T4 19t.713-.288m8 0Q13 18.426 13 18t-.288-.712T12 17t-.712.288T11 18t.288.713T12 19t.713-.288m8 0Q21 18.426 21 18t-.288-.712T20 17t-.712.288T19 18t.288.713T20 19t.713-.288m-7.3-10.3Q14 7.825 14 7t-.587-1.412T12 5t-1.412.588T10 7t.588 1.413T12 9t1.413-.587"/></svg>
</template>

CSS

.icon-tenancy-outline {
  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%22M1.875%2020.125Q1%2019.25%201%2018t.875-2.125T4%2015q.225%200%20.438.038t.412.087L8.9%209.55q-.425-.525-.663-1.175T8%207q0-1.65%201.175-2.825T12%203t2.825%201.175T16%207q0%20.725-.25%201.375t-.675%201.175l4.075%205.575q.2-.05.413-.088T20%2015q1.25%200%202.125.875T23%2018t-.875%202.125T20%2021t-2.125-.875T17%2018q0-.475.138-.913t.387-.787l-4.05-5.575q-.125.05-.237.075t-.238.075v4.3q.875.3%201.438%201.075T15%2018q0%201.25-.875%202.125T12%2021t-2.125-.875T9%2018q0-.975.563-1.737T11%2015.174v-4.3q-.125-.05-.238-.075t-.237-.075L6.475%2016.3q.25.35.388.788T7%2018q0%201.25-.875%202.125T4%2021t-2.125-.875m2.838-1.412Q5%2018.425%205%2018t-.288-.712T4%2017t-.712.288T3%2018t.288.713T4%2019t.713-.288m8%200Q13%2018.426%2013%2018t-.288-.712T12%2017t-.712.288T11%2018t.288.713T12%2019t.713-.288m8%200Q21%2018.426%2021%2018t-.288-.712T20%2017t-.712.288T19%2018t.288.713T20%2019t.713-.288m-7.3-10.3Q14%207.825%2014%207t-.587-1.412T12%205t-1.412.588T10%207t.588%201.413T12%209t1.413-.587%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%22M1.875%2020.125Q1%2019.25%201%2018t.875-2.125T4%2015q.225%200%20.438.038t.412.087L8.9%209.55q-.425-.525-.663-1.175T8%207q0-1.65%201.175-2.825T12%203t2.825%201.175T16%207q0%20.725-.25%201.375t-.675%201.175l4.075%205.575q.2-.05.413-.088T20%2015q1.25%200%202.125.875T23%2018t-.875%202.125T20%2021t-2.125-.875T17%2018q0-.475.138-.913t.387-.787l-4.05-5.575q-.125.05-.237.075t-.238.075v4.3q.875.3%201.438%201.075T15%2018q0%201.25-.875%202.125T12%2021t-2.125-.875T9%2018q0-.975.563-1.737T11%2015.174v-4.3q-.125-.05-.238-.075t-.237-.075L6.475%2016.3q.25.35.388.788T7%2018q0%201.25-.875%202.125T4%2021t-2.125-.875m2.838-1.412Q5%2018.425%205%2018t-.288-.712T4%2017t-.712.288T3%2018t.288.713T4%2019t.713-.288m8%200Q13%2018.426%2013%2018t-.288-.712T12%2017t-.712.288T11%2018t.288.713T12%2019t.713-.288m8%200Q21%2018.426%2021%2018t-.288-.712T20%2017t-.712.288T19%2018t.288.713T20%2019t.713-.288m-7.3-10.3Q14%207.825%2014%207t-.587-1.412T12%205t-1.412.588T10%207t.588%201.413T12%209t1.413-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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