japanese flag icon
japanese-flag-outline-rounded from Material Symbols by Google · Outline Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- japanese-flag-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More travel icons from Material Symbols
airline-seat-flatairline-seat-flat-angledairline-seat-individual-suiteairline-seat-legroom-extraairline-seat-legroom-normalairline-seat-legroom-reducedairline-seat-recline-extraairline-seat-recline-normalairplane-ticketapartmentattractionsbakery-diningbath-bedrockbeach-accessbeer-mealbentobreakfast-diningbrunch-diningbungalowcabincar-rentalcar-repaircarpentercarry-on-bag
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="M18 15.975V7.8q-1.75.125-3.45-.287t-3.175-1.288q-1.025-.6-2.013-.9t-2.012-.3q-.35 0-.687.038T6 5.15v8.2q.375-.05.713-.062t.687-.013q1.55 0 3.038.4t2.737 1.15q1.15.675 2.35.975t2.475.175m-4.225-3.65q.725-.725.725-1.775t-.725-1.775T12 8.05t-1.775.725T9.5 10.55t.725 1.775T12 13.05t1.775-.725m-1.425 4.3q-1.125-.675-2.363-1.025t-2.512-.35q-.35 0-.7.038T6 15.375V20q0 .425-.288.713T5 21t-.712-.288T4 20V4.4q0-.375.238-.675t.612-.375q.65-.125 1.288-.237T7.45 3q1.225 0 2.45.363T12.275 4.4q1.175.7 2.438 1.063t2.587.362q.425 0 .813-.025t.812-.075t.75.25T20 6.7v10.175q0 .4-.262.688t-.663.337q-.45.05-.9.075T17.3 18q-1.325 0-2.575-.35t-2.375-1.025m-.35-6.05"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsJapaneseFlagOutlineRounded(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="M18 15.975V7.8q-1.75.125-3.45-.287t-3.175-1.288q-1.025-.6-2.013-.9t-2.012-.3q-.35 0-.687.038T6 5.15v8.2q.375-.05.713-.062t.687-.013q1.55 0 3.038.4t2.737 1.15q1.15.675 2.35.975t2.475.175m-4.225-3.65q.725-.725.725-1.775t-.725-1.775T12 8.05t-1.775.725T9.5 10.55t.725 1.775T12 13.05t1.775-.725m-1.425 4.3q-1.125-.675-2.363-1.025t-2.512-.35q-.35 0-.7.038T6 15.375V20q0 .425-.288.713T5 21t-.712-.288T4 20V4.4q0-.375.238-.675t.612-.375q.65-.125 1.288-.237T7.45 3q1.225 0 2.45.363T12.275 4.4q1.175.7 2.438 1.063t2.587.362q.425 0 .813-.025t.812-.075t.75.25T20 6.7v10.175q0 .4-.262.688t-.663.337q-.45.05-.9.075T17.3 18q-1.325 0-2.575-.35t-2.375-1.025m-.35-6.05"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 15.975V7.8q-1.75.125-3.45-.287t-3.175-1.288q-1.025-.6-2.013-.9t-2.012-.3q-.35 0-.687.038T6 5.15v8.2q.375-.05.713-.062t.687-.013q1.55 0 3.038.4t2.737 1.15q1.15.675 2.35.975t2.475.175m-4.225-3.65q.725-.725.725-1.775t-.725-1.775T12 8.05t-1.775.725T9.5 10.55t.725 1.775T12 13.05t1.775-.725m-1.425 4.3q-1.125-.675-2.363-1.025t-2.512-.35q-.35 0-.7.038T6 15.375V20q0 .425-.288.713T5 21t-.712-.288T4 20V4.4q0-.375.238-.675t.612-.375q.65-.125 1.288-.237T7.45 3q1.225 0 2.45.363T12.275 4.4q1.175.7 2.438 1.063t2.587.362q.425 0 .813-.025t.812-.075t.75.25T20 6.7v10.175q0 .4-.262.688t-.663.337q-.45.05-.9.075T17.3 18q-1.325 0-2.575-.35t-2.375-1.025m-.35-6.05"/></svg> </template>
CSS
.icon-japanese-flag-outline-rounded {
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%22M18%2015.975V7.8q-1.75.125-3.45-.287t-3.175-1.288q-1.025-.6-2.013-.9t-2.012-.3q-.35%200-.687.038T6%205.15v8.2q.375-.05.713-.062t.687-.013q1.55%200%203.038.4t2.737%201.15q1.15.675%202.35.975t2.475.175m-4.225-3.65q.725-.725.725-1.775t-.725-1.775T12%208.05t-1.775.725T9.5%2010.55t.725%201.775T12%2013.05t1.775-.725m-1.425%204.3q-1.125-.675-2.363-1.025t-2.512-.35q-.35%200-.7.038T6%2015.375V20q0%20.425-.288.713T5%2021t-.712-.288T4%2020V4.4q0-.375.238-.675t.612-.375q.65-.125%201.288-.237T7.45%203q1.225%200%202.45.363T12.275%204.4q1.175.7%202.438%201.063t2.587.362q.425%200%20.813-.025t.812-.075t.75.25T20%206.7v10.175q0%20.4-.262.688t-.663.337q-.45.05-.9.075T17.3%2018q-1.325%200-2.575-.35t-2.375-1.025m-.35-6.05%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%22M18%2015.975V7.8q-1.75.125-3.45-.287t-3.175-1.288q-1.025-.6-2.013-.9t-2.012-.3q-.35%200-.687.038T6%205.15v8.2q.375-.05.713-.062t.687-.013q1.55%200%203.038.4t2.737%201.15q1.15.675%202.35.975t2.475.175m-4.225-3.65q.725-.725.725-1.775t-.725-1.775T12%208.05t-1.775.725T9.5%2010.55t.725%201.775T12%2013.05t1.775-.725m-1.425%204.3q-1.125-.675-2.363-1.025t-2.512-.35q-.35%200-.7.038T6%2015.375V20q0%20.425-.288.713T5%2021t-.712-.288T4%2020V4.4q0-.375.238-.675t.612-.375q.65-.125%201.288-.237T7.45%203q1.225%200%202.45.363T12.275%204.4q1.175.7%202.438%201.063t2.587.362q.425%200%20.813-.025t.812-.075t.75.25T20%206.7v10.175q0%20.4-.262.688t-.663.337q-.45.05-.9.075T17.3%2018q-1.325%200-2.575-.35t-2.375-1.025m-.35-6.05%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-outline-rounded.svg?color=%231a73e8&size=48