holiday-village-rounded from Material Symbols Light by Google · Rounded · Travel · Apache-2.0 Free for personal and commercial use.

Name
holiday-village-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

Use the holiday village icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 19q-.671 0-1.143-.472q-.473-.472-.473-1.144v-6.29q0-.323.131-.628q.131-.304.349-.522L8.248 6.56q.242-.242.54-.353q.299-.112.597-.112t.596.112t.54.353l3.385 3.385q.217.217.348.522t.13.628v6.29q0 .672-.471 1.144q-.473.472-1.144.472h-2.211q-.162 0-.283-.121t-.121-.283v-2.134q0-.31-.22-.54t-.55-.23q-.309 0-.539.23t-.23.54v2.134q0 .162-.12.283q-.123.12-.285.12zm10-.48v-8.518q0-.115-.039-.221t-.134-.202l-3.302-3.302q-.244-.244-.12-.549q.126-.305.474-.305q.104 0 .198.04t.162.106l3.282 3.283q.218.217.348.522t.131.628v8.517q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357m2.615 0V8.91q0-.115-.038-.22t-.135-.203l-2.19-2.19q-.244-.244-.12-.559t.474-.314q.104 0 .198.04q.094.039.162.106l2.19 2.19q.217.218.338.523t.122.627v9.61q0 .214-.144.357q-.143.143-.356.143q-.214 0-.357-.143t-.144-.357m-8.691-5.98q.23-.23.23-.539t-.23-.54t-.54-.23q-.309 0-.539.23t-.23.54t.23.54t.54.23t.539-.23"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHolidayVillageRounded(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 19q-.671 0-1.143-.472q-.473-.472-.473-1.144v-6.29q0-.323.131-.628q.131-.304.349-.522L8.248 6.56q.242-.242.54-.353q.299-.112.597-.112t.596.112t.54.353l3.385 3.385q.217.217.348.522t.13.628v6.29q0 .672-.471 1.144q-.473.472-1.144.472h-2.211q-.162 0-.283-.121t-.121-.283v-2.134q0-.31-.22-.54t-.55-.23q-.309 0-.539.23t-.23.54v2.134q0 .162-.12.283q-.123.12-.285.12zm10-.48v-8.518q0-.115-.039-.221t-.134-.202l-3.302-3.302q-.244-.244-.12-.549q.126-.305.474-.305q.104 0 .198.04t.162.106l3.282 3.283q.218.217.348.522t.131.628v8.517q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357m2.615 0V8.91q0-.115-.038-.22t-.135-.203l-2.19-2.19q-.244-.244-.12-.559t.474-.314q.104 0 .198.04q.094.039.162.106l2.19 2.19q.217.218.338.523t.122.627v9.61q0 .214-.144.357q-.143.143-.356.143q-.214 0-.357-.143t-.144-.357m-8.691-5.98q.23-.23.23-.539t-.23-.54t-.54-.23q-.309 0-.539.23t-.23.54t.23.54t.54.23t.539-.23"/></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 19q-.671 0-1.143-.472q-.473-.472-.473-1.144v-6.29q0-.323.131-.628q.131-.304.349-.522L8.248 6.56q.242-.242.54-.353q.299-.112.597-.112t.596.112t.54.353l3.385 3.385q.217.217.348.522t.13.628v6.29q0 .672-.471 1.144q-.473.472-1.144.472h-2.211q-.162 0-.283-.121t-.121-.283v-2.134q0-.31-.22-.54t-.55-.23q-.309 0-.539.23t-.23.54v2.134q0 .162-.12.283q-.123.12-.285.12zm10-.48v-8.518q0-.115-.039-.221t-.134-.202l-3.302-3.302q-.244-.244-.12-.549q.126-.305.474-.305q.104 0 .198.04t.162.106l3.282 3.283q.218.217.348.522t.131.628v8.517q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357m2.615 0V8.91q0-.115-.038-.22t-.135-.203l-2.19-2.19q-.244-.244-.12-.559t.474-.314q.104 0 .198.04q.094.039.162.106l2.19 2.19q.217.218.338.523t.122.627v9.61q0 .214-.144.357q-.143.143-.356.143q-.214 0-.357-.143t-.144-.357m-8.691-5.98q.23-.23.23-.539t-.23-.54t-.54-.23q-.309 0-.539.23t-.23.54t.23.54t.54.23t.539-.23"/></svg>
</template>

CSS

.icon-holiday-village-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%2019q-.671%200-1.143-.472q-.473-.472-.473-1.144v-6.29q0-.323.131-.628q.131-.304.349-.522L8.248%206.56q.242-.242.54-.353q.299-.112.597-.112t.596.112t.54.353l3.385%203.385q.217.217.348.522t.13.628v6.29q0%20.672-.471%201.144q-.473.472-1.144.472h-2.211q-.162%200-.283-.121t-.121-.283v-2.134q0-.31-.22-.54t-.55-.23q-.309%200-.539.23t-.23.54v2.134q0%20.162-.12.283q-.123.12-.285.12zm10-.48v-8.518q0-.115-.039-.221t-.134-.202l-3.302-3.302q-.244-.244-.12-.549q.126-.305.474-.305q.104%200%20.198.04t.162.106l3.282%203.283q.218.217.348.522t.131.628v8.517q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357m2.615%200V8.91q0-.115-.038-.22t-.135-.203l-2.19-2.19q-.244-.244-.12-.559t.474-.314q.104%200%20.198.04q.094.039.162.106l2.19%202.19q.217.218.338.523t.122.627v9.61q0%20.214-.144.357q-.143.143-.356.143q-.214%200-.357-.143t-.144-.357m-8.691-5.98q.23-.23.23-.539t-.23-.54t-.54-.23q-.309%200-.539.23t-.23.54t.23.54t.54.23t.539-.23%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%2019q-.671%200-1.143-.472q-.473-.472-.473-1.144v-6.29q0-.323.131-.628q.131-.304.349-.522L8.248%206.56q.242-.242.54-.353q.299-.112.597-.112t.596.112t.54.353l3.385%203.385q.217.217.348.522t.13.628v6.29q0%20.672-.471%201.144q-.473.472-1.144.472h-2.211q-.162%200-.283-.121t-.121-.283v-2.134q0-.31-.22-.54t-.55-.23q-.309%200-.539.23t-.23.54v2.134q0%20.162-.12.283q-.123.12-.285.12zm10-.48v-8.518q0-.115-.039-.221t-.134-.202l-3.302-3.302q-.244-.244-.12-.549q.126-.305.474-.305q.104%200%20.198.04t.162.106l3.282%203.283q.218.217.348.522t.131.628v8.517q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357m2.615%200V8.91q0-.115-.038-.22t-.135-.203l-2.19-2.19q-.244-.244-.12-.559t.474-.314q.104%200%20.198.04q.094.039.162.106l2.19%202.19q.217.218.338.523t.122.627v9.61q0%20.214-.144.357q-.143.143-.356.143q-.214%200-.357-.143t-.144-.357m-8.691-5.98q.23-.23.23-.539t-.23-.54t-.54-.23q-.309%200-.539.23t-.23.54t.23.54t.54.23t.539-.23%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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