chalet from Material Symbols by Google · Regular · Travel · Apache-2.0 Free for personal and commercial use.

Name
chalet
Set
Material Symbols
Style
Regular
Category
Travel
Viewbox
24×24
License
Apache 2.0
Aliases
chalet-sharp

3 other variants in Material Symbols

The same icon in other sets

More travel icons from Material Symbols

Use the chalet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 11V9.8l-.75.75l-.7-.7L17.5 8.4v-.9h-.9l-1.45 1.45l-.7-.7l.75-.75H14v-1h1.2l-.75-.75l.7-.725l1.45 1.45h.9V5.6l-1.45-1.45l.7-.7l.75.75V3h1v1.2l.75-.75l.7.7L18.5 5.6v.9h.9l1.45-1.45l.7.7l-.75.75H22v1h-1.2l.75.75l-.7.7L19.4 7.5h-.9v.9l1.45 1.45l-.7.7l-.75-.75V11zM5 20v-4.7l-1.1 1.1L2.5 15L10 7.5l7.5 7.5l-1.4 1.425l-1.1-1.1V20h-4v-5H9v5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsChalet(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="M17.5 11V9.8l-.75.75l-.7-.7L17.5 8.4v-.9h-.9l-1.45 1.45l-.7-.7l.75-.75H14v-1h1.2l-.75-.75l.7-.725l1.45 1.45h.9V5.6l-1.45-1.45l.7-.7l.75.75V3h1v1.2l.75-.75l.7.7L18.5 5.6v.9h.9l1.45-1.45l.7.7l-.75.75H22v1h-1.2l.75.75l-.7.7L19.4 7.5h-.9v.9l1.45 1.45l-.7.7l-.75-.75V11zM5 20v-4.7l-1.1 1.1L2.5 15L10 7.5l7.5 7.5l-1.4 1.425l-1.1-1.1V20h-4v-5H9v5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 11V9.8l-.75.75l-.7-.7L17.5 8.4v-.9h-.9l-1.45 1.45l-.7-.7l.75-.75H14v-1h1.2l-.75-.75l.7-.725l1.45 1.45h.9V5.6l-1.45-1.45l.7-.7l.75.75V3h1v1.2l.75-.75l.7.7L18.5 5.6v.9h.9l1.45-1.45l.7.7l-.75.75H22v1h-1.2l.75.75l-.7.7L19.4 7.5h-.9v.9l1.45 1.45l-.7.7l-.75-.75V11zM5 20v-4.7l-1.1 1.1L2.5 15L10 7.5l7.5 7.5l-1.4 1.425l-1.1-1.1V20h-4v-5H9v5z"/></svg>
</template>

CSS

.icon-chalet {
  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%22M17.5%2011V9.8l-.75.75l-.7-.7L17.5%208.4v-.9h-.9l-1.45%201.45l-.7-.7l.75-.75H14v-1h1.2l-.75-.75l.7-.725l1.45%201.45h.9V5.6l-1.45-1.45l.7-.7l.75.75V3h1v1.2l.75-.75l.7.7L18.5%205.6v.9h.9l1.45-1.45l.7.7l-.75.75H22v1h-1.2l.75.75l-.7.7L19.4%207.5h-.9v.9l1.45%201.45l-.7.7l-.75-.75V11zM5%2020v-4.7l-1.1%201.1L2.5%2015L10%207.5l7.5%207.5l-1.4%201.425l-1.1-1.1V20h-4v-5H9v5z%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%22M17.5%2011V9.8l-.75.75l-.7-.7L17.5%208.4v-.9h-.9l-1.45%201.45l-.7-.7l.75-.75H14v-1h1.2l-.75-.75l.7-.725l1.45%201.45h.9V5.6l-1.45-1.45l.7-.7l.75.75V3h1v1.2l.75-.75l.7.7L18.5%205.6v.9h.9l1.45-1.45l.7.7l-.75.75H22v1h-1.2l.75.75l-.7.7L19.4%207.5h-.9v.9l1.45%201.45l-.7.7l-.75-.75V11zM5%2020v-4.7l-1.1%201.1L2.5%2015L10%207.5l7.5%207.5l-1.4%201.425l-1.1-1.1V20h-4v-5H9v5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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