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

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

3 other variants in Material Symbols Light

The same icon in other sets

More travel icons from Material Symbols Light

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.616 10.885V9.53l-.866.865l-.546-.546l1.411-1.411V7.385h-1.053L15.15 8.796l-.546-.546l.865-.865h-1.354v-.77h1.354l-.865-.865l.546-.552l1.412 1.393h1.054V5.56l-1.412-1.41l.546-.546l.865.865V3.116h.77v1.353l.865-.865l.546.546l-1.411 1.412v1.054h1.053l1.412-1.412l.546.546l-.865.865h1.354v.77H20.53l.865.865l-.546.546l-1.412-1.411h-1.053v1.054l1.411 1.411l-.546.546l-.865-.865v1.354zM6 19v-4.7l-.946.946l-.689-.688L10 8.923l5.827 5.827l-.688.714L14 14.325V19h-3.5v-3.5h-1V19z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightChalet(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.616 10.885V9.53l-.866.865l-.546-.546l1.411-1.411V7.385h-1.053L15.15 8.796l-.546-.546l.865-.865h-1.354v-.77h1.354l-.865-.865l.546-.552l1.412 1.393h1.054V5.56l-1.412-1.41l.546-.546l.865.865V3.116h.77v1.353l.865-.865l.546.546l-1.411 1.412v1.054h1.053l1.412-1.412l.546.546l-.865.865h1.354v.77H20.53l.865.865l-.546.546l-1.412-1.411h-1.053v1.054l1.411 1.411l-.546.546l-.865-.865v1.354zM6 19v-4.7l-.946.946l-.689-.688L10 8.923l5.827 5.827l-.688.714L14 14.325V19h-3.5v-3.5h-1V19z"/></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.616 10.885V9.53l-.866.865l-.546-.546l1.411-1.411V7.385h-1.053L15.15 8.796l-.546-.546l.865-.865h-1.354v-.77h1.354l-.865-.865l.546-.552l1.412 1.393h1.054V5.56l-1.412-1.41l.546-.546l.865.865V3.116h.77v1.353l.865-.865l.546.546l-1.411 1.412v1.054h1.053l1.412-1.412l.546.546l-.865.865h1.354v.77H20.53l.865.865l-.546.546l-1.412-1.411h-1.053v1.054l1.411 1.411l-.546.546l-.865-.865v1.354zM6 19v-4.7l-.946.946l-.689-.688L10 8.923l5.827 5.827l-.688.714L14 14.325V19h-3.5v-3.5h-1V19z"/></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.616%2010.885V9.53l-.866.865l-.546-.546l1.411-1.411V7.385h-1.053L15.15%208.796l-.546-.546l.865-.865h-1.354v-.77h1.354l-.865-.865l.546-.552l1.412%201.393h1.054V5.56l-1.412-1.41l.546-.546l.865.865V3.116h.77v1.353l.865-.865l.546.546l-1.411%201.412v1.054h1.053l1.412-1.412l.546.546l-.865.865h1.354v.77H20.53l.865.865l-.546.546l-1.412-1.411h-1.053v1.054l1.411%201.411l-.546.546l-.865-.865v1.354zM6%2019v-4.7l-.946.946l-.689-.688L10%208.923l5.827%205.827l-.688.714L14%2014.325V19h-3.5v-3.5h-1V19z%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.616%2010.885V9.53l-.866.865l-.546-.546l1.411-1.411V7.385h-1.053L15.15%208.796l-.546-.546l.865-.865h-1.354v-.77h1.354l-.865-.865l.546-.552l1.412%201.393h1.054V5.56l-1.412-1.41l.546-.546l.865.865V3.116h.77v1.353l.865-.865l.546.546l-1.411%201.412v1.054h1.053l1.412-1.412l.546.546l-.865.865h1.354v.77H20.53l.865.865l-.546.546l-1.412-1.411h-1.053v1.054l1.411%201.411l-.546.546l-.865-.865v1.354zM6%2019v-4.7l-.946.946l-.689-.688L10%208.923l5.827%205.827l-.688.714L14%2014.325V19h-3.5v-3.5h-1V19z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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