chalet icon
chalet-rounded from Material Symbols Light by Google · Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- chalet-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More travel icons from Material Symbols Light
airline-seat-flatairline-seat-flat-angledairline-seat-individual-suiteairline-seat-legroom-extraairline-seat-legroom-normalairline-seat-legroom-reducedairline-seat-recline-extraairline-seat-recline-normalairplane-ticketapartmentattractionsbakery-diningbath-bedrockbeach-accessbeer-mealbentobreakfast-diningbrunch-diningbungalowcabincar-rentalcar-repaircarpentercarry-on-bag
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="M6 18.192V14.3l-.611.612q-.141.14-.345.13t-.344-.15t-.14-.344t.14-.344l4.735-4.716q.242-.242.565-.242t.566.242l4.926 4.927q.14.14.14.342t-.14.347q-.146.165-.357.155q-.21-.009-.356-.155L14 14.325v3.867q0 .349-.23.578t-.578.23H10.5v-3q0-.213-.143-.357T10 15.5t-.357.143T9.5 16v3H6.808q-.348 0-.578-.23T6 18.192M17.616 7.385h-1.054l-1.139 1.138q-.111.112-.263.121q-.152.01-.283-.121t-.13-.273t.13-.273l.592-.592H14.5q-.161 0-.273-.112T14.116 7t.111-.273t.273-.111h.97l-.593-.593q-.111-.111-.121-.263t.121-.283q.112-.111.264-.111q.151 0 .282.111l1.139 1.12h1.054V5.561l-1.139-1.139q-.111-.111-.121-.263t.121-.283t.273-.13t.273.13l.593.592V3.5q0-.161.111-.273T18 3.116t.273.111t.111.273v.97l.593-.593q.111-.111.263-.121t.283.121t.13.273t-.13.273l-1.139 1.139v1.054h1.054l1.139-1.139q.111-.111.263-.121t.283.121t.13.273t-.13.273l-.592.593h.969q.162 0 .273.111t.112.273t-.112.273t-.273.112h-.97l.593.592q.112.112.121.264q.01.151-.121.282t-.273.13t-.273-.13l-1.138-1.138h-1.054v1.053l1.138 1.139q.112.112.121.264q.01.151-.121.282t-.273.13t-.273-.13l-.592-.592v.969q0 .162-.112.273t-.273.112t-.273-.112t-.111-.273v-.97l-.593.593q-.111.112-.263.121q-.152.01-.283-.121t-.13-.273t.13-.273l1.139-1.138z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightChaletRounded(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="M6 18.192V14.3l-.611.612q-.141.14-.345.13t-.344-.15t-.14-.344t.14-.344l4.735-4.716q.242-.242.565-.242t.566.242l4.926 4.927q.14.14.14.342t-.14.347q-.146.165-.357.155q-.21-.009-.356-.155L14 14.325v3.867q0 .349-.23.578t-.578.23H10.5v-3q0-.213-.143-.357T10 15.5t-.357.143T9.5 16v3H6.808q-.348 0-.578-.23T6 18.192M17.616 7.385h-1.054l-1.139 1.138q-.111.112-.263.121q-.152.01-.283-.121t-.13-.273t.13-.273l.592-.592H14.5q-.161 0-.273-.112T14.116 7t.111-.273t.273-.111h.97l-.593-.593q-.111-.111-.121-.263t.121-.283q.112-.111.264-.111q.151 0 .282.111l1.139 1.12h1.054V5.561l-1.139-1.139q-.111-.111-.121-.263t.121-.283t.273-.13t.273.13l.593.592V3.5q0-.161.111-.273T18 3.116t.273.111t.111.273v.97l.593-.593q.111-.111.263-.121t.283.121t.13.273t-.13.273l-1.139 1.139v1.054h1.054l1.139-1.139q.111-.111.263-.121t.283.121t.13.273t-.13.273l-.592.593h.969q.162 0 .273.111t.112.273t-.112.273t-.273.112h-.97l.593.592q.112.112.121.264q.01.151-.121.282t-.273.13t-.273-.13l-1.138-1.138h-1.054v1.053l1.138 1.139q.112.112.121.264q.01.151-.121.282t-.273.13t-.273-.13l-.592-.592v.969q0 .162-.112.273t-.273.112t-.273-.112t-.111-.273v-.97l-.593.593q-.111.112-.263.121q-.152.01-.283-.121t-.13-.273t.13-.273l1.139-1.138z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 18.192V14.3l-.611.612q-.141.14-.345.13t-.344-.15t-.14-.344t.14-.344l4.735-4.716q.242-.242.565-.242t.566.242l4.926 4.927q.14.14.14.342t-.14.347q-.146.165-.357.155q-.21-.009-.356-.155L14 14.325v3.867q0 .349-.23.578t-.578.23H10.5v-3q0-.213-.143-.357T10 15.5t-.357.143T9.5 16v3H6.808q-.348 0-.578-.23T6 18.192M17.616 7.385h-1.054l-1.139 1.138q-.111.112-.263.121q-.152.01-.283-.121t-.13-.273t.13-.273l.592-.592H14.5q-.161 0-.273-.112T14.116 7t.111-.273t.273-.111h.97l-.593-.593q-.111-.111-.121-.263t.121-.283q.112-.111.264-.111q.151 0 .282.111l1.139 1.12h1.054V5.561l-1.139-1.139q-.111-.111-.121-.263t.121-.283t.273-.13t.273.13l.593.592V3.5q0-.161.111-.273T18 3.116t.273.111t.111.273v.97l.593-.593q.111-.111.263-.121t.283.121t.13.273t-.13.273l-1.139 1.139v1.054h1.054l1.139-1.139q.111-.111.263-.121t.283.121t.13.273t-.13.273l-.592.593h.969q.162 0 .273.111t.112.273t-.112.273t-.273.112h-.97l.593.592q.112.112.121.264q.01.151-.121.282t-.273.13t-.273-.13l-1.138-1.138h-1.054v1.053l1.138 1.139q.112.112.121.264q.01.151-.121.282t-.273.13t-.273-.13l-.592-.592v.969q0 .162-.112.273t-.273.112t-.273-.112t-.111-.273v-.97l-.593.593q-.111.112-.263.121q-.152.01-.283-.121t-.13-.273t.13-.273l1.139-1.138z"/></svg> </template>
CSS
.icon-chalet-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%22M6%2018.192V14.3l-.611.612q-.141.14-.345.13t-.344-.15t-.14-.344t.14-.344l4.735-4.716q.242-.242.565-.242t.566.242l4.926%204.927q.14.14.14.342t-.14.347q-.146.165-.357.155q-.21-.009-.356-.155L14%2014.325v3.867q0%20.349-.23.578t-.578.23H10.5v-3q0-.213-.143-.357T10%2015.5t-.357.143T9.5%2016v3H6.808q-.348%200-.578-.23T6%2018.192M17.616%207.385h-1.054l-1.139%201.138q-.111.112-.263.121q-.152.01-.283-.121t-.13-.273t.13-.273l.592-.592H14.5q-.161%200-.273-.112T14.116%207t.111-.273t.273-.111h.97l-.593-.593q-.111-.111-.121-.263t.121-.283q.112-.111.264-.111q.151%200%20.282.111l1.139%201.12h1.054V5.561l-1.139-1.139q-.111-.111-.121-.263t.121-.283t.273-.13t.273.13l.593.592V3.5q0-.161.111-.273T18%203.116t.273.111t.111.273v.97l.593-.593q.111-.111.263-.121t.283.121t.13.273t-.13.273l-1.139%201.139v1.054h1.054l1.139-1.139q.111-.111.263-.121t.283.121t.13.273t-.13.273l-.592.593h.969q.162%200%20.273.111t.112.273t-.112.273t-.273.112h-.97l.593.592q.112.112.121.264q.01.151-.121.282t-.273.13t-.273-.13l-1.138-1.138h-1.054v1.053l1.138%201.139q.112.112.121.264q.01.151-.121.282t-.273.13t-.273-.13l-.592-.592v.969q0%20.162-.112.273t-.273.112t-.273-.112t-.111-.273v-.97l-.593.593q-.111.112-.263.121q-.152.01-.283-.121t-.13-.273t.13-.273l1.139-1.138z%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%22M6%2018.192V14.3l-.611.612q-.141.14-.345.13t-.344-.15t-.14-.344t.14-.344l4.735-4.716q.242-.242.565-.242t.566.242l4.926%204.927q.14.14.14.342t-.14.347q-.146.165-.357.155q-.21-.009-.356-.155L14%2014.325v3.867q0%20.349-.23.578t-.578.23H10.5v-3q0-.213-.143-.357T10%2015.5t-.357.143T9.5%2016v3H6.808q-.348%200-.578-.23T6%2018.192M17.616%207.385h-1.054l-1.139%201.138q-.111.112-.263.121q-.152.01-.283-.121t-.13-.273t.13-.273l.592-.592H14.5q-.161%200-.273-.112T14.116%207t.111-.273t.273-.111h.97l-.593-.593q-.111-.111-.121-.263t.121-.283q.112-.111.264-.111q.151%200%20.282.111l1.139%201.12h1.054V5.561l-1.139-1.139q-.111-.111-.121-.263t.121-.283t.273-.13t.273.13l.593.592V3.5q0-.161.111-.273T18%203.116t.273.111t.111.273v.97l.593-.593q.111-.111.263-.121t.283.121t.13.273t-.13.273l-1.139%201.139v1.054h1.054l1.139-1.139q.111-.111.263-.121t.283.121t.13.273t-.13.273l-.592.593h.969q.162%200%20.273.111t.112.273t-.112.273t-.273.112h-.97l.593.592q.112.112.121.264q.01.151-.121.282t-.273.13t-.273-.13l-1.138-1.138h-1.054v1.053l1.138%201.139q.112.112.121.264q.01.151-.121.282t-.273.13t-.273-.13l-.592-.592v.969q0%20.162-.112.273t-.273.112t-.273-.112t-.111-.273v-.97l-.593.593q-.111.112-.263.121q-.152.01-.283-.121t-.13-.273t.13-.273l1.139-1.138z%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-rounded.svg?color=%231a73e8&size=48