concierge-sharp from Material Symbols by Google · Sharp · Travel · Apache-2.0 Free for personal and commercial use.

Name
concierge-sharp
Set
Material Symbols
Style
Sharp
Category
Travel
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More travel icons from Material Symbols

Use the concierge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 13h4V2H1zm6 0h1.975L17 10V8h-4l-1.75.675l-.35-.925L13 7h9V5l-8-3l-7 1.975zm3 9h13v-2H10zm1-3h11q0-2.025-1.287-3.537T17.5 13.6v-1.625h-2V13.6q-1.95.35-3.225 1.863T11 19"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsConciergeSharp(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="M1 13h4V2H1zm6 0h1.975L17 10V8h-4l-1.75.675l-.35-.925L13 7h9V5l-8-3l-7 1.975zm3 9h13v-2H10zm1-3h11q0-2.025-1.287-3.537T17.5 13.6v-1.625h-2V13.6q-1.95.35-3.225 1.863T11 19"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 13h4V2H1zm6 0h1.975L17 10V8h-4l-1.75.675l-.35-.925L13 7h9V5l-8-3l-7 1.975zm3 9h13v-2H10zm1-3h11q0-2.025-1.287-3.537T17.5 13.6v-1.625h-2V13.6q-1.95.35-3.225 1.863T11 19"/></svg>
</template>

CSS

.icon-concierge-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%22M1%2013h4V2H1zm6%200h1.975L17%2010V8h-4l-1.75.675l-.35-.925L13%207h9V5l-8-3l-7%201.975zm3%209h13v-2H10zm1-3h11q0-2.025-1.287-3.537T17.5%2013.6v-1.625h-2V13.6q-1.95.35-3.225%201.863T11%2019%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%22M1%2013h4V2H1zm6%200h1.975L17%2010V8h-4l-1.75.675l-.35-.925L13%207h9V5l-8-3l-7%201.975zm3%209h13v-2H10zm1-3h11q0-2.025-1.287-3.537T17.5%2013.6v-1.625h-2V13.6q-1.95.35-3.225%201.863T11%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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