flag marshall islands emoji
flag-marshall-islands from OpenMoji by OpenMoji · Default · Flags · CC-BY-SA-4.0 Attribution required.
- Name
- flag-marshall-islands
- Set
- OpenMoji
- Style
- Default
- Category
- Flags
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More flags icons from OpenMoji
black-flagchequered-flagcrossed-flagsflag-afghanistanflag-aland-islandsflag-albaniaflag-algeriaflag-american-samoaflag-andorraflag-angolaflag-anguillaflag-antarcticaflag-antigua-and-barbudaflag-argentinaflag-armeniaflag-arubaflag-ascension-islandflag-australiaflag-austriaflag-azerbaijanflag-bahamasflag-bahrainflag-bangladeshflag-barbados
Use the flag marshall islands emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#1e50a0" d="M5 17h62v38H5z"/><path fill="#f1b31c" d="M67 24v-6L6 53v1z"/><path fill="#fff" d="M67 30v-6L6 54v1z"/><path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" d="m16.725 26.966l1.127-3.186l-.771 3.279l1.962-2.802l-1.643 2.979l2.662-2.226l-2.403 2.475l3.181-1.5l-2.999 1.804l3.483-.671l-3.391 1.009l5.186.188l-5.189.161l3.372 1.065l-3.471-.728l2.966 1.852l-3.153-1.552l2.357 2.515l-2.621-2.27l1.588 3.006l-1.909-2.834l.71 3.291l-1.068-3.204l-.19 5.673l-.18-5.676l-1.127 3.186l.771-3.279l-1.961 2.802l1.643-2.979l-2.662 2.226l2.403-2.475l-3.181 1.5l2.999-1.804l-3.484.671l3.391-1.009l-6.004-.18l6.008-.169l-3.372-1.065l3.47.729l-2.965-1.853l3.153 1.552l-2.357-2.515l2.621 2.27l-1.588-3.005l1.909 2.833l-.71-3.291l1.068 3.204l.19-5.673z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 17h62v38H5z"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiFlagMarshallIslands(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#1e50a0" d="M5 17h62v38H5z"/><path fill="#f1b31c" d="M67 24v-6L6 53v1z"/><path fill="#fff" d="M67 30v-6L6 54v1z"/><path fill="#fff" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" d="m16.725 26.966l1.127-3.186l-.771 3.279l1.962-2.802l-1.643 2.979l2.662-2.226l-2.403 2.475l3.181-1.5l-2.999 1.804l3.483-.671l-3.391 1.009l5.186.188l-5.189.161l3.372 1.065l-3.471-.728l2.966 1.852l-3.153-1.552l2.357 2.515l-2.621-2.27l1.588 3.006l-1.909-2.834l.71 3.291l-1.068-3.204l-.19 5.673l-.18-5.676l-1.127 3.186l.771-3.279l-1.961 2.802l1.643-2.979l-2.662 2.226l2.403-2.475l-3.181 1.5l2.999-1.804l-3.484.671l3.391-1.009l-6.004-.18l6.008-.169l-3.372-1.065l3.47.729l-2.965-1.853l3.153 1.552l-2.357-2.515l2.621 2.27l-1.588-3.005l1.909 2.833l-.71-3.291l1.068 3.204l.19-5.673z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M5 17h62v38H5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#1e50a0" d="M5 17h62v38H5z"/><path fill="#f1b31c" d="M67 24v-6L6 53v1z"/><path fill="#fff" d="M67 30v-6L6 54v1z"/><path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" d="m16.725 26.966l1.127-3.186l-.771 3.279l1.962-2.802l-1.643 2.979l2.662-2.226l-2.403 2.475l3.181-1.5l-2.999 1.804l3.483-.671l-3.391 1.009l5.186.188l-5.189.161l3.372 1.065l-3.471-.728l2.966 1.852l-3.153-1.552l2.357 2.515l-2.621-2.27l1.588 3.006l-1.909-2.834l.71 3.291l-1.068-3.204l-.19 5.673l-.18-5.676l-1.127 3.186l.771-3.279l-1.961 2.802l1.643-2.979l-2.662 2.226l2.403-2.475l-3.181 1.5l2.999-1.804l-3.484.671l3.391-1.009l-6.004-.18l6.008-.169l-3.372-1.065l3.47.729l-2.965-1.853l3.153 1.552l-2.357-2.515l2.621 2.27l-1.588-3.005l1.909 2.833l-.71-3.291l1.068 3.204l.19-5.673z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 17h62v38H5z"/></svg> </template>
CSS
.icon-flag-marshall-islands {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%231e50a0%22%20d%3D%22M5%2017h62v38H5z%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M67%2024v-6L6%2053v1z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M67%2030v-6L6%2054v1z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m16.725%2026.966l1.127-3.186l-.771%203.279l1.962-2.802l-1.643%202.979l2.662-2.226l-2.403%202.475l3.181-1.5l-2.999%201.804l3.483-.671l-3.391%201.009l5.186.188l-5.189.161l3.372%201.065l-3.471-.728l2.966%201.852l-3.153-1.552l2.357%202.515l-2.621-2.27l1.588%203.006l-1.909-2.834l.71%203.291l-1.068-3.204l-.19%205.673l-.18-5.676l-1.127%203.186l.771-3.279l-1.961%202.802l1.643-2.979l-2.662%202.226l2.403-2.475l-3.181%201.5l2.999-1.804l-3.484.671l3.391-1.009l-6.004-.18l6.008-.169l-3.372-1.065l3.47.729l-2.965-1.853l3.153%201.552l-2.357-2.515l2.621%202.27l-1.588-3.005l1.909%202.833l-.71-3.291l1.068%203.204l.19-5.673z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M5%2017h62v38H5z%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%2072%2072%22%3E%3Cpath%20fill%3D%22%231e50a0%22%20d%3D%22M5%2017h62v38H5z%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M67%2024v-6L6%2053v1z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M67%2030v-6L6%2054v1z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m16.725%2026.966l1.127-3.186l-.771%203.279l1.962-2.802l-1.643%202.979l2.662-2.226l-2.403%202.475l3.181-1.5l-2.999%201.804l3.483-.671l-3.391%201.009l5.186.188l-5.189.161l3.372%201.065l-3.471-.728l2.966%201.852l-3.153-1.552l2.357%202.515l-2.621-2.27l1.588%203.006l-1.909-2.834l.71%203.291l-1.068-3.204l-.19%205.673l-.18-5.676l-1.127%203.186l.771-3.279l-1.961%202.802l1.643-2.979l-2.662%202.226l2.403-2.475l-3.181%201.5l2.999-1.804l-3.484.671l3.391-1.009l-6.004-.18l6.008-.169l-3.372-1.065l3.47.729l-2.965-1.853l3.153%201.552l-2.357-2.515l2.621%202.27l-1.588-3.005l1.909%202.833l-.71-3.291l1.068%203.204l.19-5.673z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M5%2017h62v38H5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/flag-marshall-islands.svg?color=%231a73e8&size=48