flag for barbados emoji
flag-for-barbados from Emoji One (Colored) by Emoji One · Default · Flags · CC-BY-4.0 Attribution required.
- Name
- flag-for-barbados
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Flags
- Viewbox
- 64×64
- License
- CC BY 4.0
- Aliases
- flag-for-flag-barbados
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-belarusflag-for-belgiumflag-for-belize
Use the flag for barbados emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#2a5f9e" d="M2 32c0 11.5 6.5 21.5 16 26.5v-53c-9.5 5-16 15-16 26.5m60 0c0-11.5-6.5-21.5-16-26.5v53.1c9.5-5.1 16-15.1 16-26.6"/><path fill="#ffce31" d="M32 2c-5.1 0-9.8 1.3-14 3.5v53.1c4.2 2.2 8.9 3.5 14 3.5s9.8-1.3 14-3.5V5.5C41.8 3.3 37.1 2 32 2"/><g fill="#3e4347"><path d="m43.8 20.2l-1.1-1.1c-.2.2-4.6 5.2-5.1 15.1h-4.2V23.3h-3v10.9h-4.2c-.4-9.9-4.9-14.9-5.1-15.1L19 21.2s4.3 5 4.3 14.5v1.6h7.2v10.8h3V37.3h7.2v-1.6c0-9.6 4.2-14.5 4.3-14.5z"/><path d="m32 15.9l-3.2 9.6h6.4zm-10.8 3.2l6.5 6.4h-4zm21.6 0l-6.5 6.4h4z"/></g></svg>
React
import type { SVGProps } from "react";
export function EmojioneFlagForBarbados(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#2a5f9e" d="M2 32c0 11.5 6.5 21.5 16 26.5v-53c-9.5 5-16 15-16 26.5m60 0c0-11.5-6.5-21.5-16-26.5v53.1c9.5-5.1 16-15.1 16-26.6"/><path fill="#ffce31" d="M32 2c-5.1 0-9.8 1.3-14 3.5v53.1c4.2 2.2 8.9 3.5 14 3.5s9.8-1.3 14-3.5V5.5C41.8 3.3 37.1 2 32 2"/><g fill="#3e4347"><path d="m43.8 20.2l-1.1-1.1c-.2.2-4.6 5.2-5.1 15.1h-4.2V23.3h-3v10.9h-4.2c-.4-9.9-4.9-14.9-5.1-15.1L19 21.2s4.3 5 4.3 14.5v1.6h7.2v10.8h3V37.3h7.2v-1.6c0-9.6 4.2-14.5 4.3-14.5z"/><path d="m32 15.9l-3.2 9.6h6.4zm-10.8 3.2l6.5 6.4h-4zm21.6 0l-6.5 6.4h4z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#2a5f9e" d="M2 32c0 11.5 6.5 21.5 16 26.5v-53c-9.5 5-16 15-16 26.5m60 0c0-11.5-6.5-21.5-16-26.5v53.1c9.5-5.1 16-15.1 16-26.6"/><path fill="#ffce31" d="M32 2c-5.1 0-9.8 1.3-14 3.5v53.1c4.2 2.2 8.9 3.5 14 3.5s9.8-1.3 14-3.5V5.5C41.8 3.3 37.1 2 32 2"/><g fill="#3e4347"><path d="m43.8 20.2l-1.1-1.1c-.2.2-4.6 5.2-5.1 15.1h-4.2V23.3h-3v10.9h-4.2c-.4-9.9-4.9-14.9-5.1-15.1L19 21.2s4.3 5 4.3 14.5v1.6h7.2v10.8h3V37.3h7.2v-1.6c0-9.6 4.2-14.5 4.3-14.5z"/><path d="m32 15.9l-3.2 9.6h6.4zm-10.8 3.2l6.5 6.4h-4zm21.6 0l-6.5 6.4h4z"/></g></svg> </template>
CSS
.icon-flag-for-barbados {
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%232a5f9e%22%20d%3D%22M2%2032c0%2011.5%206.5%2021.5%2016%2026.5v-53c-9.5%205-16%2015-16%2026.5m60%200c0-11.5-6.5-21.5-16-26.5v53.1c9.5-5.1%2016-15.1%2016-26.6%22%2F%3E%3Cpath%20fill%3D%22%23ffce31%22%20d%3D%22M32%202c-5.1%200-9.8%201.3-14%203.5v53.1c4.2%202.2%208.9%203.5%2014%203.5s9.8-1.3%2014-3.5V5.5C41.8%203.3%2037.1%202%2032%202%22%2F%3E%3Cg%20fill%3D%22%233e4347%22%3E%3Cpath%20d%3D%22m43.8%2020.2l-1.1-1.1c-.2.2-4.6%205.2-5.1%2015.1h-4.2V23.3h-3v10.9h-4.2c-.4-9.9-4.9-14.9-5.1-15.1L19%2021.2s4.3%205%204.3%2014.5v1.6h7.2v10.8h3V37.3h7.2v-1.6c0-9.6%204.2-14.5%204.3-14.5z%22%2F%3E%3Cpath%20d%3D%22m32%2015.9l-3.2%209.6h6.4zm-10.8%203.2l6.5%206.4h-4zm21.6%200l-6.5%206.4h4z%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%232a5f9e%22%20d%3D%22M2%2032c0%2011.5%206.5%2021.5%2016%2026.5v-53c-9.5%205-16%2015-16%2026.5m60%200c0-11.5-6.5-21.5-16-26.5v53.1c9.5-5.1%2016-15.1%2016-26.6%22%2F%3E%3Cpath%20fill%3D%22%23ffce31%22%20d%3D%22M32%202c-5.1%200-9.8%201.3-14%203.5v53.1c4.2%202.2%208.9%203.5%2014%203.5s9.8-1.3%2014-3.5V5.5C41.8%203.3%2037.1%202%2032%202%22%2F%3E%3Cg%20fill%3D%22%233e4347%22%3E%3Cpath%20d%3D%22m43.8%2020.2l-1.1-1.1c-.2.2-4.6%205.2-5.1%2015.1h-4.2V23.3h-3v10.9h-4.2c-.4-9.9-4.9-14.9-5.1-15.1L19%2021.2s4.3%205%204.3%2014.5v1.6h7.2v10.8h3V37.3h7.2v-1.6c0-9.6%204.2-14.5%204.3-14.5z%22%2F%3E%3Cpath%20d%3D%22m32%2015.9l-3.2%209.6h6.4zm-10.8%203.2l6.5%206.4h-4zm21.6%200l-6.5%206.4h4z%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-barbados.svg?color=%231a73e8&size=48