round local dining icon

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

Name
round-local-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 local dining icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.1 13.34l2.83-2.83l-6.19-6.18c-.48-.48-1.31-.35-1.61.27c-.71 1.49-.45 3.32.78 4.56zm6.78-1.81c1.53.71 3.68.21 5.27-1.38c1.91-1.91 2.28-4.65.81-6.12c-1.46-1.46-4.2-1.1-6.12.81c-1.59 1.59-2.09 3.74-1.38 5.27l-9.05 9.05a.996.996 0 1 0 1.41 1.41L12 14.41l6.18 6.18a.996.996 0 1 0 1.41-1.41L13.41 13z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundLocalDining(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="m8.1 13.34l2.83-2.83l-6.19-6.18c-.48-.48-1.31-.35-1.61.27c-.71 1.49-.45 3.32.78 4.56zm6.78-1.81c1.53.71 3.68.21 5.27-1.38c1.91-1.91 2.28-4.65.81-6.12c-1.46-1.46-4.2-1.1-6.12.81c-1.59 1.59-2.09 3.74-1.38 5.27l-9.05 9.05a.996.996 0 1 0 1.41 1.41L12 14.41l6.18 6.18a.996.996 0 1 0 1.41-1.41L13.41 13z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.1 13.34l2.83-2.83l-6.19-6.18c-.48-.48-1.31-.35-1.61.27c-.71 1.49-.45 3.32.78 4.56zm6.78-1.81c1.53.71 3.68.21 5.27-1.38c1.91-1.91 2.28-4.65.81-6.12c-1.46-1.46-4.2-1.1-6.12.81c-1.59 1.59-2.09 3.74-1.38 5.27l-9.05 9.05a.996.996 0 1 0 1.41 1.41L12 14.41l6.18 6.18a.996.996 0 1 0 1.41-1.41L13.41 13z"/></svg>
</template>

CSS

.icon-round-local-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%22m8.1%2013.34l2.83-2.83l-6.19-6.18c-.48-.48-1.31-.35-1.61.27c-.71%201.49-.45%203.32.78%204.56zm6.78-1.81c1.53.71%203.68.21%205.27-1.38c1.91-1.91%202.28-4.65.81-6.12c-1.46-1.46-4.2-1.1-6.12.81c-1.59%201.59-2.09%203.74-1.38%205.27l-9.05%209.05a.996.996%200%201%200%201.41%201.41L12%2014.41l6.18%206.18a.996.996%200%201%200%201.41-1.41L13.41%2013z%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%22m8.1%2013.34l2.83-2.83l-6.19-6.18c-.48-.48-1.31-.35-1.61.27c-.71%201.49-.45%203.32.78%204.56zm6.78-1.81c1.53.71%203.68.21%205.27-1.38c1.91-1.91%202.28-4.65.81-6.12c-1.46-1.46-4.2-1.1-6.12.81c-1.59%201.59-2.09%203.74-1.38%205.27l-9.05%209.05a.996.996%200%201%200%201.41%201.41L12%2014.41l6.18%206.18a.996.996%200%201%200%201.41-1.41L13.41%2013z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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