waiters icon
waiters from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- waiters
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the waiters icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16.5 21v-5.5c0-.465 0-.697-.038-.89a2 2 0 0 0-1.572-1.572C14.697 13 14 13 14 13c-.5 5-4.5 6-4.5 6s-4-1-4.5-6c0 0-.697 0-.89.038a2 2 0 0 0-1.572 1.572c-.038.193-.038.425-.038.89V21"/><path d="m9.5 13.5l2-1v2zm0 0l-2-1v2zm3-6.562v-.875C12.5 4.37 11.157 3 9.5 3s-3 1.371-3 3.063v.875C6.5 8.628 7.843 10 9.5 10s3-1.371 3-3.062M21.5 21v-5.5c0-.465 0-.697-.038-.89a2 2 0 0 0-1.572-1.572C19.697 13 19.465 13 19 13m-4.5-9.826a3 3 0 0 1 1-.174c1.657 0 3 1.371 3 3.063v.875c0 1.69-1.343 3.062-3 3.062a3 3 0 0 1-1-.174"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsWaiters(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M16.5 21v-5.5c0-.465 0-.697-.038-.89a2 2 0 0 0-1.572-1.572C14.697 13 14 13 14 13c-.5 5-4.5 6-4.5 6s-4-1-4.5-6c0 0-.697 0-.89.038a2 2 0 0 0-1.572 1.572c-.038.193-.038.425-.038.89V21"/><path d="m9.5 13.5l2-1v2zm0 0l-2-1v2zm3-6.562v-.875C12.5 4.37 11.157 3 9.5 3s-3 1.371-3 3.063v.875C6.5 8.628 7.843 10 9.5 10s3-1.371 3-3.062M21.5 21v-5.5c0-.465 0-.697-.038-.89a2 2 0 0 0-1.572-1.572C19.697 13 19.465 13 19 13m-4.5-9.826a3 3 0 0 1 1-.174c1.657 0 3 1.371 3 3.063v.875c0 1.69-1.343 3.062-3 3.062a3 3 0 0 1-1-.174"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16.5 21v-5.5c0-.465 0-.697-.038-.89a2 2 0 0 0-1.572-1.572C14.697 13 14 13 14 13c-.5 5-4.5 6-4.5 6s-4-1-4.5-6c0 0-.697 0-.89.038a2 2 0 0 0-1.572 1.572c-.038.193-.038.425-.038.89V21"/><path d="m9.5 13.5l2-1v2zm0 0l-2-1v2zm3-6.562v-.875C12.5 4.37 11.157 3 9.5 3s-3 1.371-3 3.063v.875C6.5 8.628 7.843 10 9.5 10s3-1.371 3-3.062M21.5 21v-5.5c0-.465 0-.697-.038-.89a2 2 0 0 0-1.572-1.572C19.697 13 19.465 13 19 13m-4.5-9.826a3 3 0 0 1 1-.174c1.657 0 3 1.371 3 3.063v.875c0 1.69-1.343 3.062-3 3.062a3 3 0 0 1-1-.174"/></g></svg> </template>
CSS
.icon-waiters {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.5%2021v-5.5c0-.465%200-.697-.038-.89a2%202%200%200%200-1.572-1.572C14.697%2013%2014%2013%2014%2013c-.5%205-4.5%206-4.5%206s-4-1-4.5-6c0%200-.697%200-.89.038a2%202%200%200%200-1.572%201.572c-.038.193-.038.425-.038.89V21%22%2F%3E%3Cpath%20d%3D%22m9.5%2013.5l2-1v2zm0%200l-2-1v2zm3-6.562v-.875C12.5%204.37%2011.157%203%209.5%203s-3%201.371-3%203.063v.875C6.5%208.628%207.843%2010%209.5%2010s3-1.371%203-3.062M21.5%2021v-5.5c0-.465%200-.697-.038-.89a2%202%200%200%200-1.572-1.572C19.697%2013%2019.465%2013%2019%2013m-4.5-9.826a3%203%200%200%201%201-.174c1.657%200%203%201.371%203%203.063v.875c0%201.69-1.343%203.062-3%203.062a3%203%200%200%201-1-.174%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.5%2021v-5.5c0-.465%200-.697-.038-.89a2%202%200%200%200-1.572-1.572C14.697%2013%2014%2013%2014%2013c-.5%205-4.5%206-4.5%206s-4-1-4.5-6c0%200-.697%200-.89.038a2%202%200%200%200-1.572%201.572c-.038.193-.038.425-.038.89V21%22%2F%3E%3Cpath%20d%3D%22m9.5%2013.5l2-1v2zm0%200l-2-1v2zm3-6.562v-.875C12.5%204.37%2011.157%203%209.5%203s-3%201.371-3%203.063v.875C6.5%208.628%207.843%2010%209.5%2010s3-1.371%203-3.062M21.5%2021v-5.5c0-.465%200-.697-.038-.89a2%202%200%200%200-1.572-1.572C19.697%2013%2019.465%2013%2019%2013m-4.5-9.826a3%203%200%200%201%201-.174c1.657%200%203%201.371%203%203.063v.875c0%201.69-1.343%203.062-3%203.062a3%203%200%200%201-1-.174%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/waiters.svg?color=%231a73e8&size=48