japanese flag icon

japanese-flag from Material Symbols by Google · Regular · Travel · Apache-2.0 Free for personal and commercial use.

Name
japanese-flag
Set
Material Symbols
Style
Regular
Category
Travel
Viewbox
24×24
License
Apache 2.0
Aliases
japanese-flag-sharp

3 other variants in Material Symbols

The same icon in other sets

More travel icons from Material Symbols

Use the japanese flag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.775 12.325q.725-.725.725-1.775t-.725-1.775T12 8.05t-1.775.725T9.5 10.55t.725 1.775T12 13.05t1.775-.725M4 21V3.525q.85-.2 1.7-.363T7.45 3q1.225 0 2.45.362T12.275 4.4q1.175.7 2.438 1.062t2.587.363q.675 0 1.35-.075T20 5.625V17.8q-.675.05-1.362.125T17.3 18q-1.325 0-2.575-.35t-2.375-1.025T9.988 15.6t-2.513-.35q-.35 0-.7.038T6 15.375V21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsJapaneseFlag(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="M13.775 12.325q.725-.725.725-1.775t-.725-1.775T12 8.05t-1.775.725T9.5 10.55t.725 1.775T12 13.05t1.775-.725M4 21V3.525q.85-.2 1.7-.363T7.45 3q1.225 0 2.45.362T12.275 4.4q1.175.7 2.438 1.062t2.587.363q.675 0 1.35-.075T20 5.625V17.8q-.675.05-1.362.125T17.3 18q-1.325 0-2.575-.35t-2.375-1.025T9.988 15.6t-2.513-.35q-.35 0-.7.038T6 15.375V21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.775 12.325q.725-.725.725-1.775t-.725-1.775T12 8.05t-1.775.725T9.5 10.55t.725 1.775T12 13.05t1.775-.725M4 21V3.525q.85-.2 1.7-.363T7.45 3q1.225 0 2.45.362T12.275 4.4q1.175.7 2.438 1.062t2.587.363q.675 0 1.35-.075T20 5.625V17.8q-.675.05-1.362.125T17.3 18q-1.325 0-2.575-.35t-2.375-1.025T9.988 15.6t-2.513-.35q-.35 0-.7.038T6 15.375V21z"/></svg>
</template>

CSS

.icon-japanese-flag {
  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%22M13.775%2012.325q.725-.725.725-1.775t-.725-1.775T12%208.05t-1.775.725T9.5%2010.55t.725%201.775T12%2013.05t1.775-.725M4%2021V3.525q.85-.2%201.7-.363T7.45%203q1.225%200%202.45.362T12.275%204.4q1.175.7%202.438%201.062t2.587.363q.675%200%201.35-.075T20%205.625V17.8q-.675.05-1.362.125T17.3%2018q-1.325%200-2.575-.35t-2.375-1.025T9.988%2015.6t-2.513-.35q-.35%200-.7.038T6%2015.375V21z%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%22M13.775%2012.325q.725-.725.725-1.775t-.725-1.775T12%208.05t-1.775.725T9.5%2010.55t.725%201.775T12%2013.05t1.775-.725M4%2021V3.525q.85-.2%201.7-.363T7.45%203q1.225%200%202.45.362T12.275%204.4q1.175.7%202.438%201.062t2.587.363q.675%200%201.35-.075T20%205.625V17.8q-.675.05-1.362.125T17.3%2018q-1.325%200-2.575-.35t-2.375-1.025T9.988%2015.6t-2.513-.35q-.35%200-.7.038T6%2015.375V21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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