flag for brunei emoji
flag-for-brunei from Emoji One (Colored) by Emoji One · Default · Flags · CC-BY-4.0 Attribution required.
- Name
- flag-for-brunei
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Flags
- Viewbox
- 64×64
- License
- CC BY 4.0
- Aliases
- flag-for-flag-brunei
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 brunei emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ffe62e" d="M32 2C21.2 2 11.7 7.7 6.4 16.3v19.1H2.2C3.9 50.4 16.6 62 32 62c10.8 0 20.3-5.7 25.6-14.3V28.6h4.2C60.1 13.6 47.4 2 32 2"/><path fill="#fff" d="m2.7 25.5l58.6 13c.5-2.1.7-4.3.7-6.5c0-1.1-.1-2.3-.2-3.4L6.4 16.3c-1.7 2.8-3 5.9-3.7 9.2"/><path fill="#3e4347" d="m61.3 38.5l-58.6-13C2.3 27.6 2 29.8 2 32c0 1.1.1 2.3.2 3.4l55.4 12.3c1.7-2.8 3-5.9 3.7-9.2"/><g fill="#ed4c5c"><path d="M22 33.3c0 5.6 4.4 10.2 9.9 10.2s9.9-4.6 9.9-10.2c0-2.1-.6-4.1-1.7-5.8c.6 1.2.9 2.6.9 4.1c0 4.2-2.7 7.8-6.4 8.9l-2-4.9v-7.9c.4.2 1 .4 1.9.7c3.2 1.4 5.7-2.8 5.7-2.8s-2.3.3-4.1-1.5c-1.2-1.2-2.6-.6-3.4-.1v-1h1.6s.4-4.7-2.3-6v3.4h-1.5V23h.5v1c-.8-.5-2.1-.8-3.2.2c-1.9 1.8-4.1 1.5-4.1 1.5s2.5 4.2 5.7 2.8c.7-.3 1.2-.5 1.7-.7v7.7l-2 4.9c-3.6-1.3-6.2-4.7-6.2-8.9c0-1.5.3-2.8.9-4.1c-1.1 1.8-1.8 3.7-1.8 5.9m-.8 7.3v-8C18 30.9 18 28.5 18 28.5h-2.5c0 4.5 2.5 5.1 2.5 5.1v7zM46 28.5s0 2.4-3.2 4.2v8H46v-7s2.5-.6 2.5-5.1c0-.1-2.5-.1-2.5-.1"/><path d="M31.9 45.2c-3.6 0-6.7-1.8-8.7-4.6l-3 4.6s2.7-.2 5.2 1.2s3.2 0 6.5 0s4 1.4 6.5 0s5.2-1.2 5.2-1.2l-3-4.6c-2 2.8-5.1 4.6-8.7 4.6"/></g></svg>
React
import type { SVGProps } from "react";
export function EmojioneFlagForBrunei(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ffe62e" d="M32 2C21.2 2 11.7 7.7 6.4 16.3v19.1H2.2C3.9 50.4 16.6 62 32 62c10.8 0 20.3-5.7 25.6-14.3V28.6h4.2C60.1 13.6 47.4 2 32 2"/><path fill="#fff" d="m2.7 25.5l58.6 13c.5-2.1.7-4.3.7-6.5c0-1.1-.1-2.3-.2-3.4L6.4 16.3c-1.7 2.8-3 5.9-3.7 9.2"/><path fill="#3e4347" d="m61.3 38.5l-58.6-13C2.3 27.6 2 29.8 2 32c0 1.1.1 2.3.2 3.4l55.4 12.3c1.7-2.8 3-5.9 3.7-9.2"/><g fill="#ed4c5c"><path d="M22 33.3c0 5.6 4.4 10.2 9.9 10.2s9.9-4.6 9.9-10.2c0-2.1-.6-4.1-1.7-5.8c.6 1.2.9 2.6.9 4.1c0 4.2-2.7 7.8-6.4 8.9l-2-4.9v-7.9c.4.2 1 .4 1.9.7c3.2 1.4 5.7-2.8 5.7-2.8s-2.3.3-4.1-1.5c-1.2-1.2-2.6-.6-3.4-.1v-1h1.6s.4-4.7-2.3-6v3.4h-1.5V23h.5v1c-.8-.5-2.1-.8-3.2.2c-1.9 1.8-4.1 1.5-4.1 1.5s2.5 4.2 5.7 2.8c.7-.3 1.2-.5 1.7-.7v7.7l-2 4.9c-3.6-1.3-6.2-4.7-6.2-8.9c0-1.5.3-2.8.9-4.1c-1.1 1.8-1.8 3.7-1.8 5.9m-.8 7.3v-8C18 30.9 18 28.5 18 28.5h-2.5c0 4.5 2.5 5.1 2.5 5.1v7zM46 28.5s0 2.4-3.2 4.2v8H46v-7s2.5-.6 2.5-5.1c0-.1-2.5-.1-2.5-.1"/><path d="M31.9 45.2c-3.6 0-6.7-1.8-8.7-4.6l-3 4.6s2.7-.2 5.2 1.2s3.2 0 6.5 0s4 1.4 6.5 0s5.2-1.2 5.2-1.2l-3-4.6c-2 2.8-5.1 4.6-8.7 4.6"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ffe62e" d="M32 2C21.2 2 11.7 7.7 6.4 16.3v19.1H2.2C3.9 50.4 16.6 62 32 62c10.8 0 20.3-5.7 25.6-14.3V28.6h4.2C60.1 13.6 47.4 2 32 2"/><path fill="#fff" d="m2.7 25.5l58.6 13c.5-2.1.7-4.3.7-6.5c0-1.1-.1-2.3-.2-3.4L6.4 16.3c-1.7 2.8-3 5.9-3.7 9.2"/><path fill="#3e4347" d="m61.3 38.5l-58.6-13C2.3 27.6 2 29.8 2 32c0 1.1.1 2.3.2 3.4l55.4 12.3c1.7-2.8 3-5.9 3.7-9.2"/><g fill="#ed4c5c"><path d="M22 33.3c0 5.6 4.4 10.2 9.9 10.2s9.9-4.6 9.9-10.2c0-2.1-.6-4.1-1.7-5.8c.6 1.2.9 2.6.9 4.1c0 4.2-2.7 7.8-6.4 8.9l-2-4.9v-7.9c.4.2 1 .4 1.9.7c3.2 1.4 5.7-2.8 5.7-2.8s-2.3.3-4.1-1.5c-1.2-1.2-2.6-.6-3.4-.1v-1h1.6s.4-4.7-2.3-6v3.4h-1.5V23h.5v1c-.8-.5-2.1-.8-3.2.2c-1.9 1.8-4.1 1.5-4.1 1.5s2.5 4.2 5.7 2.8c.7-.3 1.2-.5 1.7-.7v7.7l-2 4.9c-3.6-1.3-6.2-4.7-6.2-8.9c0-1.5.3-2.8.9-4.1c-1.1 1.8-1.8 3.7-1.8 5.9m-.8 7.3v-8C18 30.9 18 28.5 18 28.5h-2.5c0 4.5 2.5 5.1 2.5 5.1v7zM46 28.5s0 2.4-3.2 4.2v8H46v-7s2.5-.6 2.5-5.1c0-.1-2.5-.1-2.5-.1"/><path d="M31.9 45.2c-3.6 0-6.7-1.8-8.7-4.6l-3 4.6s2.7-.2 5.2 1.2s3.2 0 6.5 0s4 1.4 6.5 0s5.2-1.2 5.2-1.2l-3-4.6c-2 2.8-5.1 4.6-8.7 4.6"/></g></svg> </template>
CSS
.icon-flag-for-brunei {
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%23ffe62e%22%20d%3D%22M32%202C21.2%202%2011.7%207.7%206.4%2016.3v19.1H2.2C3.9%2050.4%2016.6%2062%2032%2062c10.8%200%2020.3-5.7%2025.6-14.3V28.6h4.2C60.1%2013.6%2047.4%202%2032%202%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m2.7%2025.5l58.6%2013c.5-2.1.7-4.3.7-6.5c0-1.1-.1-2.3-.2-3.4L6.4%2016.3c-1.7%202.8-3%205.9-3.7%209.2%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22m61.3%2038.5l-58.6-13C2.3%2027.6%202%2029.8%202%2032c0%201.1.1%202.3.2%203.4l55.4%2012.3c1.7-2.8%203-5.9%203.7-9.2%22%2F%3E%3Cg%20fill%3D%22%23ed4c5c%22%3E%3Cpath%20d%3D%22M22%2033.3c0%205.6%204.4%2010.2%209.9%2010.2s9.9-4.6%209.9-10.2c0-2.1-.6-4.1-1.7-5.8c.6%201.2.9%202.6.9%204.1c0%204.2-2.7%207.8-6.4%208.9l-2-4.9v-7.9c.4.2%201%20.4%201.9.7c3.2%201.4%205.7-2.8%205.7-2.8s-2.3.3-4.1-1.5c-1.2-1.2-2.6-.6-3.4-.1v-1h1.6s.4-4.7-2.3-6v3.4h-1.5V23h.5v1c-.8-.5-2.1-.8-3.2.2c-1.9%201.8-4.1%201.5-4.1%201.5s2.5%204.2%205.7%202.8c.7-.3%201.2-.5%201.7-.7v7.7l-2%204.9c-3.6-1.3-6.2-4.7-6.2-8.9c0-1.5.3-2.8.9-4.1c-1.1%201.8-1.8%203.7-1.8%205.9m-.8%207.3v-8C18%2030.9%2018%2028.5%2018%2028.5h-2.5c0%204.5%202.5%205.1%202.5%205.1v7zM46%2028.5s0%202.4-3.2%204.2v8H46v-7s2.5-.6%202.5-5.1c0-.1-2.5-.1-2.5-.1%22%2F%3E%3Cpath%20d%3D%22M31.9%2045.2c-3.6%200-6.7-1.8-8.7-4.6l-3%204.6s2.7-.2%205.2%201.2s3.2%200%206.5%200s4%201.4%206.5%200s5.2-1.2%205.2-1.2l-3-4.6c-2%202.8-5.1%204.6-8.7%204.6%22%2F%3E%3C%2Fg%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%23ffe62e%22%20d%3D%22M32%202C21.2%202%2011.7%207.7%206.4%2016.3v19.1H2.2C3.9%2050.4%2016.6%2062%2032%2062c10.8%200%2020.3-5.7%2025.6-14.3V28.6h4.2C60.1%2013.6%2047.4%202%2032%202%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m2.7%2025.5l58.6%2013c.5-2.1.7-4.3.7-6.5c0-1.1-.1-2.3-.2-3.4L6.4%2016.3c-1.7%202.8-3%205.9-3.7%209.2%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22m61.3%2038.5l-58.6-13C2.3%2027.6%202%2029.8%202%2032c0%201.1.1%202.3.2%203.4l55.4%2012.3c1.7-2.8%203-5.9%203.7-9.2%22%2F%3E%3Cg%20fill%3D%22%23ed4c5c%22%3E%3Cpath%20d%3D%22M22%2033.3c0%205.6%204.4%2010.2%209.9%2010.2s9.9-4.6%209.9-10.2c0-2.1-.6-4.1-1.7-5.8c.6%201.2.9%202.6.9%204.1c0%204.2-2.7%207.8-6.4%208.9l-2-4.9v-7.9c.4.2%201%20.4%201.9.7c3.2%201.4%205.7-2.8%205.7-2.8s-2.3.3-4.1-1.5c-1.2-1.2-2.6-.6-3.4-.1v-1h1.6s.4-4.7-2.3-6v3.4h-1.5V23h.5v1c-.8-.5-2.1-.8-3.2.2c-1.9%201.8-4.1%201.5-4.1%201.5s2.5%204.2%205.7%202.8c.7-.3%201.2-.5%201.7-.7v7.7l-2%204.9c-3.6-1.3-6.2-4.7-6.2-8.9c0-1.5.3-2.8.9-4.1c-1.1%201.8-1.8%203.7-1.8%205.9m-.8%207.3v-8C18%2030.9%2018%2028.5%2018%2028.5h-2.5c0%204.5%202.5%205.1%202.5%205.1v7zM46%2028.5s0%202.4-3.2%204.2v8H46v-7s2.5-.6%202.5-5.1c0-.1-2.5-.1-2.5-.1%22%2F%3E%3Cpath%20d%3D%22M31.9%2045.2c-3.6%200-6.7-1.8-8.7-4.6l-3%204.6s2.7-.2%205.2%201.2s3.2%200%206.5%200s4%201.4%206.5%200s5.2-1.2%205.2-1.2l-3-4.6c-2%202.8-5.1%204.6-8.7%204.6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/flag-for-brunei.svg?color=%231a73e8&size=48