flag for djibouti emoji
flag-for-djibouti from Emoji One (Colored) by Emoji One · Default · Flags · CC-BY-4.0 Attribution required.
- Name
- flag-for-djibouti
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Flags
- Viewbox
- 64×64
- License
- CC BY 4.0
- Aliases
- flag-for-flag-djibouti
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 djibouti emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#83bf4f" d="M11 32v21.4c5.4 5.3 12.8 8.6 21 8.6c16.6 0 30-13.4 30-30z"/><path fill="#42ade2" d="M11 32h51C62 15.4 48.6 2 32 2c-8.2 0-15.6 3.3-21 8.6z"/><path fill="#f9f9f9" d="M11 10.6C5.4 16 2 23.6 2 32s3.4 16 9 21.4L32.4 32z"/><path fill="#c94747" d="m14 35.7l4.3 3.3l-1.6-5.3l4.3-3.5h-5.3L14 25l-1.6 5.2H7l4.3 3.5L9.7 39z"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneFlagForDjibouti(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#83bf4f" d="M11 32v21.4c5.4 5.3 12.8 8.6 21 8.6c16.6 0 30-13.4 30-30z"/><path fill="#42ade2" d="M11 32h51C62 15.4 48.6 2 32 2c-8.2 0-15.6 3.3-21 8.6z"/><path fill="#f9f9f9" d="M11 10.6C5.4 16 2 23.6 2 32s3.4 16 9 21.4L32.4 32z"/><path fill="#c94747" d="m14 35.7l4.3 3.3l-1.6-5.3l4.3-3.5h-5.3L14 25l-1.6 5.2H7l4.3 3.5L9.7 39z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#83bf4f" d="M11 32v21.4c5.4 5.3 12.8 8.6 21 8.6c16.6 0 30-13.4 30-30z"/><path fill="#42ade2" d="M11 32h51C62 15.4 48.6 2 32 2c-8.2 0-15.6 3.3-21 8.6z"/><path fill="#f9f9f9" d="M11 10.6C5.4 16 2 23.6 2 32s3.4 16 9 21.4L32.4 32z"/><path fill="#c94747" d="m14 35.7l4.3 3.3l-1.6-5.3l4.3-3.5h-5.3L14 25l-1.6 5.2H7l4.3 3.5L9.7 39z"/></svg> </template>
CSS
.icon-flag-for-djibouti {
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%2383bf4f%22%20d%3D%22M11%2032v21.4c5.4%205.3%2012.8%208.6%2021%208.6c16.6%200%2030-13.4%2030-30z%22%2F%3E%3Cpath%20fill%3D%22%2342ade2%22%20d%3D%22M11%2032h51C62%2015.4%2048.6%202%2032%202c-8.2%200-15.6%203.3-21%208.6z%22%2F%3E%3Cpath%20fill%3D%22%23f9f9f9%22%20d%3D%22M11%2010.6C5.4%2016%202%2023.6%202%2032s3.4%2016%209%2021.4L32.4%2032z%22%2F%3E%3Cpath%20fill%3D%22%23c94747%22%20d%3D%22m14%2035.7l4.3%203.3l-1.6-5.3l4.3-3.5h-5.3L14%2025l-1.6%205.2H7l4.3%203.5L9.7%2039z%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%2383bf4f%22%20d%3D%22M11%2032v21.4c5.4%205.3%2012.8%208.6%2021%208.6c16.6%200%2030-13.4%2030-30z%22%2F%3E%3Cpath%20fill%3D%22%2342ade2%22%20d%3D%22M11%2032h51C62%2015.4%2048.6%202%2032%202c-8.2%200-15.6%203.3-21%208.6z%22%2F%3E%3Cpath%20fill%3D%22%23f9f9f9%22%20d%3D%22M11%2010.6C5.4%2016%202%2023.6%202%2032s3.4%2016%209%2021.4L32.4%2032z%22%2F%3E%3Cpath%20fill%3D%22%23c94747%22%20d%3D%22m14%2035.7l4.3%203.3l-1.6-5.3l4.3-3.5h-5.3L14%2025l-1.6%205.2H7l4.3%203.5L9.7%2039z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/flag-for-djibouti.svg?color=%231a73e8&size=48