house-siding-rounded from Material Symbols by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
house-siding-rounded
Set
Material Symbols
Style
Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
house-siding-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the house siding icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 18v2q0 .425-.288.713T6 21t-.712-.288T5 20v-9.15l-2 1.525q-.35.25-.75.213T1.6 12.2t-.2-.75t.4-.65l8.975-6.875q.275-.2.588-.3t.637-.1t.638.1t.587.3L22.2 10.8q.325.25.388.65t-.188.75t-.65.388t-.75-.213l-2-1.525V20q0 .425-.288.713T18 21t-.712-.288T17 20v-2zm0-6h10v-2H7zm0 4h10v-2H7zm1.75-8h6.5L12 5.525z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHouseSidingRounded(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="M7 18v2q0 .425-.288.713T6 21t-.712-.288T5 20v-9.15l-2 1.525q-.35.25-.75.213T1.6 12.2t-.2-.75t.4-.65l8.975-6.875q.275-.2.588-.3t.637-.1t.638.1t.587.3L22.2 10.8q.325.25.388.65t-.188.75t-.65.388t-.75-.213l-2-1.525V20q0 .425-.288.713T18 21t-.712-.288T17 20v-2zm0-6h10v-2H7zm0 4h10v-2H7zm1.75-8h6.5L12 5.525z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 18v2q0 .425-.288.713T6 21t-.712-.288T5 20v-9.15l-2 1.525q-.35.25-.75.213T1.6 12.2t-.2-.75t.4-.65l8.975-6.875q.275-.2.588-.3t.637-.1t.638.1t.587.3L22.2 10.8q.325.25.388.65t-.188.75t-.65.388t-.75-.213l-2-1.525V20q0 .425-.288.713T18 21t-.712-.288T17 20v-2zm0-6h10v-2H7zm0 4h10v-2H7zm1.75-8h6.5L12 5.525z"/></svg>
</template>

CSS

.icon-house-siding-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%22M7%2018v2q0%20.425-.288.713T6%2021t-.712-.288T5%2020v-9.15l-2%201.525q-.35.25-.75.213T1.6%2012.2t-.2-.75t.4-.65l8.975-6.875q.275-.2.588-.3t.637-.1t.638.1t.587.3L22.2%2010.8q.325.25.388.65t-.188.75t-.65.388t-.75-.213l-2-1.525V20q0%20.425-.288.713T18%2021t-.712-.288T17%2020v-2zm0-6h10v-2H7zm0%204h10v-2H7zm1.75-8h6.5L12%205.525z%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%22M7%2018v2q0%20.425-.288.713T6%2021t-.712-.288T5%2020v-9.15l-2%201.525q-.35.25-.75.213T1.6%2012.2t-.2-.75t.4-.65l8.975-6.875q.275-.2.588-.3t.637-.1t.638.1t.587.3L22.2%2010.8q.325.25.388.65t-.188.75t-.65.388t-.75-.213l-2-1.525V20q0%20.425-.288.713T18%2021t-.712-.288T17%2020v-2zm0-6h10v-2H7zm0%204h10v-2H7zm1.75-8h6.5L12%205.525z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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