concierge icon
concierge-rounded from Material Symbols Light by Google · Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- concierge-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 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.5 21q-.213 0-.357-.143T11 20.5t.143-.357T11.5 20h10q.214 0 .357.143T22 20.5t-.143.357T21.5 21zm.5-2.384q0-1.737 1.15-3.01q1.15-1.271 2.85-1.448v-.414q0-.194.143-.347t.357-.153q.194 0 .347.153t.153.347v.414q1.694.177 2.847 1.449T21 18.616zM2.039 7.846v2.577q0 .633.433 1.067q.434.433 1.067.433t1.066-.433t.434-1.067V5.269q0-.632-.434-1.066t-1.066-.434t-1.067.434t-.433 1.066zm4 .706V10.4q0 .637.443 1.08t1.08.443h.563q.142 0 .286-.028q.143-.028.28-.078l6.296-2.307q.367-.137.574-.447t.208-.69v-.02q0-.303-.217-.52t-.521-.217h-2.262l-2.242.788q-.143.056-.288-.01q-.147-.065-.203-.207q-.075-.162.003-.32q.078-.16.24-.215l2.452-.806H19q.646 0 1.15-.44t.504-1.098l-6.516-2.18q-.223-.086-.478-.088q-.254-.003-.497.058l-5.957 1.74q-.535.162-.851.59q-.317.43-.317.97z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightConciergeRounded(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.5 21q-.213 0-.357-.143T11 20.5t.143-.357T11.5 20h10q.214 0 .357.143T22 20.5t-.143.357T21.5 21zm.5-2.384q0-1.737 1.15-3.01q1.15-1.271 2.85-1.448v-.414q0-.194.143-.347t.357-.153q.194 0 .347.153t.153.347v.414q1.694.177 2.847 1.449T21 18.616zM2.039 7.846v2.577q0 .633.433 1.067q.434.433 1.067.433t1.066-.433t.434-1.067V5.269q0-.632-.434-1.066t-1.066-.434t-1.067.434t-.433 1.066zm4 .706V10.4q0 .637.443 1.08t1.08.443h.563q.142 0 .286-.028q.143-.028.28-.078l6.296-2.307q.367-.137.574-.447t.208-.69v-.02q0-.303-.217-.52t-.521-.217h-2.262l-2.242.788q-.143.056-.288-.01q-.147-.065-.203-.207q-.075-.162.003-.32q.078-.16.24-.215l2.452-.806H19q.646 0 1.15-.44t.504-1.098l-6.516-2.18q-.223-.086-.478-.088q-.254-.003-.497.058l-5.957 1.74q-.535.162-.851.59q-.317.43-.317.97z"/></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.5 21q-.213 0-.357-.143T11 20.5t.143-.357T11.5 20h10q.214 0 .357.143T22 20.5t-.143.357T21.5 21zm.5-2.384q0-1.737 1.15-3.01q1.15-1.271 2.85-1.448v-.414q0-.194.143-.347t.357-.153q.194 0 .347.153t.153.347v.414q1.694.177 2.847 1.449T21 18.616zM2.039 7.846v2.577q0 .633.433 1.067q.434.433 1.067.433t1.066-.433t.434-1.067V5.269q0-.632-.434-1.066t-1.066-.434t-1.067.434t-.433 1.066zm4 .706V10.4q0 .637.443 1.08t1.08.443h.563q.142 0 .286-.028q.143-.028.28-.078l6.296-2.307q.367-.137.574-.447t.208-.69v-.02q0-.303-.217-.52t-.521-.217h-2.262l-2.242.788q-.143.056-.288-.01q-.147-.065-.203-.207q-.075-.162.003-.32q.078-.16.24-.215l2.452-.806H19q.646 0 1.15-.44t.504-1.098l-6.516-2.18q-.223-.086-.478-.088q-.254-.003-.497.058l-5.957 1.74q-.535.162-.851.59q-.317.43-.317.97z"/></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.5%2021q-.213%200-.357-.143T11%2020.5t.143-.357T11.5%2020h10q.214%200%20.357.143T22%2020.5t-.143.357T21.5%2021zm.5-2.384q0-1.737%201.15-3.01q1.15-1.271%202.85-1.448v-.414q0-.194.143-.347t.357-.153q.194%200%20.347.153t.153.347v.414q1.694.177%202.847%201.449T21%2018.616zM2.039%207.846v2.577q0%20.633.433%201.067q.434.433%201.067.433t1.066-.433t.434-1.067V5.269q0-.632-.434-1.066t-1.066-.434t-1.067.434t-.433%201.066zm4%20.706V10.4q0%20.637.443%201.08t1.08.443h.563q.142%200%20.286-.028q.143-.028.28-.078l6.296-2.307q.367-.137.574-.447t.208-.69v-.02q0-.303-.217-.52t-.521-.217h-2.262l-2.242.788q-.143.056-.288-.01q-.147-.065-.203-.207q-.075-.162.003-.32q.078-.16.24-.215l2.452-.806H19q.646%200%201.15-.44t.504-1.098l-6.516-2.18q-.223-.086-.478-.088q-.254-.003-.497.058l-5.957%201.74q-.535.162-.851.59q-.317.43-.317.97z%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.5%2021q-.213%200-.357-.143T11%2020.5t.143-.357T11.5%2020h10q.214%200%20.357.143T22%2020.5t-.143.357T21.5%2021zm.5-2.384q0-1.737%201.15-3.01q1.15-1.271%202.85-1.448v-.414q0-.194.143-.347t.357-.153q.194%200%20.347.153t.153.347v.414q1.694.177%202.847%201.449T21%2018.616zM2.039%207.846v2.577q0%20.633.433%201.067q.434.433%201.067.433t1.066-.433t.434-1.067V5.269q0-.632-.434-1.066t-1.066-.434t-1.067.434t-.433%201.066zm4%20.706V10.4q0%20.637.443%201.08t1.08.443h.563q.142%200%20.286-.028q.143-.028.28-.078l6.296-2.307q.367-.137.574-.447t.208-.69v-.02q0-.303-.217-.52t-.521-.217h-2.262l-2.242.788q-.143.056-.288-.01q-.147-.065-.203-.207q-.075-.162.003-.32q.078-.16.24-.215l2.452-.806H19q.646%200%201.15-.44t.504-1.098l-6.516-2.18q-.223-.086-.478-.088q-.254-.003-.497.058l-5.957%201.74q-.535.162-.851.59q-.317.43-.317.97z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/concierge-rounded.svg?color=%231a73e8&size=48