Japanese Flag icon

Japanese Flag 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

japanese_flag_outlined_fill0_wght400.svg

Japanese Flag 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=japanese_flag" />

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

Japanese Flag icon in React

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

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

Japanese Flag icon in Vue

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

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

Japanese Flag icon in Angular

With Angular Material and the font from the HTML tab:

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

Japanese Flag 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.japanese_flag, fill: 0, weight: 400)

Japanese Flag icon in Android

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

<!-- res/drawable/japanese_flag.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="M18.475 16.325v-9.025q-1.875 .125-3.662-.287T11.575 5.725q-1.025-.625-2.111-.925T7.25 4.5q-.425 0-.862 .05t-.913 .15v8.975q.425-.05 .888-.087T7.35 13.55q1.475 0 2.95 .4t2.75 1.15q1.275 .75 2.63 1.05 1.355 .3 2.795 .175ZM14.038 12.493q.837-.833 .837-2.038t-.832-2.042q-.832-.838-2.038-.838t-2.042 .832q-.838 .832-.838 2.038t.832 2.042q.833 .838 2.038 .838t2.043-.832ZM4 21v-17.5q1.2-.275 1.913-.387T7.275 3q1.3 0 2.563 .363T12.225 4.4q1.175 .7 2.5 1.063T17.392 5.825q.683 0 1.325-.066 .641-.065 1.283-.109v12.051Q19.35 17.75 18.713 17.825q-.638 .075-1.28 .075-1.308 0-2.57-.35T12.45 16.5q-1.2-.725-2.503-1.087T7.3 15.05q-.425 0-.85 .038t-.95 .137v5.775h-1.5Zm7.975-10.5Z" />
</vector>

Japanese Flag icon in SVG

npm install @material-symbols/svg-400

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

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

Japanese Flag 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

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

Keywords

travelmaproundlanguageidentityworldsuninternationalregioncountryjapangeographicnation

Related icons