Hotel icon

Hotel is a Google Material Symbol from the Travel category. It's one of the 500 most used Material Symbols. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

hotel_outlined_fill0_wght400.svg

Hotel icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=hotel" />

<span class="material-symbols-outlined">hotel</span>

Hotel icon in React

// With the font from the HTML tab:
export function HotelIcon() {
  return (
    <span className="material-symbols-outlined">
      hotel
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import HotelIcon from "@material-symbols/svg-400/outlined/hotel.svg?react";

Hotel icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">hotel</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import HotelIcon from "@material-symbols/svg-400/outlined/hotel.svg?component"; -->

Hotel icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">hotel</mat-icon>

Hotel icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.hotel, fill: 0, weight: 400)

Hotel icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/hotel.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M1 19v-14.625h1.5v9.85h8.825v-7.725h8.05q1.495 0 2.56 1.065Q23 8.63 23 10.125v8.875h-1.5v-3.275H2.5v3.275H1Zm3.863-6.987Q4.1 11.25 4.1 10.125t.763-1.887Q5.625 7.475 6.75 7.475t1.888 .763Q9.4 9 9.4 10.125t-.762 1.888Q7.875 12.775 6.75 12.775t-1.887-.762ZM12.825 14.225h8.675v-4.1q0-.876-.624-1.501T19.375 8H12.825v6.225ZM7.563 10.938Q7.9 10.6 7.9 10.125t-.337-.812Q7.225 8.975 6.75 8.975t-.812 .338Q5.6 9.65 5.6 10.125t.338 .813Q6.275 11.275 6.75 11.275t.813-.337ZM6.75 10.125Zm6.075-2.125v6.225-6.225Z" />
</vector>

Hotel icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/hotel.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/hotel.svg" width="24" height="24" alt="Hotel">

Hotel icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameHotel
Ligaturehotel
Code pointU+E53A
CategoryTravel
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/hotel.svg, hotel-fill.svg
FlutterSymbols.hotel
LicenseApache License 2.0 (© Google LLC)

Keywords

travelhumanpersonpeoplestructurebodytrianglehousebuildingplaceroomtrip

Related icons