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

Name
concierge-rounded
Set
Material Symbols
Style
Rounded
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="M11 22q-.425 0-.712-.288T10 21t.288-.712T11 20h11q.425 0 .713.288T23 21t-.288.713T22 22zm0-3q0-2.025 1.275-3.537T15.5 13.6v-.625q0-.425.288-.712t.712-.288t.713.288t.287.712v.625q1.925.35 3.213 1.863T22 19zM1 7.5V11q0 .825.588 1.413T3 13t1.413-.587T5 11V4q0-.825-.587-1.412T3 2t-1.412.588T1 4zm6 .975V11.4q0 .675.463 1.138T8.6 13h.025q.2 0 .363-.038t.337-.087l6.7-2.5q.425-.175.7-.562T17 8.95q0-.4-.275-.675T16.05 8H13l-1.3.5q-.2.075-.375 0t-.25-.275t.013-.387t.287-.263L13 7h7q.8 0 1.4-.575T22 5l-7.4-2.775q-.3-.125-.612-.137t-.613.087l-4.9 1.375q-.65.2-1.062.725T7 5.475z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsConciergeRounded(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="M11 22q-.425 0-.712-.288T10 21t.288-.712T11 20h11q.425 0 .713.288T23 21t-.288.713T22 22zm0-3q0-2.025 1.275-3.537T15.5 13.6v-.625q0-.425.288-.712t.712-.288t.713.288t.287.712v.625q1.925.35 3.213 1.863T22 19zM1 7.5V11q0 .825.588 1.413T3 13t1.413-.587T5 11V4q0-.825-.587-1.412T3 2t-1.412.588T1 4zm6 .975V11.4q0 .675.463 1.138T8.6 13h.025q.2 0 .363-.038t.337-.087l6.7-2.5q.425-.175.7-.562T17 8.95q0-.4-.275-.675T16.05 8H13l-1.3.5q-.2.075-.375 0t-.25-.275t.013-.387t.287-.263L13 7h7q.8 0 1.4-.575T22 5l-7.4-2.775q-.3-.125-.612-.137t-.613.087l-4.9 1.375q-.65.2-1.062.725T7 5.475z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 22q-.425 0-.712-.288T10 21t.288-.712T11 20h11q.425 0 .713.288T23 21t-.288.713T22 22zm0-3q0-2.025 1.275-3.537T15.5 13.6v-.625q0-.425.288-.712t.712-.288t.713.288t.287.712v.625q1.925.35 3.213 1.863T22 19zM1 7.5V11q0 .825.588 1.413T3 13t1.413-.587T5 11V4q0-.825-.587-1.412T3 2t-1.412.588T1 4zm6 .975V11.4q0 .675.463 1.138T8.6 13h.025q.2 0 .363-.038t.337-.087l6.7-2.5q.425-.175.7-.562T17 8.95q0-.4-.275-.675T16.05 8H13l-1.3.5q-.2.075-.375 0t-.25-.275t.013-.387t.287-.263L13 7h7q.8 0 1.4-.575T22 5l-7.4-2.775q-.3-.125-.612-.137t-.613.087l-4.9 1.375q-.65.2-1.062.725T7 5.475z"/></svg>
</template>

CSS

.icon-concierge-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%22M11%2022q-.425%200-.712-.288T10%2021t.288-.712T11%2020h11q.425%200%20.713.288T23%2021t-.288.713T22%2022zm0-3q0-2.025%201.275-3.537T15.5%2013.6v-.625q0-.425.288-.712t.712-.288t.713.288t.287.712v.625q1.925.35%203.213%201.863T22%2019zM1%207.5V11q0%20.825.588%201.413T3%2013t1.413-.587T5%2011V4q0-.825-.587-1.412T3%202t-1.412.588T1%204zm6%20.975V11.4q0%20.675.463%201.138T8.6%2013h.025q.2%200%20.363-.038t.337-.087l6.7-2.5q.425-.175.7-.562T17%208.95q0-.4-.275-.675T16.05%208H13l-1.3.5q-.2.075-.375%200t-.25-.275t.013-.387t.287-.263L13%207h7q.8%200%201.4-.575T22%205l-7.4-2.775q-.3-.125-.612-.137t-.613.087l-4.9%201.375q-.65.2-1.062.725T7%205.475z%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%22M11%2022q-.425%200-.712-.288T10%2021t.288-.712T11%2020h11q.425%200%20.713.288T23%2021t-.288.713T22%2022zm0-3q0-2.025%201.275-3.537T15.5%2013.6v-.625q0-.425.288-.712t.712-.288t.713.288t.287.712v.625q1.925.35%203.213%201.863T22%2019zM1%207.5V11q0%20.825.588%201.413T3%2013t1.413-.587T5%2011V4q0-.825-.587-1.412T3%202t-1.412.588T1%204zm6%20.975V11.4q0%20.675.463%201.138T8.6%2013h.025q.2%200%20.363-.038t.337-.087l6.7-2.5q.425-.175.7-.562T17%208.95q0-.4-.275-.675T16.05%208H13l-1.3.5q-.2.075-.375%200t-.25-.275t.013-.387t.287-.263L13%207h7q.8%200%201.4-.575T22%205l-7.4-2.775q-.3-.125-.612-.137t-.613.087l-4.9%201.375q-.65.2-1.062.725T7%205.475z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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