concierge icon
concierge-outline-rounded from Material Symbols Light by Google · Outline Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- concierge-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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-.356-.144T11 20.499t.144-.356T11.5 20h10q.213 0 .356.144t.144.357t-.144.356T21.5 21zm.5-2.384q0-1.737 1.15-3.01q1.15-1.271 2.85-1.448v-.414q0-.194.144-.347t.356-.153q.194 0 .347.153t.153.347v.414q1.694.177 2.847 1.449T21 18.616zm1.202-1.006h6.565q-.301-1.098-1.193-1.809q-.891-.71-2.074-.71q-1.188 0-2.092.71t-1.206 1.809M2.039 10.885V4.807q0-.44.298-.74t.74-.299H5q.389 0 .69.262q.302.261.348.65v.384l7.137-2.088q.217-.056.47-.065q.251-.01.469.07L20.28 4.91q.173.055.273.2t.1.327V5.5q0 .904-.702 1.51t-1.644.606h-2.539V8.1q0 .529-.334.936q-.333.406-.85.612l-5.9 2.17q-.137.05-.28.077q-.144.028-.286.028H3.077q-.44 0-.74-.299t-.299-.74m1-3.038v3.077h2V4.769h-2zm3 .673v2.404h2.216l5.992-2.202q.24-.084.381-.285t.142-.455v-.365H12.84l-2.456.823q-.188.067-.377-.034T9.75 8.11q-.067-.208.023-.395t.294-.253l2.624-.846h5.617q.34 0 .774-.211q.434-.21.51-.647l-5.988-1.85l-7.565 2.208z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightConciergeOutlineRounded(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-.356-.144T11 20.499t.144-.356T11.5 20h10q.213 0 .356.144t.144.357t-.144.356T21.5 21zm.5-2.384q0-1.737 1.15-3.01q1.15-1.271 2.85-1.448v-.414q0-.194.144-.347t.356-.153q.194 0 .347.153t.153.347v.414q1.694.177 2.847 1.449T21 18.616zm1.202-1.006h6.565q-.301-1.098-1.193-1.809q-.891-.71-2.074-.71q-1.188 0-2.092.71t-1.206 1.809M2.039 10.885V4.807q0-.44.298-.74t.74-.299H5q.389 0 .69.262q.302.261.348.65v.384l7.137-2.088q.217-.056.47-.065q.251-.01.469.07L20.28 4.91q.173.055.273.2t.1.327V5.5q0 .904-.702 1.51t-1.644.606h-2.539V8.1q0 .529-.334.936q-.333.406-.85.612l-5.9 2.17q-.137.05-.28.077q-.144.028-.286.028H3.077q-.44 0-.74-.299t-.299-.74m1-3.038v3.077h2V4.769h-2zm3 .673v2.404h2.216l5.992-2.202q.24-.084.381-.285t.142-.455v-.365H12.84l-2.456.823q-.188.067-.377-.034T9.75 8.11q-.067-.208.023-.395t.294-.253l2.624-.846h5.617q.34 0 .774-.211q.434-.21.51-.647l-5.988-1.85l-7.565 2.208z"/></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-.356-.144T11 20.499t.144-.356T11.5 20h10q.213 0 .356.144t.144.357t-.144.356T21.5 21zm.5-2.384q0-1.737 1.15-3.01q1.15-1.271 2.85-1.448v-.414q0-.194.144-.347t.356-.153q.194 0 .347.153t.153.347v.414q1.694.177 2.847 1.449T21 18.616zm1.202-1.006h6.565q-.301-1.098-1.193-1.809q-.891-.71-2.074-.71q-1.188 0-2.092.71t-1.206 1.809M2.039 10.885V4.807q0-.44.298-.74t.74-.299H5q.389 0 .69.262q.302.261.348.65v.384l7.137-2.088q.217-.056.47-.065q.251-.01.469.07L20.28 4.91q.173.055.273.2t.1.327V5.5q0 .904-.702 1.51t-1.644.606h-2.539V8.1q0 .529-.334.936q-.333.406-.85.612l-5.9 2.17q-.137.05-.28.077q-.144.028-.286.028H3.077q-.44 0-.74-.299t-.299-.74m1-3.038v3.077h2V4.769h-2zm3 .673v2.404h2.216l5.992-2.202q.24-.084.381-.285t.142-.455v-.365H12.84l-2.456.823q-.188.067-.377-.034T9.75 8.11q-.067-.208.023-.395t.294-.253l2.624-.846h5.617q.34 0 .774-.211q.434-.21.51-.647l-5.988-1.85l-7.565 2.208z"/></svg> </template>
CSS
.icon-concierge-outline-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-.356-.144T11%2020.499t.144-.356T11.5%2020h10q.213%200%20.356.144t.144.357t-.144.356T21.5%2021zm.5-2.384q0-1.737%201.15-3.01q1.15-1.271%202.85-1.448v-.414q0-.194.144-.347t.356-.153q.194%200%20.347.153t.153.347v.414q1.694.177%202.847%201.449T21%2018.616zm1.202-1.006h6.565q-.301-1.098-1.193-1.809q-.891-.71-2.074-.71q-1.188%200-2.092.71t-1.206%201.809M2.039%2010.885V4.807q0-.44.298-.74t.74-.299H5q.389%200%20.69.262q.302.261.348.65v.384l7.137-2.088q.217-.056.47-.065q.251-.01.469.07L20.28%204.91q.173.055.273.2t.1.327V5.5q0%20.904-.702%201.51t-1.644.606h-2.539V8.1q0%20.529-.334.936q-.333.406-.85.612l-5.9%202.17q-.137.05-.28.077q-.144.028-.286.028H3.077q-.44%200-.74-.299t-.299-.74m1-3.038v3.077h2V4.769h-2zm3%20.673v2.404h2.216l5.992-2.202q.24-.084.381-.285t.142-.455v-.365H12.84l-2.456.823q-.188.067-.377-.034T9.75%208.11q-.067-.208.023-.395t.294-.253l2.624-.846h5.617q.34%200%20.774-.211q.434-.21.51-.647l-5.988-1.85l-7.565%202.208z%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-.356-.144T11%2020.499t.144-.356T11.5%2020h10q.213%200%20.356.144t.144.357t-.144.356T21.5%2021zm.5-2.384q0-1.737%201.15-3.01q1.15-1.271%202.85-1.448v-.414q0-.194.144-.347t.356-.153q.194%200%20.347.153t.153.347v.414q1.694.177%202.847%201.449T21%2018.616zm1.202-1.006h6.565q-.301-1.098-1.193-1.809q-.891-.71-2.074-.71q-1.188%200-2.092.71t-1.206%201.809M2.039%2010.885V4.807q0-.44.298-.74t.74-.299H5q.389%200%20.69.262q.302.261.348.65v.384l7.137-2.088q.217-.056.47-.065q.251-.01.469.07L20.28%204.91q.173.055.273.2t.1.327V5.5q0%20.904-.702%201.51t-1.644.606h-2.539V8.1q0%20.529-.334.936q-.333.406-.85.612l-5.9%202.17q-.137.05-.28.077q-.144.028-.286.028H3.077q-.44%200-.74-.299t-.299-.74m1-3.038v3.077h2V4.769h-2zm3%20.673v2.404h2.216l5.992-2.202q.24-.084.381-.285t.142-.455v-.365H12.84l-2.456.823q-.188.067-.377-.034T9.75%208.11q-.067-.208.023-.395t.294-.253l2.624-.846h5.617q.34%200%20.774-.211q.434-.21.51-.647l-5.988-1.85l-7.565%202.208z%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-outline-rounded.svg?color=%231a73e8&size=48