Yoshoku icon

Yoshoku is a Google Material Symbol from the Travel 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

yoshoku_outlined_fill0_wght400.svg

Yoshoku 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=yoshoku" />

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

Yoshoku icon in React

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

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

Yoshoku icon in Vue

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

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

Yoshoku icon in Angular

With Angular Material and the font from the HTML tab:

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

Yoshoku 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.yoshoku, fill: 0, weight: 400)

Yoshoku icon in Android

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

<!-- res/drawable/yoshoku.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="M1 12q0-2.275 .863-4.275T4.225 4.225q1.5-1.5 3.5-2.362T12 1q1.475 0 2.813 .375T17.35 2.4q.775-.2 1.688-.3t1.962-.1q0 .95-.075 1.763t-.2 1.537q1.075 1.4 1.675 3.1t.6 3.6q0 2.275-.862 4.275T19.775 19.775q-1.5 1.5-3.5 2.363T12 23q-2.275 0-4.275-.862T4.225 19.775q-1.5-1.5-2.362-3.5T1 12Zm5.65 0q0 .425 .125 .85t.4 .8l2.775 3.9 2.8-3.9q.275-.375 .4-.8t.125-.85q0-.425-.125-.862T12.75 10.35L9.95 6.425 7.175 10.35q-.275 .375-.4 .8t-.125 .85Zm-4.15 0q0 3.95 2.775 6.713T12 21.475q3.95 0 6.725-2.762T21.5 12q0-1.35-.337-2.562T20.175 7.15q-.225 .5-.5 .888T19.05 8.775q-.4 .4-.887 .7T17.075 10q.825 .575 1.325 1.5t.5 2.025q0 1.8-1.262 3.063T14.575 17.85q-.675 0-1.3-.2t-1.15-.55l-.775 1.075q-.225 .35-.587 .525t-.788 .175q-.425 0-.787-.175T8.575 18.175L5.95 14.5q-.4-.575-.6-1.225t-.2-1.3q0-.65 .2-1.287t.6-1.213l2.625-3.675q.25-.35 .613-.525t.787-.175q.425 0 .788 .188T11.35 5.825l1.225 1.7q.225-1.15 .663-2.012T14.325 4q.25-.25 .525-.45t.6-.4q-.8-.325-1.662-.487T12 2.5q-3.95 0-6.725 2.775T2.5 12Zm11.475 2.5-.975 1.375q.35 .225 .75 .363t.825 .137q1.175 0 2-.825t.825-2q0-1.2-.812-2.012T14.6 10.725q.1 .3 .138 .613T14.775 11.975q0 .65-.187 1.3T13.975 14.5Zm5.575-10.975q-1.125 .125-2.225 .438T15.4 5.075q-.675 .675-1.037 1.688T13.85 9.225q1.475-.15 2.475-.512t1.675-1.038q.8-.8 1.113-1.925t.437-2.225ZM8.95 13.9q0-.2 .15-.35l.9-.9-1.125-.925q-.175-.125-.187-.35t.162-.375l1.275-1.275q.125-.15 .338-.15t.362 .15q.125 .15 .125 .35t-.125 .35l-.9 .9 1.125 .925q.175 .125 .175 .35t-.15 .375l-1.275 1.275q-.15 .15-.35 .15t-.35-.15q-.15-.15-.15-.35Z" />
</vector>

Yoshoku icon in SVG

npm install @material-symbols/svg-400

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

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

Yoshoku 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

NameYoshoku
Ligatureyoshoku
Code pointU+F27F
CategoryTravel
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/yoshoku.svg, yoshoku-fill.svg
FlutterSymbols.yoshoku
LicenseApache License 2.0 (© Google LLC)

Keywords

travelfoodrestaurantdiningmealkitcheneatingdinnertwocuisinecutleryangledparallel

Related icons