holiday village icon
holiday-village-outline-rounded from Material Symbols by Google · Outline Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- holiday-village-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More travel icons from Material Symbols
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 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="M2 18v-7.175q0-.4.15-.762t.425-.638l4-4q.3-.3.675-.45t.75-.15t.75.15t.675.45l4 4q.275.275.425.638t.15.762V18q0 .825-.587 1.413T12 20H4q-.825 0-1.412-.587T2 18m2 0h3v-2q0-.425.288-.712T8 15t.713.288T9 16v2h3v-7.175l-4-4l-4 4zm12 1V9.175L12.525 5.7q-.475-.475-.225-1.088T13.225 4q.2 0 .4.088t.325.212l3.475 3.475q.275.275.425.638t.15.762V19q0 .425-.288.713T17 20t-.712-.288T16 19m4 0V7.525L18.175 5.7q-.475-.475-.225-1.088T18.875 4q.2 0 .4.088t.325.212l1.825 1.825q.275.275.425.638t.15.762V19q0 .425-.288.713T21 20t-.712-.288T20 19M4 18h8zm3.288-5.288Q7 12.425 7 12t.288-.712T8 11t.713.288T9 12t-.288.713T8 13t-.712-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsHolidayVillageOutlineRounded(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="M2 18v-7.175q0-.4.15-.762t.425-.638l4-4q.3-.3.675-.45t.75-.15t.75.15t.675.45l4 4q.275.275.425.638t.15.762V18q0 .825-.587 1.413T12 20H4q-.825 0-1.412-.587T2 18m2 0h3v-2q0-.425.288-.712T8 15t.713.288T9 16v2h3v-7.175l-4-4l-4 4zm12 1V9.175L12.525 5.7q-.475-.475-.225-1.088T13.225 4q.2 0 .4.088t.325.212l3.475 3.475q.275.275.425.638t.15.762V19q0 .425-.288.713T17 20t-.712-.288T16 19m4 0V7.525L18.175 5.7q-.475-.475-.225-1.088T18.875 4q.2 0 .4.088t.325.212l1.825 1.825q.275.275.425.638t.15.762V19q0 .425-.288.713T21 20t-.712-.288T20 19M4 18h8zm3.288-5.288Q7 12.425 7 12t.288-.712T8 11t.713.288T9 12t-.288.713T8 13t-.712-.288"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 18v-7.175q0-.4.15-.762t.425-.638l4-4q.3-.3.675-.45t.75-.15t.75.15t.675.45l4 4q.275.275.425.638t.15.762V18q0 .825-.587 1.413T12 20H4q-.825 0-1.412-.587T2 18m2 0h3v-2q0-.425.288-.712T8 15t.713.288T9 16v2h3v-7.175l-4-4l-4 4zm12 1V9.175L12.525 5.7q-.475-.475-.225-1.088T13.225 4q.2 0 .4.088t.325.212l3.475 3.475q.275.275.425.638t.15.762V19q0 .425-.288.713T17 20t-.712-.288T16 19m4 0V7.525L18.175 5.7q-.475-.475-.225-1.088T18.875 4q.2 0 .4.088t.325.212l1.825 1.825q.275.275.425.638t.15.762V19q0 .425-.288.713T21 20t-.712-.288T20 19M4 18h8zm3.288-5.288Q7 12.425 7 12t.288-.712T8 11t.713.288T9 12t-.288.713T8 13t-.712-.288"/></svg> </template>
CSS
.icon-holiday-village-outline-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%22M2%2018v-7.175q0-.4.15-.762t.425-.638l4-4q.3-.3.675-.45t.75-.15t.75.15t.675.45l4%204q.275.275.425.638t.15.762V18q0%20.825-.587%201.413T12%2020H4q-.825%200-1.412-.587T2%2018m2%200h3v-2q0-.425.288-.712T8%2015t.713.288T9%2016v2h3v-7.175l-4-4l-4%204zm12%201V9.175L12.525%205.7q-.475-.475-.225-1.088T13.225%204q.2%200%20.4.088t.325.212l3.475%203.475q.275.275.425.638t.15.762V19q0%20.425-.288.713T17%2020t-.712-.288T16%2019m4%200V7.525L18.175%205.7q-.475-.475-.225-1.088T18.875%204q.2%200%20.4.088t.325.212l1.825%201.825q.275.275.425.638t.15.762V19q0%20.425-.288.713T21%2020t-.712-.288T20%2019M4%2018h8zm3.288-5.288Q7%2012.425%207%2012t.288-.712T8%2011t.713.288T9%2012t-.288.713T8%2013t-.712-.288%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%22M2%2018v-7.175q0-.4.15-.762t.425-.638l4-4q.3-.3.675-.45t.75-.15t.75.15t.675.45l4%204q.275.275.425.638t.15.762V18q0%20.825-.587%201.413T12%2020H4q-.825%200-1.412-.587T2%2018m2%200h3v-2q0-.425.288-.712T8%2015t.713.288T9%2016v2h3v-7.175l-4-4l-4%204zm12%201V9.175L12.525%205.7q-.475-.475-.225-1.088T13.225%204q.2%200%20.4.088t.325.212l3.475%203.475q.275.275.425.638t.15.762V19q0%20.425-.288.713T17%2020t-.712-.288T16%2019m4%200V7.525L18.175%205.7q-.475-.475-.225-1.088T18.875%204q.2%200%20.4.088t.325.212l1.825%201.825q.275.275.425.638t.15.762V19q0%20.425-.288.713T21%2020t-.712-.288T20%2019M4%2018h8zm3.288-5.288Q7%2012.425%207%2012t.288-.712T8%2011t.713.288T9%2012t-.288.713T8%2013t-.712-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/holiday-village-outline-rounded.svg?color=%231a73e8&size=48