flag for congo brazzaville emoji
flag-for-congo-brazzaville from Emoji One (Colored) by Emoji One · Default · Flags · CC-BY-4.0 Attribution required.
- Name
- flag-for-congo-brazzaville
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Flags
- Viewbox
- 64×64
- License
- CC BY 4.0
- Aliases
- flag-for-flag-congo-brazzaville
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 congo brazzaville emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ed4c5c" d="M57 15.5h-8.5l-33 33V57c4.7 3.1 10.4 5 16.5 5c16.6 0 30-13.4 30-30c0-6.1-1.8-11.8-5-16.5"/><path fill="#75a843" d="M32 2C15.4 2 2 15.4 2 32c0 6.1 1.8 11.8 5 16.5h8.5l33.1-33.1V7C43.8 3.8 38.1 2 32 2"/><path fill="#ffe62e" d="M7 48.5c1.1 1.7 2.4 3.2 3.8 4.7c1.4 1.4 3 2.7 4.7 3.8L57 15.5A28.7 28.7 0 0 0 48.5 7z"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneFlagForCongoBrazzaville(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ed4c5c" d="M57 15.5h-8.5l-33 33V57c4.7 3.1 10.4 5 16.5 5c16.6 0 30-13.4 30-30c0-6.1-1.8-11.8-5-16.5"/><path fill="#75a843" d="M32 2C15.4 2 2 15.4 2 32c0 6.1 1.8 11.8 5 16.5h8.5l33.1-33.1V7C43.8 3.8 38.1 2 32 2"/><path fill="#ffe62e" d="M7 48.5c1.1 1.7 2.4 3.2 3.8 4.7c1.4 1.4 3 2.7 4.7 3.8L57 15.5A28.7 28.7 0 0 0 48.5 7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ed4c5c" d="M57 15.5h-8.5l-33 33V57c4.7 3.1 10.4 5 16.5 5c16.6 0 30-13.4 30-30c0-6.1-1.8-11.8-5-16.5"/><path fill="#75a843" d="M32 2C15.4 2 2 15.4 2 32c0 6.1 1.8 11.8 5 16.5h8.5l33.1-33.1V7C43.8 3.8 38.1 2 32 2"/><path fill="#ffe62e" d="M7 48.5c1.1 1.7 2.4 3.2 3.8 4.7c1.4 1.4 3 2.7 4.7 3.8L57 15.5A28.7 28.7 0 0 0 48.5 7z"/></svg> </template>
CSS
.icon-flag-for-congo-brazzaville {
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%23ed4c5c%22%20d%3D%22M57%2015.5h-8.5l-33%2033V57c4.7%203.1%2010.4%205%2016.5%205c16.6%200%2030-13.4%2030-30c0-6.1-1.8-11.8-5-16.5%22%2F%3E%3Cpath%20fill%3D%22%2375a843%22%20d%3D%22M32%202C15.4%202%202%2015.4%202%2032c0%206.1%201.8%2011.8%205%2016.5h8.5l33.1-33.1V7C43.8%203.8%2038.1%202%2032%202%22%2F%3E%3Cpath%20fill%3D%22%23ffe62e%22%20d%3D%22M7%2048.5c1.1%201.7%202.4%203.2%203.8%204.7c1.4%201.4%203%202.7%204.7%203.8L57%2015.5A28.7%2028.7%200%200%200%2048.5%207z%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%23ed4c5c%22%20d%3D%22M57%2015.5h-8.5l-33%2033V57c4.7%203.1%2010.4%205%2016.5%205c16.6%200%2030-13.4%2030-30c0-6.1-1.8-11.8-5-16.5%22%2F%3E%3Cpath%20fill%3D%22%2375a843%22%20d%3D%22M32%202C15.4%202%202%2015.4%202%2032c0%206.1%201.8%2011.8%205%2016.5h8.5l33.1-33.1V7C43.8%203.8%2038.1%202%2032%202%22%2F%3E%3Cpath%20fill%3D%22%23ffe62e%22%20d%3D%22M7%2048.5c1.1%201.7%202.4%203.2%203.8%204.7c1.4%201.4%203%202.7%204.7%203.8L57%2015.5A28.7%2028.7%200%200%200%2048.5%207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/flag-for-congo-brazzaville.svg?color=%231a73e8&size=48