flag for greenland emoji
flag-for-greenland from Emoji One (Colored) by Emoji One · Default · Flags · CC-BY-4.0 Attribution required.
- Name
- flag-for-greenland
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Flags
- Viewbox
- 64×64
- License
- CC BY 4.0
- Aliases
- flag-for-flag-greenland
More flags icons from Emoji One (Colored)
flag-englandflag-for-afghanistanflag-for-aland-islandsflag-for-albaniaflag-for-algeriaflag-for-american-samoaflag-for-andorraflag-for-angolaflag-for-anguillaflag-for-antarcticaflag-for-antigua-and-barbudaflag-for-argentinaflag-for-armeniaflag-for-arubaflag-for-ascension-islandflag-for-australiaflag-for-austriaflag-for-azerbaijanflag-for-bahamasflag-for-bahrainflag-for-bangladeshflag-for-barbadosflag-for-belarusflag-for-belgium
Use the flag for greenland emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#c94747" d="M32 62c16.6 0 30-13.4 30-30H2c0 16.6 13.4 30 30 30"/><path fill="#f9f9f9" d="M32 2C15.4 2 2 15.4 2 32h60C62 15.4 48.6 2 32 2"/><path fill="#c94747" d="M24 17c8.3 0 15 6.7 15 15H9c0-8.3 6.7-15 15-15"/><path fill="#f9f9f9" d="M24 47c-8.3 0-15-6.7-15-15h30c0 8.3-6.7 15-15 15"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneFlagForGreenland(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#c94747" d="M32 62c16.6 0 30-13.4 30-30H2c0 16.6 13.4 30 30 30"/><path fill="#f9f9f9" d="M32 2C15.4 2 2 15.4 2 32h60C62 15.4 48.6 2 32 2"/><path fill="#c94747" d="M24 17c8.3 0 15 6.7 15 15H9c0-8.3 6.7-15 15-15"/><path fill="#f9f9f9" d="M24 47c-8.3 0-15-6.7-15-15h30c0 8.3-6.7 15-15 15"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#c94747" d="M32 62c16.6 0 30-13.4 30-30H2c0 16.6 13.4 30 30 30"/><path fill="#f9f9f9" d="M32 2C15.4 2 2 15.4 2 32h60C62 15.4 48.6 2 32 2"/><path fill="#c94747" d="M24 17c8.3 0 15 6.7 15 15H9c0-8.3 6.7-15 15-15"/><path fill="#f9f9f9" d="M24 47c-8.3 0-15-6.7-15-15h30c0 8.3-6.7 15-15 15"/></svg> </template>
CSS
.icon-flag-for-greenland {
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%2064%2064%22%3E%3Cpath%20fill%3D%22%23c94747%22%20d%3D%22M32%2062c16.6%200%2030-13.4%2030-30H2c0%2016.6%2013.4%2030%2030%2030%22%2F%3E%3Cpath%20fill%3D%22%23f9f9f9%22%20d%3D%22M32%202C15.4%202%202%2015.4%202%2032h60C62%2015.4%2048.6%202%2032%202%22%2F%3E%3Cpath%20fill%3D%22%23c94747%22%20d%3D%22M24%2017c8.3%200%2015%206.7%2015%2015H9c0-8.3%206.7-15%2015-15%22%2F%3E%3Cpath%20fill%3D%22%23f9f9f9%22%20d%3D%22M24%2047c-8.3%200-15-6.7-15-15h30c0%208.3-6.7%2015-15%2015%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23c94747%22%20d%3D%22M32%2062c16.6%200%2030-13.4%2030-30H2c0%2016.6%2013.4%2030%2030%2030%22%2F%3E%3Cpath%20fill%3D%22%23f9f9f9%22%20d%3D%22M32%202C15.4%202%202%2015.4%202%2032h60C62%2015.4%2048.6%202%2032%202%22%2F%3E%3Cpath%20fill%3D%22%23c94747%22%20d%3D%22M24%2017c8.3%200%2015%206.7%2015%2015H9c0-8.3%206.7-15%2015-15%22%2F%3E%3Cpath%20fill%3D%22%23f9f9f9%22%20d%3D%22M24%2047c-8.3%200-15-6.7-15-15h30c0%208.3-6.7%2015-15%2015%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/flag-for-greenland.svg?color=%231a73e8&size=48