round takeout dining icon

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

Name
round-takeout-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 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="M21.29 6.75a.984.984 0 0 0-1.4 0l-.89.88l.03-.56l-3.46-3.48c-.38-.38-.89-.59-1.42-.59h-4.3c-.53 0-1.04.21-1.42.59L4.97 7.07l.03.5l-.89-.87a.98.98 0 0 0-1.39.01l-.02.02a.984.984 0 0 0 .02 1.4L4.66 10h14.69l1.92-1.84c.4-.38.41-1.02.02-1.41m-15.5 11.4c.08 1.04.95 1.85 2 1.85h8.43c1.05 0 1.92-.81 1.99-1.85l.49-6.6H5.3z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundTakeoutDining(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="M21.29 6.75a.984.984 0 0 0-1.4 0l-.89.88l.03-.56l-3.46-3.48c-.38-.38-.89-.59-1.42-.59h-4.3c-.53 0-1.04.21-1.42.59L4.97 7.07l.03.5l-.89-.87a.98.98 0 0 0-1.39.01l-.02.02a.984.984 0 0 0 .02 1.4L4.66 10h14.69l1.92-1.84c.4-.38.41-1.02.02-1.41m-15.5 11.4c.08 1.04.95 1.85 2 1.85h8.43c1.05 0 1.92-.81 1.99-1.85l.49-6.6H5.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.29 6.75a.984.984 0 0 0-1.4 0l-.89.88l.03-.56l-3.46-3.48c-.38-.38-.89-.59-1.42-.59h-4.3c-.53 0-1.04.21-1.42.59L4.97 7.07l.03.5l-.89-.87a.98.98 0 0 0-1.39.01l-.02.02a.984.984 0 0 0 .02 1.4L4.66 10h14.69l1.92-1.84c.4-.38.41-1.02.02-1.41m-15.5 11.4c.08 1.04.95 1.85 2 1.85h8.43c1.05 0 1.92-.81 1.99-1.85l.49-6.6H5.3z"/></svg>
</template>

CSS

.icon-round-takeout-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%22M21.29%206.75a.984.984%200%200%200-1.4%200l-.89.88l.03-.56l-3.46-3.48c-.38-.38-.89-.59-1.42-.59h-4.3c-.53%200-1.04.21-1.42.59L4.97%207.07l.03.5l-.89-.87a.98.98%200%200%200-1.39.01l-.02.02a.984.984%200%200%200%20.02%201.4L4.66%2010h14.69l1.92-1.84c.4-.38.41-1.02.02-1.41m-15.5%2011.4c.08%201.04.95%201.85%202%201.85h8.43c1.05%200%201.92-.81%201.99-1.85l.49-6.6H5.3z%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%22M21.29%206.75a.984.984%200%200%200-1.4%200l-.89.88l.03-.56l-3.46-3.48c-.38-.38-.89-.59-1.42-.59h-4.3c-.53%200-1.04.21-1.42.59L4.97%207.07l.03.5l-.89-.87a.98.98%200%200%200-1.39.01l-.02.02a.984.984%200%200%200%20.02%201.4L4.66%2010h14.69l1.92-1.84c.4-.38.41-1.02.02-1.41m-15.5%2011.4c.08%201.04.95%201.85%202%201.85h8.43c1.05%200%201.92-.81%201.99-1.85l.49-6.6H5.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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