japanese flag icon
japanese-flag-rounded from Material Symbols by Google · Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- japanese-flag-rounded
- Set
- Material Symbols
- Style
- 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="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-.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.025"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsJapaneseFlagRounded(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-.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.025"/></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-.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.025"/></svg> </template>
CSS
.icon-japanese-flag-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%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-.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.025%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-.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.025%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-rounded.svg?color=%231a73e8&size=48