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

Name
chalet-outline
Set
Material Symbols
Style
Outline
Category
Travel
Viewbox
24×24
License
Apache 2.0
Aliases
chalet-outline-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-.7L16.6 6.5h.9v-.9l-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-.75V11zm-1.4 5.425l-1.1-1.1V20H5v-4.7l-1.1 1.1L2.5 15L10 7.5l7.5 7.5zM7 18h2v-3h2v3h2v-4.675l-3-3l-3 3zm0 0h6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsChaletOutline(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-.7L16.6 6.5h.9v-.9l-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-.75V11zm-1.4 5.425l-1.1-1.1V20H5v-4.7l-1.1 1.1L2.5 15L10 7.5l7.5 7.5zM7 18h2v-3h2v3h2v-4.675l-3-3l-3 3zm0 0h6z"/></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-.7L16.6 6.5h.9v-.9l-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-.75V11zm-1.4 5.425l-1.1-1.1V20H5v-4.7l-1.1 1.1L2.5 15L10 7.5l7.5 7.5zM7 18h2v-3h2v3h2v-4.675l-3-3l-3 3zm0 0h6z"/></svg>
</template>

CSS

.icon-chalet-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%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-.7L16.6%206.5h.9v-.9l-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-.75V11zm-1.4%205.425l-1.1-1.1V20H5v-4.7l-1.1%201.1L2.5%2015L10%207.5l7.5%207.5zM7%2018h2v-3h2v3h2v-4.675l-3-3l-3%203zm0%200h6z%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-.7L16.6%206.5h.9v-.9l-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-.75V11zm-1.4%205.425l-1.1-1.1V20H5v-4.7l-1.1%201.1L2.5%2015L10%207.5l7.5%207.5zM7%2018h2v-3h2v3h2v-4.675l-3-3l-3%203zm0%200h6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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