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

Name
outline-dining
Set
Google Material Icons
Style
Baseline
Category
Search
Viewbox
24×24
License
Apache 2.0

More search icons from Google Material Icons

Use the outline dining icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.75 6c-1.37 0-2.5 1.52-2.5 3.4c0 1.48.7 2.71 1.67 3.18l.08.04V19h1.5v-6.38l.08-.03c.97-.47 1.67-1.7 1.67-3.18c0-1.88-1.12-3.41-2.5-3.41M10.5 6c-.27 0-.5.22-.5.5V9h-.75V6.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5V9H7.5V6.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5v3.8c0 .93.64 1.71 1.5 1.93V19h1.5v-6.77c.86-.22 1.5-1 1.5-1.93V6.5c0-.28-.22-.5-.5-.5M20 4H4v16h16zm0-2c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineDining(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="M14.75 6c-1.37 0-2.5 1.52-2.5 3.4c0 1.48.7 2.71 1.67 3.18l.08.04V19h1.5v-6.38l.08-.03c.97-.47 1.67-1.7 1.67-3.18c0-1.88-1.12-3.41-2.5-3.41M10.5 6c-.27 0-.5.22-.5.5V9h-.75V6.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5V9H7.5V6.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5v3.8c0 .93.64 1.71 1.5 1.93V19h1.5v-6.77c.86-.22 1.5-1 1.5-1.93V6.5c0-.28-.22-.5-.5-.5M20 4H4v16h16zm0-2c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.75 6c-1.37 0-2.5 1.52-2.5 3.4c0 1.48.7 2.71 1.67 3.18l.08.04V19h1.5v-6.38l.08-.03c.97-.47 1.67-1.7 1.67-3.18c0-1.88-1.12-3.41-2.5-3.41M10.5 6c-.27 0-.5.22-.5.5V9h-.75V6.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5V9H7.5V6.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5v3.8c0 .93.64 1.71 1.5 1.93V19h1.5v-6.77c.86-.22 1.5-1 1.5-1.93V6.5c0-.28-.22-.5-.5-.5M20 4H4v16h16zm0-2c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z"/></svg>
</template>

CSS

.icon-outline-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%22M14.75%206c-1.37%200-2.5%201.52-2.5%203.4c0%201.48.7%202.71%201.67%203.18l.08.04V19h1.5v-6.38l.08-.03c.97-.47%201.67-1.7%201.67-3.18c0-1.88-1.12-3.41-2.5-3.41M10.5%206c-.27%200-.5.22-.5.5V9h-.75V6.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5V9H7.5V6.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5v3.8c0%20.93.64%201.71%201.5%201.93V19h1.5v-6.77c.86-.22%201.5-1%201.5-1.93V6.5c0-.28-.22-.5-.5-.5M20%204H4v16h16zm0-2c1.1%200%202%20.9%202%202v16c0%201.1-.9%202-2%202H4c-1.1%200-2-.9-2-2V4c0-1.1.9-2%202-2z%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%22M14.75%206c-1.37%200-2.5%201.52-2.5%203.4c0%201.48.7%202.71%201.67%203.18l.08.04V19h1.5v-6.38l.08-.03c.97-.47%201.67-1.7%201.67-3.18c0-1.88-1.12-3.41-2.5-3.41M10.5%206c-.27%200-.5.22-.5.5V9h-.75V6.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5V9H7.5V6.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5v3.8c0%20.93.64%201.71%201.5%201.93V19h1.5v-6.77c.86-.22%201.5-1%201.5-1.93V6.5c0-.28-.22-.5-.5-.5M20%204H4v16h16zm0-2c1.1%200%202%20.9%202%202v16c0%201.1-.9%202-2%202H4c-1.1%200-2-.9-2-2V4c0-1.1.9-2%202-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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