cottage-outline-rounded from Material Symbols by Google · Outline Rounded · Travel · Apache-2.0 Free for personal and commercial use.

Name
cottage-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Travel
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More travel icons from Material Symbols

Use the cottage icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 19v-7.375L3 12.4q-.35.25-.75.2t-.65-.4t-.2-.75t.375-.65L4 9.1V7q0-.425.288-.713T5 6t.713.288T6 7v.575l4.775-3.65Q11.325 3.5 12 3.5t1.225.425l9 6.875q.325.25.375.65t-.2.75q-.25.325-.65.375t-.725-.2L20 11.625V19q0 .825-.587 1.413T18 21H6q-.825 0-1.412-.587T4 19m2 0h5v-3q0-.425.288-.712T12 15t.713.288T13 16v3h5v-8.9l-6-4.575L6 10.1zm0 0h12zM5.3 5q-.575 0-.888-.475t-.037-.975q.425-.725 1.113-1.137T7 2q.275 0 .525-.137t.375-.388q.125-.225.338-.35T8.725 1q.575 0 .875.475t.025.975q-.425.725-1.112 1.138T7 4q-.275 0-.525.125t-.375.4q-.125.225-.325.35T5.3 5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCottageOutlineRounded(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="M4 19v-7.375L3 12.4q-.35.25-.75.2t-.65-.4t-.2-.75t.375-.65L4 9.1V7q0-.425.288-.713T5 6t.713.288T6 7v.575l4.775-3.65Q11.325 3.5 12 3.5t1.225.425l9 6.875q.325.25.375.65t-.2.75q-.25.325-.65.375t-.725-.2L20 11.625V19q0 .825-.587 1.413T18 21H6q-.825 0-1.412-.587T4 19m2 0h5v-3q0-.425.288-.712T12 15t.713.288T13 16v3h5v-8.9l-6-4.575L6 10.1zm0 0h12zM5.3 5q-.575 0-.888-.475t-.037-.975q.425-.725 1.113-1.137T7 2q.275 0 .525-.137t.375-.388q.125-.225.338-.35T8.725 1q.575 0 .875.475t.025.975q-.425.725-1.112 1.138T7 4q-.275 0-.525.125t-.375.4q-.125.225-.325.35T5.3 5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 19v-7.375L3 12.4q-.35.25-.75.2t-.65-.4t-.2-.75t.375-.65L4 9.1V7q0-.425.288-.713T5 6t.713.288T6 7v.575l4.775-3.65Q11.325 3.5 12 3.5t1.225.425l9 6.875q.325.25.375.65t-.2.75q-.25.325-.65.375t-.725-.2L20 11.625V19q0 .825-.587 1.413T18 21H6q-.825 0-1.412-.587T4 19m2 0h5v-3q0-.425.288-.712T12 15t.713.288T13 16v3h5v-8.9l-6-4.575L6 10.1zm0 0h12zM5.3 5q-.575 0-.888-.475t-.037-.975q.425-.725 1.113-1.137T7 2q.275 0 .525-.137t.375-.388q.125-.225.338-.35T8.725 1q.575 0 .875.475t.025.975q-.425.725-1.112 1.138T7 4q-.275 0-.525.125t-.375.4q-.125.225-.325.35T5.3 5"/></svg>
</template>

CSS

.icon-cottage-outline-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%22M4%2019v-7.375L3%2012.4q-.35.25-.75.2t-.65-.4t-.2-.75t.375-.65L4%209.1V7q0-.425.288-.713T5%206t.713.288T6%207v.575l4.775-3.65Q11.325%203.5%2012%203.5t1.225.425l9%206.875q.325.25.375.65t-.2.75q-.25.325-.65.375t-.725-.2L20%2011.625V19q0%20.825-.587%201.413T18%2021H6q-.825%200-1.412-.587T4%2019m2%200h5v-3q0-.425.288-.712T12%2015t.713.288T13%2016v3h5v-8.9l-6-4.575L6%2010.1zm0%200h12zM5.3%205q-.575%200-.888-.475t-.037-.975q.425-.725%201.113-1.137T7%202q.275%200%20.525-.137t.375-.388q.125-.225.338-.35T8.725%201q.575%200%20.875.475t.025.975q-.425.725-1.112%201.138T7%204q-.275%200-.525.125t-.375.4q-.125.225-.325.35T5.3%205%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%22M4%2019v-7.375L3%2012.4q-.35.25-.75.2t-.65-.4t-.2-.75t.375-.65L4%209.1V7q0-.425.288-.713T5%206t.713.288T6%207v.575l4.775-3.65Q11.325%203.5%2012%203.5t1.225.425l9%206.875q.325.25.375.65t-.2.75q-.25.325-.65.375t-.725-.2L20%2011.625V19q0%20.825-.587%201.413T18%2021H6q-.825%200-1.412-.587T4%2019m2%200h5v-3q0-.425.288-.712T12%2015t.713.288T13%2016v3h5v-8.9l-6-4.575L6%2010.1zm0%200h12zM5.3%205q-.575%200-.888-.475t-.037-.975q.425-.725%201.113-1.137T7%202q.275%200%20.525-.137t.375-.388q.125-.225.338-.35T8.725%201q.575%200%20.875.475t.025.975q-.425.725-1.112%201.138T7%204q-.275%200-.525.125t-.375.4q-.125.225-.325.35T5.3%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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