flag belize emoji
flag-belize from OpenMoji by OpenMoji · Default · Flags · CC-BY-SA-4.0 Attribution required.
- Name
- flag-belize
- 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 belize emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#1e50a0" d="M5.083 17h62v38h-62z"/><path fill="#d22f27" d="M5.083 49h62v6h-62zM5 17h62v6H5z"/><circle cx="36.083" cy="36" r="9" fill="#fff"/><circle cx="36.083" cy="36" r="7.5" fill="#fff" stroke="#5c9e31" stroke-miterlimit="10"/><path fill="#fcea2b" d="M38.583 38.5h-2.5V33h3z"/><path fill="#61b2e4" stroke="#61b2e4" stroke-linecap="round" stroke-linejoin="round" d="M36.083 41a4.95 4.95 0 0 0 2.588-2.23L36 36.1l-2.558 2.558A4.9 4.9 0 0 0 36.083 41"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M36.083 41s3-1 3-4v-4h-6v4c0 3 3 4 3 4"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.083 17h62v38h-62z"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiFlagBelize(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.083 17h62v38h-62z"/><path fill="#d22f27" d="M5.083 49h62v6h-62zM5 17h62v6H5z"/><circle cx="36.083" cy="36" r="9" fill="#fff"/><circle cx="36.083" cy="36" r="7.5" fill="#fff" stroke="#5c9e31" strokeMiterlimit="10"/><path fill="#fcea2b" d="M38.583 38.5h-2.5V33h3z"/><path fill="#61b2e4" stroke="#61b2e4" strokeLinecap="round" strokeLinejoin="round" d="M36.083 41a4.95 4.95 0 0 0 2.588-2.23L36 36.1l-2.558 2.558A4.9 4.9 0 0 0 36.083 41"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" d="M36.083 41s3-1 3-4v-4h-6v4c0 3 3 4 3 4"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M5.083 17h62v38h-62z"/></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.083 17h62v38h-62z"/><path fill="#d22f27" d="M5.083 49h62v6h-62zM5 17h62v6H5z"/><circle cx="36.083" cy="36" r="9" fill="#fff"/><circle cx="36.083" cy="36" r="7.5" fill="#fff" stroke="#5c9e31" stroke-miterlimit="10"/><path fill="#fcea2b" d="M38.583 38.5h-2.5V33h3z"/><path fill="#61b2e4" stroke="#61b2e4" stroke-linecap="round" stroke-linejoin="round" d="M36.083 41a4.95 4.95 0 0 0 2.588-2.23L36 36.1l-2.558 2.558A4.9 4.9 0 0 0 36.083 41"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M36.083 41s3-1 3-4v-4h-6v4c0 3 3 4 3 4"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.083 17h62v38h-62z"/></svg> </template>
CSS
.icon-flag-belize {
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.083%2017h62v38h-62z%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M5.083%2049h62v6h-62zM5%2017h62v6H5z%22%2F%3E%3Ccircle%20cx%3D%2236.083%22%20cy%3D%2236%22%20r%3D%229%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2236.083%22%20cy%3D%2236%22%20r%3D%227.5%22%20fill%3D%22%23fff%22%20stroke%3D%22%235c9e31%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M38.583%2038.5h-2.5V33h3z%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20stroke%3D%22%2361b2e4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M36.083%2041a4.95%204.95%200%200%200%202.588-2.23L36%2036.1l-2.558%202.558A4.9%204.9%200%200%200%2036.083%2041%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M36.083%2041s3-1%203-4v-4h-6v4c0%203%203%204%203%204%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.083%2017h62v38h-62z%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.083%2017h62v38h-62z%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M5.083%2049h62v6h-62zM5%2017h62v6H5z%22%2F%3E%3Ccircle%20cx%3D%2236.083%22%20cy%3D%2236%22%20r%3D%229%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2236.083%22%20cy%3D%2236%22%20r%3D%227.5%22%20fill%3D%22%23fff%22%20stroke%3D%22%235c9e31%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M38.583%2038.5h-2.5V33h3z%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20stroke%3D%22%2361b2e4%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M36.083%2041a4.95%204.95%200%200%200%202.588-2.23L36%2036.1l-2.558%202.558A4.9%204.9%200%200%200%2036.083%2041%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M36.083%2041s3-1%203-4v-4h-6v4c0%203%203%204%203%204%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.083%2017h62v38h-62z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/flag-belize.svg?color=%231a73e8&size=48