flag namibia emoji
flag-namibia from Twitter Emoji by Twitter · Default · Flags · CC-BY-4.0 Attribution required.
- Name
- flag-namibia
- Set
- Twitter Emoji
- Style
- Default
- Category
- Flags
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More flags icons from Twitter Emoji
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 namibia emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#009543" d="M1.067 29.701A3.97 3.97 0 0 0 4 31h28a4 4 0 0 0 4-4V9a3.97 3.97 0 0 0-1.019-2.643z"/><path fill="#003580" d="M34.933 6.299A3.97 3.97 0 0 0 32 5H4a4 4 0 0 0-4 4v18a3.97 3.97 0 0 0 1.019 2.643z"/><path fill="#eee" d="M36 9a4 4 0 0 0-4-4h-.664L0 26.942V27a4 4 0 0 0 4 4h.664L36 9.059z"/><path fill="#d20f34" d="M32.984 5.136L.175 28.108a3.99 3.99 0 0 0 2.912 2.777L35.843 7.949a3.99 3.99 0 0 0-2.859-2.813"/><path fill="#ffce00" d="m8 8l.809 1.981L10.5 8.67l-.29 2.12l2.12-.29l-1.311 1.691L13 13l-1.981.809L12.33 15.5l-2.12-.29l.29 2.12l-1.691-1.311L8 18l-.809-1.981L5.5 17.33l.29-2.12l-2.12.29l1.311-1.691L3 13l1.981-.809L3.67 10.5l2.12.29l-.29-2.12l1.691 1.311z"/><circle cx="8" cy="13" r="3.175" fill="#003580"/><circle cx="8" cy="13" r="2.467" fill="#ffce00"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiFlagNamibia(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#009543" d="M1.067 29.701A3.97 3.97 0 0 0 4 31h28a4 4 0 0 0 4-4V9a3.97 3.97 0 0 0-1.019-2.643z"/><path fill="#003580" d="M34.933 6.299A3.97 3.97 0 0 0 32 5H4a4 4 0 0 0-4 4v18a3.97 3.97 0 0 0 1.019 2.643z"/><path fill="#eee" d="M36 9a4 4 0 0 0-4-4h-.664L0 26.942V27a4 4 0 0 0 4 4h.664L36 9.059z"/><path fill="#d20f34" d="M32.984 5.136L.175 28.108a3.99 3.99 0 0 0 2.912 2.777L35.843 7.949a3.99 3.99 0 0 0-2.859-2.813"/><path fill="#ffce00" d="m8 8l.809 1.981L10.5 8.67l-.29 2.12l2.12-.29l-1.311 1.691L13 13l-1.981.809L12.33 15.5l-2.12-.29l.29 2.12l-1.691-1.311L8 18l-.809-1.981L5.5 17.33l.29-2.12l-2.12.29l1.311-1.691L3 13l1.981-.809L3.67 10.5l2.12.29l-.29-2.12l1.691 1.311z"/><circle cx="8" cy="13" r="3.175" fill="#003580"/><circle cx="8" cy="13" r="2.467" fill="#ffce00"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#009543" d="M1.067 29.701A3.97 3.97 0 0 0 4 31h28a4 4 0 0 0 4-4V9a3.97 3.97 0 0 0-1.019-2.643z"/><path fill="#003580" d="M34.933 6.299A3.97 3.97 0 0 0 32 5H4a4 4 0 0 0-4 4v18a3.97 3.97 0 0 0 1.019 2.643z"/><path fill="#eee" d="M36 9a4 4 0 0 0-4-4h-.664L0 26.942V27a4 4 0 0 0 4 4h.664L36 9.059z"/><path fill="#d20f34" d="M32.984 5.136L.175 28.108a3.99 3.99 0 0 0 2.912 2.777L35.843 7.949a3.99 3.99 0 0 0-2.859-2.813"/><path fill="#ffce00" d="m8 8l.809 1.981L10.5 8.67l-.29 2.12l2.12-.29l-1.311 1.691L13 13l-1.981.809L12.33 15.5l-2.12-.29l.29 2.12l-1.691-1.311L8 18l-.809-1.981L5.5 17.33l.29-2.12l-2.12.29l1.311-1.691L3 13l1.981-.809L3.67 10.5l2.12.29l-.29-2.12l1.691 1.311z"/><circle cx="8" cy="13" r="3.175" fill="#003580"/><circle cx="8" cy="13" r="2.467" fill="#ffce00"/></svg> </template>
CSS
.icon-flag-namibia {
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%2036%2036%22%3E%3Cpath%20fill%3D%22%23009543%22%20d%3D%22M1.067%2029.701A3.97%203.97%200%200%200%204%2031h28a4%204%200%200%200%204-4V9a3.97%203.97%200%200%200-1.019-2.643z%22%2F%3E%3Cpath%20fill%3D%22%23003580%22%20d%3D%22M34.933%206.299A3.97%203.97%200%200%200%2032%205H4a4%204%200%200%200-4%204v18a3.97%203.97%200%200%200%201.019%202.643z%22%2F%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M36%209a4%204%200%200%200-4-4h-.664L0%2026.942V27a4%204%200%200%200%204%204h.664L36%209.059z%22%2F%3E%3Cpath%20fill%3D%22%23d20f34%22%20d%3D%22M32.984%205.136L.175%2028.108a3.99%203.99%200%200%200%202.912%202.777L35.843%207.949a3.99%203.99%200%200%200-2.859-2.813%22%2F%3E%3Cpath%20fill%3D%22%23ffce00%22%20d%3D%22m8%208l.809%201.981L10.5%208.67l-.29%202.12l2.12-.29l-1.311%201.691L13%2013l-1.981.809L12.33%2015.5l-2.12-.29l.29%202.12l-1.691-1.311L8%2018l-.809-1.981L5.5%2017.33l.29-2.12l-2.12.29l1.311-1.691L3%2013l1.981-.809L3.67%2010.5l2.12.29l-.29-2.12l1.691%201.311z%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%2213%22%20r%3D%223.175%22%20fill%3D%22%23003580%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%2213%22%20r%3D%222.467%22%20fill%3D%22%23ffce00%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23009543%22%20d%3D%22M1.067%2029.701A3.97%203.97%200%200%200%204%2031h28a4%204%200%200%200%204-4V9a3.97%203.97%200%200%200-1.019-2.643z%22%2F%3E%3Cpath%20fill%3D%22%23003580%22%20d%3D%22M34.933%206.299A3.97%203.97%200%200%200%2032%205H4a4%204%200%200%200-4%204v18a3.97%203.97%200%200%200%201.019%202.643z%22%2F%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M36%209a4%204%200%200%200-4-4h-.664L0%2026.942V27a4%204%200%200%200%204%204h.664L36%209.059z%22%2F%3E%3Cpath%20fill%3D%22%23d20f34%22%20d%3D%22M32.984%205.136L.175%2028.108a3.99%203.99%200%200%200%202.912%202.777L35.843%207.949a3.99%203.99%200%200%200-2.859-2.813%22%2F%3E%3Cpath%20fill%3D%22%23ffce00%22%20d%3D%22m8%208l.809%201.981L10.5%208.67l-.29%202.12l2.12-.29l-1.311%201.691L13%2013l-1.981.809L12.33%2015.5l-2.12-.29l.29%202.12l-1.691-1.311L8%2018l-.809-1.981L5.5%2017.33l.29-2.12l-2.12.29l1.311-1.691L3%2013l1.981-.809L3.67%2010.5l2.12.29l-.29-2.12l1.691%201.311z%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%2213%22%20r%3D%223.175%22%20fill%3D%22%23003580%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%2213%22%20r%3D%222.467%22%20fill%3D%22%23ffce00%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/flag-namibia.svg?color=%231a73e8&size=48