Yakitori icon

Yakitori is a Google Material Symbol from the Maps category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

yakitori_outlined_fill0_wght400.svg

Yakitori icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=yakitori" />

<span class="material-symbols-outlined">yakitori</span>

Yakitori icon in React

// With the font from the HTML tab:
export function YakitoriIcon() {
  return (
    <span className="material-symbols-outlined">
      yakitori
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import YakitoriIcon from "@material-symbols/svg-400/outlined/yakitori.svg?react";

Yakitori icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">yakitori</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import YakitoriIcon from "@material-symbols/svg-400/outlined/yakitori.svg?component"; -->

Yakitori icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">yakitori</mat-icon>

Yakitori icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.yakitori, fill: 0, weight: 400)

Yakitori icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/yakitori.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M21.45 22.5 16.95 18 14.325 20.625q-.434 .425-1.067 .425T12.2 20.625l-1.875-1.875q-.425-.434-.425-1.067T10.325 16.625l.425-.425-1.875-1.875-.425 .425q-.434 .425-1.067 .425T6.325 14.75l-1.875-1.875q-.425-.434-.425-1.067T4.45 10.75l.425-.425-1.875-1.875q-.425-.434-.425-1.067T3 6.325l1.15-1.15L1.5 2.55l1.075-1.05 2.625 2.65 1.15-1.15q.43-.425 1.065-.425Q8.05 2.575 8.475 3l1.875 1.875 .425-.4q.428-.425 1.052-.425T12.875 4.475l1.9 1.875q.425 .43 .425 1.065Q15.2 8.05 14.775 8.475l-.425 .4 1.875 1.875 .425-.4q.435-.425 1.067-.425T18.775 10.35l1.875 1.875q.425 .43 .425 1.065Q21.075 13.925 20.65 14.35L18.025 16.95l4.475 4.5-1.05 1.05ZM13.275 19.575l6.325-6.3-1.9-1.875-6.3 6.3 1.875 1.875Zm-1.45-4.425 3.35-3.35-1.9-1.875-3.35 3.35 1.9 1.875Zm-4.425-1.475 6.3-6.275-1.875-1.875-6.3 6.275 1.875 1.875Zm-1.475-4.4 3.375-3.35-1.9-1.875-3.35 3.35 1.875 1.875Zm9.575 6.2ZM12.55 12.525ZM9.625 9.6ZM6.675 6.65Z" />
</vector>

Yakitori icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/yakitori.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/yakitori.svg" width="24" height="24" alt="Yakitori">

Yakitori icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameYakitori
Ligatureyakitori
Code pointU+EF31
CategoryMaps
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/yakitori.svg, yakitori-fill.svg
FlutterSymbols.yakitori
LicenseApache License 2.0 (© Google LLC)

Keywords

mapsmenufoodrestaurantdiningmealcookingsharpeatingdinnerlunchcuisinepointed

Related icons