round lunch dining icon

round-lunch-dining from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
round-lunch-dining
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the round lunch dining icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.37 14.28c.79-.29 1.17-.78 1.99-.78c1.19 0 1.42 1 3.33 1c1.95 0 2.09-1 3.33-1c1.19 0 1.42 1 3.33 1c1.95 0 2.09-1 3.33-1c.81 0 1.17.46 1.93.76c.67.26 1.39-.25 1.39-.96c0-.43-.28-.81-.69-.96c-.97-.35-1.22-.83-2.65-.83c-1.95 0-2.09 1-3.33 1c-1.19 0-1.42-1-3.33-1c-1.95 0-2.09 1-3.33 1c-1.19 0-1.42-1-3.33-1c-1.55 0-1.96.63-2.68.89c-.39.14-.65.52-.65.94c0 .69.7 1.18 1.36.94M2 19c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-1c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2zM22 9c.02-4-4.28-6-10-6C6.29 3 2 5 2 9c0 .55.45 1 1 1h18c.55 0 1-.45 1-1"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundLunchDining(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="M3.37 14.28c.79-.29 1.17-.78 1.99-.78c1.19 0 1.42 1 3.33 1c1.95 0 2.09-1 3.33-1c1.19 0 1.42 1 3.33 1c1.95 0 2.09-1 3.33-1c.81 0 1.17.46 1.93.76c.67.26 1.39-.25 1.39-.96c0-.43-.28-.81-.69-.96c-.97-.35-1.22-.83-2.65-.83c-1.95 0-2.09 1-3.33 1c-1.19 0-1.42-1-3.33-1c-1.95 0-2.09 1-3.33 1c-1.19 0-1.42-1-3.33-1c-1.55 0-1.96.63-2.68.89c-.39.14-.65.52-.65.94c0 .69.7 1.18 1.36.94M2 19c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-1c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2zM22 9c.02-4-4.28-6-10-6C6.29 3 2 5 2 9c0 .55.45 1 1 1h18c.55 0 1-.45 1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.37 14.28c.79-.29 1.17-.78 1.99-.78c1.19 0 1.42 1 3.33 1c1.95 0 2.09-1 3.33-1c1.19 0 1.42 1 3.33 1c1.95 0 2.09-1 3.33-1c.81 0 1.17.46 1.93.76c.67.26 1.39-.25 1.39-.96c0-.43-.28-.81-.69-.96c-.97-.35-1.22-.83-2.65-.83c-1.95 0-2.09 1-3.33 1c-1.19 0-1.42-1-3.33-1c-1.95 0-2.09 1-3.33 1c-1.19 0-1.42-1-3.33-1c-1.55 0-1.96.63-2.68.89c-.39.14-.65.52-.65.94c0 .69.7 1.18 1.36.94M2 19c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-1c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2zM22 9c.02-4-4.28-6-10-6C6.29 3 2 5 2 9c0 .55.45 1 1 1h18c.55 0 1-.45 1-1"/></svg>
</template>

CSS

.icon-round-lunch-dining {
  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%22M3.37%2014.28c.79-.29%201.17-.78%201.99-.78c1.19%200%201.42%201%203.33%201c1.95%200%202.09-1%203.33-1c1.19%200%201.42%201%203.33%201c1.95%200%202.09-1%203.33-1c.81%200%201.17.46%201.93.76c.67.26%201.39-.25%201.39-.96c0-.43-.28-.81-.69-.96c-.97-.35-1.22-.83-2.65-.83c-1.95%200-2.09%201-3.33%201c-1.19%200-1.42-1-3.33-1c-1.95%200-2.09%201-3.33%201c-1.19%200-1.42-1-3.33-1c-1.55%200-1.96.63-2.68.89c-.39.14-.65.52-.65.94c0%20.69.7%201.18%201.36.94M2%2019c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2v-1c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202zM22%209c.02-4-4.28-6-10-6C6.29%203%202%205%202%209c0%20.55.45%201%201%201h18c.55%200%201-.45%201-1%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%22M3.37%2014.28c.79-.29%201.17-.78%201.99-.78c1.19%200%201.42%201%203.33%201c1.95%200%202.09-1%203.33-1c1.19%200%201.42%201%203.33%201c1.95%200%202.09-1%203.33-1c.81%200%201.17.46%201.93.76c.67.26%201.39-.25%201.39-.96c0-.43-.28-.81-.69-.96c-.97-.35-1.22-.83-2.65-.83c-1.95%200-2.09%201-3.33%201c-1.19%200-1.42-1-3.33-1c-1.95%200-2.09%201-3.33%201c-1.19%200-1.42-1-3.33-1c-1.55%200-1.96.63-2.68.89c-.39.14-.65.52-.65.94c0%20.69.7%201.18%201.36.94M2%2019c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2v-1c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202zM22%209c.02-4-4.28-6-10-6C6.29%203%202%205%202%209c0%20.55.45%201%201%201h18c.55%200%201-.45%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-lunch-dining.svg?color=%231a73e8&size=48