flights and hotels icon

flights-and-hotels-outline-sharp from Material Symbols Light by Google · Outline Sharp · Travel · Apache-2.0 Free for personal and commercial use.

Name
flights-and-hotels-outline-sharp
Set
Material Symbols Light
Style
Outline Sharp
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

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 15.434Q8.367 15 9 15t1.066.434t.434 1.066t-.434 1.066Q9.633 18 9 18t-1.066-.434Q7.5 17.133 7.5 16.5t.434-1.066M12 15h7v7.5h-1V20H6v2.5H5V14h1v5h6zm3.75-2L12.8 7.65l-2.65 2.65l.27 1.72l-.75.75l-1.214-2.2l-2.22-1.2l.75-.75l1.72.224l2.669-2.669L6 3.25l.95-.95l6.6 1.7l2.7-2.7q.3-.3.725-.3t.725.3t.3.725t-.3.725L15 5.45l1.7 6.6zM18 19v-3h-5v3zm-5 0v-3z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFlightsAndHotelsOutlineSharp(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 15.434Q8.367 15 9 15t1.066.434t.434 1.066t-.434 1.066Q9.633 18 9 18t-1.066-.434Q7.5 17.133 7.5 16.5t.434-1.066M12 15h7v7.5h-1V20H6v2.5H5V14h1v5h6zm3.75-2L12.8 7.65l-2.65 2.65l.27 1.72l-.75.75l-1.214-2.2l-2.22-1.2l.75-.75l1.72.224l2.669-2.669L6 3.25l.95-.95l6.6 1.7l2.7-2.7q.3-.3.725-.3t.725.3t.3.725t-.3.725L15 5.45l1.7 6.6zM18 19v-3h-5v3zm-5 0v-3z"/></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 15.434Q8.367 15 9 15t1.066.434t.434 1.066t-.434 1.066Q9.633 18 9 18t-1.066-.434Q7.5 17.133 7.5 16.5t.434-1.066M12 15h7v7.5h-1V20H6v2.5H5V14h1v5h6zm3.75-2L12.8 7.65l-2.65 2.65l.27 1.72l-.75.75l-1.214-2.2l-2.22-1.2l.75-.75l1.72.224l2.669-2.669L6 3.25l.95-.95l6.6 1.7l2.7-2.7q.3-.3.725-.3t.725.3t.3.725t-.3.725L15 5.45l1.7 6.6zM18 19v-3h-5v3zm-5 0v-3z"/></svg>
</template>

CSS

.icon-flights-and-hotels-outline-sharp {
  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%2015.434Q8.367%2015%209%2015t1.066.434t.434%201.066t-.434%201.066Q9.633%2018%209%2018t-1.066-.434Q7.5%2017.133%207.5%2016.5t.434-1.066M12%2015h7v7.5h-1V20H6v2.5H5V14h1v5h6zm3.75-2L12.8%207.65l-2.65%202.65l.27%201.72l-.75.75l-1.214-2.2l-2.22-1.2l.75-.75l1.72.224l2.669-2.669L6%203.25l.95-.95l6.6%201.7l2.7-2.7q.3-.3.725-.3t.725.3t.3.725t-.3.725L15%205.45l1.7%206.6zM18%2019v-3h-5v3zm-5%200v-3z%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%2015.434Q8.367%2015%209%2015t1.066.434t.434%201.066t-.434%201.066Q9.633%2018%209%2018t-1.066-.434Q7.5%2017.133%207.5%2016.5t.434-1.066M12%2015h7v7.5h-1V20H6v2.5H5V14h1v5h6zm3.75-2L12.8%207.65l-2.65%202.65l.27%201.72l-.75.75l-1.214-2.2l-2.22-1.2l.75-.75l1.72.224l2.669-2.669L6%203.25l.95-.95l6.6%201.7l2.7-2.7q.3-.3.725-.3t.725.3t.3.725t-.3.725L15%205.45l1.7%206.6zM18%2019v-3h-5v3zm-5%200v-3z%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-outline-sharp.svg?color=%231a73e8&size=48