flights and hotels icon
flights-and-hotels-rounded from Material Symbols Light by Google · Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- flights-and-hotels-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
5 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 flights and hotels icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.934 17.566Q7.5 17.133 7.5 16.5t.434-1.066T9 15t1.066.434q.434.433.434 1.066t-.434 1.066Q9.633 18 9 18t-1.066-.434m-2.79 4.79Q5 22.213 5 22v-7.5q0-.213.144-.356T5.501 14t.356.144T6 14.5V19h6v-3.2q0-.34.232-.57t.576-.23h4.577q.69 0 1.152.463T19 16.616V22q0 .213-.144.356t-.357.144t-.356-.144T18 22v-2H6v2q0 .213-.144.356t-.357.144t-.356-.144M12.8 7.65l-2.65 2.65l.225 1.468q.025.126-.003.226t-.128.2l-.1.1q-.2.2-.437.15t-.363-.275l-.888-1.6l-1.72-.925q-.2-.1-.225-.312t.125-.363l.2-.2q.05-.05.35-.125l1.514.2l2.675-2.669l-4.7-2.55Q6.4 3.5 6.375 3.2t.175-.5l.175-.175q.125-.125.263-.162t.287.012L13.55 4l2.7-2.7q.3-.3.725-.3t.725.3t.3.725t-.3.725L15 5.45l1.6 6.25q.05.175.013.325t-.163.275l-.1.1q-.225.225-.55.175t-.475-.325z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFlightsAndHotelsRounded(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="M7.934 17.566Q7.5 17.133 7.5 16.5t.434-1.066T9 15t1.066.434q.434.433.434 1.066t-.434 1.066Q9.633 18 9 18t-1.066-.434m-2.79 4.79Q5 22.213 5 22v-7.5q0-.213.144-.356T5.501 14t.356.144T6 14.5V19h6v-3.2q0-.34.232-.57t.576-.23h4.577q.69 0 1.152.463T19 16.616V22q0 .213-.144.356t-.357.144t-.356-.144T18 22v-2H6v2q0 .213-.144.356t-.357.144t-.356-.144M12.8 7.65l-2.65 2.65l.225 1.468q.025.126-.003.226t-.128.2l-.1.1q-.2.2-.437.15t-.363-.275l-.888-1.6l-1.72-.925q-.2-.1-.225-.312t.125-.363l.2-.2q.05-.05.35-.125l1.514.2l2.675-2.669l-4.7-2.55Q6.4 3.5 6.375 3.2t.175-.5l.175-.175q.125-.125.263-.162t.287.012L13.55 4l2.7-2.7q.3-.3.725-.3t.725.3t.3.725t-.3.725L15 5.45l1.6 6.25q.05.175.013.325t-.163.275l-.1.1q-.225.225-.55.175t-.475-.325z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.934 17.566Q7.5 17.133 7.5 16.5t.434-1.066T9 15t1.066.434q.434.433.434 1.066t-.434 1.066Q9.633 18 9 18t-1.066-.434m-2.79 4.79Q5 22.213 5 22v-7.5q0-.213.144-.356T5.501 14t.356.144T6 14.5V19h6v-3.2q0-.34.232-.57t.576-.23h4.577q.69 0 1.152.463T19 16.616V22q0 .213-.144.356t-.357.144t-.356-.144T18 22v-2H6v2q0 .213-.144.356t-.357.144t-.356-.144M12.8 7.65l-2.65 2.65l.225 1.468q.025.126-.003.226t-.128.2l-.1.1q-.2.2-.437.15t-.363-.275l-.888-1.6l-1.72-.925q-.2-.1-.225-.312t.125-.363l.2-.2q.05-.05.35-.125l1.514.2l2.675-2.669l-4.7-2.55Q6.4 3.5 6.375 3.2t.175-.5l.175-.175q.125-.125.263-.162t.287.012L13.55 4l2.7-2.7q.3-.3.725-.3t.725.3t.3.725t-.3.725L15 5.45l1.6 6.25q.05.175.013.325t-.163.275l-.1.1q-.225.225-.55.175t-.475-.325z"/></svg> </template>
CSS
.icon-flights-and-hotels-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%22M7.934%2017.566Q7.5%2017.133%207.5%2016.5t.434-1.066T9%2015t1.066.434q.434.433.434%201.066t-.434%201.066Q9.633%2018%209%2018t-1.066-.434m-2.79%204.79Q5%2022.213%205%2022v-7.5q0-.213.144-.356T5.501%2014t.356.144T6%2014.5V19h6v-3.2q0-.34.232-.57t.576-.23h4.577q.69%200%201.152.463T19%2016.616V22q0%20.213-.144.356t-.357.144t-.356-.144T18%2022v-2H6v2q0%20.213-.144.356t-.357.144t-.356-.144M12.8%207.65l-2.65%202.65l.225%201.468q.025.126-.003.226t-.128.2l-.1.1q-.2.2-.437.15t-.363-.275l-.888-1.6l-1.72-.925q-.2-.1-.225-.312t.125-.363l.2-.2q.05-.05.35-.125l1.514.2l2.675-2.669l-4.7-2.55Q6.4%203.5%206.375%203.2t.175-.5l.175-.175q.125-.125.263-.162t.287.012L13.55%204l2.7-2.7q.3-.3.725-.3t.725.3t.3.725t-.3.725L15%205.45l1.6%206.25q.05.175.013.325t-.163.275l-.1.1q-.225.225-.55.175t-.475-.325z%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%22M7.934%2017.566Q7.5%2017.133%207.5%2016.5t.434-1.066T9%2015t1.066.434q.434.433.434%201.066t-.434%201.066Q9.633%2018%209%2018t-1.066-.434m-2.79%204.79Q5%2022.213%205%2022v-7.5q0-.213.144-.356T5.501%2014t.356.144T6%2014.5V19h6v-3.2q0-.34.232-.57t.576-.23h4.577q.69%200%201.152.463T19%2016.616V22q0%20.213-.144.356t-.357.144t-.356-.144T18%2022v-2H6v2q0%20.213-.144.356t-.357.144t-.356-.144M12.8%207.65l-2.65%202.65l.225%201.468q.025.126-.003.226t-.128.2l-.1.1q-.2.2-.437.15t-.363-.275l-.888-1.6l-1.72-.925q-.2-.1-.225-.312t.125-.363l.2-.2q.05-.05.35-.125l1.514.2l2.675-2.669l-4.7-2.55Q6.4%203.5%206.375%203.2t.175-.5l.175-.175q.125-.125.263-.162t.287.012L13.55%204l2.7-2.7q.3-.3.725-.3t.725.3t.3.725t-.3.725L15%205.45l1.6%206.25q.05.175.013.325t-.163.275l-.1.1q-.225.225-.55.175t-.475-.325z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/flights-and-hotels-rounded.svg?color=%231a73e8&size=48