ramen-dining-outline from Material Symbols by Google · Outline · Travel · Apache-2.0 Free for personal and commercial use.

Name
ramen-dining-outline
Set
Material Symbols
Style
Outline
Category
Travel
Viewbox
24×24
License
Apache 2.0
Aliases
ramen-dining-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More travel icons from Material Symbols

Use the ramen dining icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 20h4v-1.1l1.25-.5q1.625-.65 2.763-1.812T19.65 14H4.35q.5 1.425 1.625 2.588T8.75 18.4l1.25.5zm-2 2v-1.75Q5.325 19.2 3.663 17T2 12h2V4l18-2v1.5L10.5 4.8v1.7H22V8H10.5v4H22q0 2.8-1.662 5T16 20.25V22zM8 6.5h1V4.95l-1 .125zm-2.5 0h1V5.25l-1 .1zM8 12h1V8H8zm-2.5 0h1V8h-1zm6.5 2"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRamenDiningOutline(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="M10 20h4v-1.1l1.25-.5q1.625-.65 2.763-1.812T19.65 14H4.35q.5 1.425 1.625 2.588T8.75 18.4l1.25.5zm-2 2v-1.75Q5.325 19.2 3.663 17T2 12h2V4l18-2v1.5L10.5 4.8v1.7H22V8H10.5v4H22q0 2.8-1.662 5T16 20.25V22zM8 6.5h1V4.95l-1 .125zm-2.5 0h1V5.25l-1 .1zM8 12h1V8H8zm-2.5 0h1V8h-1zm6.5 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 20h4v-1.1l1.25-.5q1.625-.65 2.763-1.812T19.65 14H4.35q.5 1.425 1.625 2.588T8.75 18.4l1.25.5zm-2 2v-1.75Q5.325 19.2 3.663 17T2 12h2V4l18-2v1.5L10.5 4.8v1.7H22V8H10.5v4H22q0 2.8-1.662 5T16 20.25V22zM8 6.5h1V4.95l-1 .125zm-2.5 0h1V5.25l-1 .1zM8 12h1V8H8zm-2.5 0h1V8h-1zm6.5 2"/></svg>
</template>

CSS

.icon-ramen-dining-outline {
  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%22M10%2020h4v-1.1l1.25-.5q1.625-.65%202.763-1.812T19.65%2014H4.35q.5%201.425%201.625%202.588T8.75%2018.4l1.25.5zm-2%202v-1.75Q5.325%2019.2%203.663%2017T2%2012h2V4l18-2v1.5L10.5%204.8v1.7H22V8H10.5v4H22q0%202.8-1.662%205T16%2020.25V22zM8%206.5h1V4.95l-1%20.125zm-2.5%200h1V5.25l-1%20.1zM8%2012h1V8H8zm-2.5%200h1V8h-1zm6.5%202%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%22M10%2020h4v-1.1l1.25-.5q1.625-.65%202.763-1.812T19.65%2014H4.35q.5%201.425%201.625%202.588T8.75%2018.4l1.25.5zm-2%202v-1.75Q5.325%2019.2%203.663%2017T2%2012h2V4l18-2v1.5L10.5%204.8v1.7H22V8H10.5v4H22q0%202.8-1.662%205T16%2020.25V22zM8%206.5h1V4.95l-1%20.125zm-2.5%200h1V5.25l-1%20.1zM8%2012h1V8H8zm-2.5%200h1V8h-1zm6.5%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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