takeout dining icon

takeout-dining-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
takeout-dining-rounded
Set
Material Symbols
Style
Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the takeout dining icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.625 10L2.7 8.15q-.3-.275-.288-.7t.288-.7t.7-.275t.7.275l.95.95v-.2q.05-.325.188-.6t.362-.5l2.825-2.825q.275-.275.638-.425T9.825 3h4.35q.4 0 .763.15t.637.425L18.4 6.4q.225.225.363.513t.187.612V7.7l.95-.95q.275-.275.7-.275t.7.275q.3.3.287.713t-.312.687l-1.9 1.85zM16.2 20H7.8q-.8 0-1.375-.525T5.8 18.15l-.5-6.6h13.4l-.5 6.6q-.05.8-.625 1.325T16.2 20"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTakeoutDiningRounded(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="M4.625 10L2.7 8.15q-.3-.275-.288-.7t.288-.7t.7-.275t.7.275l.95.95v-.2q.05-.325.188-.6t.362-.5l2.825-2.825q.275-.275.638-.425T9.825 3h4.35q.4 0 .763.15t.637.425L18.4 6.4q.225.225.363.513t.187.612V7.7l.95-.95q.275-.275.7-.275t.7.275q.3.3.287.713t-.312.687l-1.9 1.85zM16.2 20H7.8q-.8 0-1.375-.525T5.8 18.15l-.5-6.6h13.4l-.5 6.6q-.05.8-.625 1.325T16.2 20"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.625 10L2.7 8.15q-.3-.275-.288-.7t.288-.7t.7-.275t.7.275l.95.95v-.2q.05-.325.188-.6t.362-.5l2.825-2.825q.275-.275.638-.425T9.825 3h4.35q.4 0 .763.15t.637.425L18.4 6.4q.225.225.363.513t.187.612V7.7l.95-.95q.275-.275.7-.275t.7.275q.3.3.287.713t-.312.687l-1.9 1.85zM16.2 20H7.8q-.8 0-1.375-.525T5.8 18.15l-.5-6.6h13.4l-.5 6.6q-.05.8-.625 1.325T16.2 20"/></svg>
</template>

CSS

.icon-takeout-dining-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%22M4.625%2010L2.7%208.15q-.3-.275-.288-.7t.288-.7t.7-.275t.7.275l.95.95v-.2q.05-.325.188-.6t.362-.5l2.825-2.825q.275-.275.638-.425T9.825%203h4.35q.4%200%20.763.15t.637.425L18.4%206.4q.225.225.363.513t.187.612V7.7l.95-.95q.275-.275.7-.275t.7.275q.3.3.287.713t-.312.687l-1.9%201.85zM16.2%2020H7.8q-.8%200-1.375-.525T5.8%2018.15l-.5-6.6h13.4l-.5%206.6q-.05.8-.625%201.325T16.2%2020%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%22M4.625%2010L2.7%208.15q-.3-.275-.288-.7t.288-.7t.7-.275t.7.275l.95.95v-.2q.05-.325.188-.6t.362-.5l2.825-2.825q.275-.275.638-.425T9.825%203h4.35q.4%200%20.763.15t.637.425L18.4%206.4q.225.225.363.513t.187.612V7.7l.95-.95q.275-.275.7-.275t.7.275q.3.3.287.713t-.312.687l-1.9%201.85zM16.2%2020H7.8q-.8%200-1.375-.525T5.8%2018.15l-.5-6.6h13.4l-.5%206.6q-.05.8-.625%201.325T16.2%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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