flag grenada emoji
flag-grenada from OpenMoji by OpenMoji · Default · Flags · CC-BY-SA-4.0 Attribution required.
- Name
- flag-grenada
- 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 grenada emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M5 17h62v38H5z"/><path fill="#5c9e31" d="m12 48l24-12l-24-12zm48 0L36 36l24-12z"/><circle cx="36" cy="36" r="5" fill="#d22f27"/><path fill="#fcea2b" stroke="#fcea2b" stroke-linecap="round" stroke-linejoin="round" d="m36 33.5l1.545 5l-4.045-3.09h5l-4.045 3.09z"/><path fill="#d22f27" d="M5 17v38h62V17Zm55 31H12V24h48Z"/><path fill="#fcea2b" stroke="#fcea2b" stroke-linecap="round" stroke-linejoin="round" d="m35.105 22.242l.919-2.695l.792 2.653l-2.2-1.598l2.768-.067zm10 0l.919-2.695l.792 2.653l-2.2-1.598l2.768-.067zm-20 0l.919-2.695l.792 2.653l-2.2-1.598l2.768-.067zm10 30l.919-2.695l.792 2.653l-2.2-1.598l2.768-.067zm10 0l.919-2.695l.792 2.653l-2.2-1.598l2.768-.067zm-20 0l.919-2.695l.792 2.653l-2.2-1.598l2.768-.067z"/><g stroke-linecap="round" stroke-linejoin="round"><path fill="#fcea2b" stroke="#fcea2b" d="M18.63 37.917a6.8 6.8 0 0 0-1.257-2.622a6.8 6.8 0 0 0 2.621 1.258a1.767 1.767 0 0 0-1.561-2.125l-.075-.003l.002-.002h-.147a5.8 5.8 0 0 1-2.09-.377a5.8 5.8 0 0 1 .377 2.097v.139l.002-.002a1.763 1.763 0 0 0 2.128 1.637"/><path fill="#d22f27" stroke="#d22f27" d="M18.801 36.277a1.77 1.77 0 0 1 .447.893a1.58 1.58 0 0 1-1.34-1.34a1.77 1.77 0 0 1 .893.447"/></g><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 OpenmojiFlagGrenada(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M5 17h62v38H5z"/><path fill="#5c9e31" d="m12 48l24-12l-24-12zm48 0L36 36l24-12z"/><circle cx="36" cy="36" r="5" fill="#d22f27"/><path fill="#fcea2b" stroke="#fcea2b" strokeLinecap="round" strokeLinejoin="round" d="m36 33.5l1.545 5l-4.045-3.09h5l-4.045 3.09z"/><path fill="#d22f27" d="M5 17v38h62V17Zm55 31H12V24h48Z"/><path fill="#fcea2b" stroke="#fcea2b" strokeLinecap="round" strokeLinejoin="round" d="m35.105 22.242l.919-2.695l.792 2.653l-2.2-1.598l2.768-.067zm10 0l.919-2.695l.792 2.653l-2.2-1.598l2.768-.067zm-20 0l.919-2.695l.792 2.653l-2.2-1.598l2.768-.067zm10 30l.919-2.695l.792 2.653l-2.2-1.598l2.768-.067zm10 0l.919-2.695l.792 2.653l-2.2-1.598l2.768-.067zm-20 0l.919-2.695l.792 2.653l-2.2-1.598l2.768-.067z"/><g strokeLinecap="round" strokeLinejoin="round"><path fill="#fcea2b" stroke="#fcea2b" d="M18.63 37.917a6.8 6.8 0 0 0-1.257-2.622a6.8 6.8 0 0 0 2.621 1.258a1.767 1.767 0 0 0-1.561-2.125l-.075-.003l.002-.002h-.147a5.8 5.8 0 0 1-2.09-.377a5.8 5.8 0 0 1 .377 2.097v.139l.002-.002a1.763 1.763 0 0 0 2.128 1.637"/><path fill="#d22f27" stroke="#d22f27" d="M18.801 36.277a1.77 1.77 0 0 1 .447.893a1.58 1.58 0 0 1-1.34-1.34a1.77 1.77 0 0 1 .893.447"/></g><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="#fcea2b" d="M5 17h62v38H5z"/><path fill="#5c9e31" d="m12 48l24-12l-24-12zm48 0L36 36l24-12z"/><circle cx="36" cy="36" r="5" fill="#d22f27"/><path fill="#fcea2b" stroke="#fcea2b" stroke-linecap="round" stroke-linejoin="round" d="m36 33.5l1.545 5l-4.045-3.09h5l-4.045 3.09z"/><path fill="#d22f27" d="M5 17v38h62V17Zm55 31H12V24h48Z"/><path fill="#fcea2b" stroke="#fcea2b" stroke-linecap="round" stroke-linejoin="round" d="m35.105 22.242l.919-2.695l.792 2.653l-2.2-1.598l2.768-.067zm10 0l.919-2.695l.792 2.653l-2.2-1.598l2.768-.067zm-20 0l.919-2.695l.792 2.653l-2.2-1.598l2.768-.067zm10 30l.919-2.695l.792 2.653l-2.2-1.598l2.768-.067zm10 0l.919-2.695l.792 2.653l-2.2-1.598l2.768-.067zm-20 0l.919-2.695l.792 2.653l-2.2-1.598l2.768-.067z"/><g stroke-linecap="round" stroke-linejoin="round"><path fill="#fcea2b" stroke="#fcea2b" d="M18.63 37.917a6.8 6.8 0 0 0-1.257-2.622a6.8 6.8 0 0 0 2.621 1.258a1.767 1.767 0 0 0-1.561-2.125l-.075-.003l.002-.002h-.147a5.8 5.8 0 0 1-2.09-.377a5.8 5.8 0 0 1 .377 2.097v.139l.002-.002a1.763 1.763 0 0 0 2.128 1.637"/><path fill="#d22f27" stroke="#d22f27" d="M18.801 36.277a1.77 1.77 0 0 1 .447.893a1.58 1.58 0 0 1-1.34-1.34a1.77 1.77 0 0 1 .893.447"/></g><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 17h62v38H5z"/></svg> </template>
CSS
.icon-flag-grenada {
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%23fcea2b%22%20d%3D%22M5%2017h62v38H5z%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22m12%2048l24-12l-24-12zm48%200L36%2036l24-12z%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%225%22%20fill%3D%22%23d22f27%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20stroke%3D%22%23fcea2b%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m36%2033.5l1.545%205l-4.045-3.09h5l-4.045%203.09z%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M5%2017v38h62V17Zm55%2031H12V24h48Z%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20stroke%3D%22%23fcea2b%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m35.105%2022.242l.919-2.695l.792%202.653l-2.2-1.598l2.768-.067zm10%200l.919-2.695l.792%202.653l-2.2-1.598l2.768-.067zm-20%200l.919-2.695l.792%202.653l-2.2-1.598l2.768-.067zm10%2030l.919-2.695l.792%202.653l-2.2-1.598l2.768-.067zm10%200l.919-2.695l.792%202.653l-2.2-1.598l2.768-.067zm-20%200l.919-2.695l.792%202.653l-2.2-1.598l2.768-.067z%22%2F%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20stroke%3D%22%23fcea2b%22%20d%3D%22M18.63%2037.917a6.8%206.8%200%200%200-1.257-2.622a6.8%206.8%200%200%200%202.621%201.258a1.767%201.767%200%200%200-1.561-2.125l-.075-.003l.002-.002h-.147a5.8%205.8%200%200%201-2.09-.377a5.8%205.8%200%200%201%20.377%202.097v.139l.002-.002a1.763%201.763%200%200%200%202.128%201.637%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20stroke%3D%22%23d22f27%22%20d%3D%22M18.801%2036.277a1.77%201.77%200%200%201%20.447.893a1.58%201.58%200%200%201-1.34-1.34a1.77%201.77%200%200%201%20.893.447%22%2F%3E%3C%2Fg%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%23fcea2b%22%20d%3D%22M5%2017h62v38H5z%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22m12%2048l24-12l-24-12zm48%200L36%2036l24-12z%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%225%22%20fill%3D%22%23d22f27%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20stroke%3D%22%23fcea2b%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m36%2033.5l1.545%205l-4.045-3.09h5l-4.045%203.09z%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M5%2017v38h62V17Zm55%2031H12V24h48Z%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20stroke%3D%22%23fcea2b%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m35.105%2022.242l.919-2.695l.792%202.653l-2.2-1.598l2.768-.067zm10%200l.919-2.695l.792%202.653l-2.2-1.598l2.768-.067zm-20%200l.919-2.695l.792%202.653l-2.2-1.598l2.768-.067zm10%2030l.919-2.695l.792%202.653l-2.2-1.598l2.768-.067zm10%200l.919-2.695l.792%202.653l-2.2-1.598l2.768-.067zm-20%200l.919-2.695l.792%202.653l-2.2-1.598l2.768-.067z%22%2F%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20stroke%3D%22%23fcea2b%22%20d%3D%22M18.63%2037.917a6.8%206.8%200%200%200-1.257-2.622a6.8%206.8%200%200%200%202.621%201.258a1.767%201.767%200%200%200-1.561-2.125l-.075-.003l.002-.002h-.147a5.8%205.8%200%200%201-2.09-.377a5.8%205.8%200%200%201%20.377%202.097v.139l.002-.002a1.763%201.763%200%200%200%202.128%201.637%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20stroke%3D%22%23d22f27%22%20d%3D%22M18.801%2036.277a1.77%201.77%200%200%201%20.447.893a1.58%201.58%200%200%201-1.34-1.34a1.77%201.77%200%200%201%20.893.447%22%2F%3E%3C%2Fg%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-grenada.svg?color=%231a73e8&size=48