flag for kenya emoji
flag-for-kenya from Emoji One (Colored) by Emoji One · Default · Flags · CC-BY-4.0 Attribution required.
- Name
- flag-for-kenya
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Flags
- Viewbox
- 64×64
- License
- CC BY 4.0
- Aliases
- flag-for-flag-kenya
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 kenya emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#3e4347" d="M32 2C19.7 2 9.1 9.4 4.5 20h55C54.9 9.4 44.3 2 32 2"/><path fill="#75a843" d="M32 62c12.3 0 22.9-7.4 27.5-18h-55C9.1 54.6 19.7 62 32 62"/><path fill="#c94747" d="M62 32c0-2.8-.4-5.5-1.1-8H3.1C2.4 26.5 2 29.2 2 32s.4 5.5 1.1 8h57.8c.7-2.5 1.1-5.2 1.1-8"/><g fill="#fff"><path d="M3.7 42c.2.7.5 1.3.8 2h55c.3-.7.6-1.3.8-2s.4-1.3.6-2H3.1c.2.7.4 1.3.6 2m56.6-20c-.2-.7-.5-1.3-.8-2h-55c-.3.7-.6 1.3-.8 2s-.4 1.3-.6 2h57.8c-.2-.7-.4-1.3-.6-2"/><path d="m20.2 52.3l.7.4l19.3-33.4c1.1-.3 1.7-1.4 2.4-2.4c.4-.7 2.1-3.6 2.8-7.3c-2.9 2.5-4.5 5.3-4.9 6.1c-.6 1.1-1.2 2.1-.9 3.3z"/><path d="m43.8 52.3l-.7.4l-19.3-33.4c-1.1-.3-1.7-1.4-2.4-2.4c-.4-.7-2.1-3.6-2.8-7.3c2.9 2.5 4.5 5.3 4.9 6.1c.6 1.1 1.2 2.1.9 3.3z"/></g><path fill="#c94747" d="M40 32c0 11-8 20-8 20s-8-9-8-20s8-20 8-20s8 9 8 20"/><path fill="#3e4347" d="M26.1 40c1.7-1.7 2.9-4.6 2.9-8s-1.1-6.3-2.9-8c-.7 2.3-1.1 5.1-1.1 8s.4 5.7 1.1 8m11.8-16c-1.7 1.7-2.9 4.6-2.9 8s1.1 6.3 2.9 8c.7-2.3 1.1-5.1 1.1-8s-.4-5.7-1.1-8"/><g fill="#fff"><ellipse cx="32" cy="32" rx="1.6" ry="2.4"/><path d="M31.4 12.7c-.6 1.7-1 4.9-1 8.4c0 3.6.4 6.7 1 8.4c.2-2.5.4-5.3.4-8.4c0-3-.1-5.9-.4-8.4m1.2 0c.6 1.7 1 4.9 1 8.4c0 3.6-.4 6.7-1 8.4c-.2-2.5-.4-5.3-.4-8.4c0-3 .1-5.9.4-8.4m-1.2 21.7c-.6 1.7-1 4.9-1 8.4c0 3.6.4 6.7 1 8.4c.2-2.5.4-5.3.4-8.4c0-3-.1-5.9-.4-8.4m1.2 0c.6 1.7 1 4.9 1 8.4c0 3.6-.4 6.7-1 8.4c-.2-2.5-.4-5.3-.4-8.4c0-3 .1-5.9.4-8.4"/></g></svg>
React
import type { SVGProps } from "react";
export function EmojioneFlagForKenya(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#3e4347" d="M32 2C19.7 2 9.1 9.4 4.5 20h55C54.9 9.4 44.3 2 32 2"/><path fill="#75a843" d="M32 62c12.3 0 22.9-7.4 27.5-18h-55C9.1 54.6 19.7 62 32 62"/><path fill="#c94747" d="M62 32c0-2.8-.4-5.5-1.1-8H3.1C2.4 26.5 2 29.2 2 32s.4 5.5 1.1 8h57.8c.7-2.5 1.1-5.2 1.1-8"/><g fill="#fff"><path d="M3.7 42c.2.7.5 1.3.8 2h55c.3-.7.6-1.3.8-2s.4-1.3.6-2H3.1c.2.7.4 1.3.6 2m56.6-20c-.2-.7-.5-1.3-.8-2h-55c-.3.7-.6 1.3-.8 2s-.4 1.3-.6 2h57.8c-.2-.7-.4-1.3-.6-2"/><path d="m20.2 52.3l.7.4l19.3-33.4c1.1-.3 1.7-1.4 2.4-2.4c.4-.7 2.1-3.6 2.8-7.3c-2.9 2.5-4.5 5.3-4.9 6.1c-.6 1.1-1.2 2.1-.9 3.3z"/><path d="m43.8 52.3l-.7.4l-19.3-33.4c-1.1-.3-1.7-1.4-2.4-2.4c-.4-.7-2.1-3.6-2.8-7.3c2.9 2.5 4.5 5.3 4.9 6.1c.6 1.1 1.2 2.1.9 3.3z"/></g><path fill="#c94747" d="M40 32c0 11-8 20-8 20s-8-9-8-20s8-20 8-20s8 9 8 20"/><path fill="#3e4347" d="M26.1 40c1.7-1.7 2.9-4.6 2.9-8s-1.1-6.3-2.9-8c-.7 2.3-1.1 5.1-1.1 8s.4 5.7 1.1 8m11.8-16c-1.7 1.7-2.9 4.6-2.9 8s1.1 6.3 2.9 8c.7-2.3 1.1-5.1 1.1-8s-.4-5.7-1.1-8"/><g fill="#fff"><ellipse cx="32" cy="32" rx="1.6" ry="2.4"/><path d="M31.4 12.7c-.6 1.7-1 4.9-1 8.4c0 3.6.4 6.7 1 8.4c.2-2.5.4-5.3.4-8.4c0-3-.1-5.9-.4-8.4m1.2 0c.6 1.7 1 4.9 1 8.4c0 3.6-.4 6.7-1 8.4c-.2-2.5-.4-5.3-.4-8.4c0-3 .1-5.9.4-8.4m-1.2 21.7c-.6 1.7-1 4.9-1 8.4c0 3.6.4 6.7 1 8.4c.2-2.5.4-5.3.4-8.4c0-3-.1-5.9-.4-8.4m1.2 0c.6 1.7 1 4.9 1 8.4c0 3.6-.4 6.7-1 8.4c-.2-2.5-.4-5.3-.4-8.4c0-3 .1-5.9.4-8.4"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#3e4347" d="M32 2C19.7 2 9.1 9.4 4.5 20h55C54.9 9.4 44.3 2 32 2"/><path fill="#75a843" d="M32 62c12.3 0 22.9-7.4 27.5-18h-55C9.1 54.6 19.7 62 32 62"/><path fill="#c94747" d="M62 32c0-2.8-.4-5.5-1.1-8H3.1C2.4 26.5 2 29.2 2 32s.4 5.5 1.1 8h57.8c.7-2.5 1.1-5.2 1.1-8"/><g fill="#fff"><path d="M3.7 42c.2.7.5 1.3.8 2h55c.3-.7.6-1.3.8-2s.4-1.3.6-2H3.1c.2.7.4 1.3.6 2m56.6-20c-.2-.7-.5-1.3-.8-2h-55c-.3.7-.6 1.3-.8 2s-.4 1.3-.6 2h57.8c-.2-.7-.4-1.3-.6-2"/><path d="m20.2 52.3l.7.4l19.3-33.4c1.1-.3 1.7-1.4 2.4-2.4c.4-.7 2.1-3.6 2.8-7.3c-2.9 2.5-4.5 5.3-4.9 6.1c-.6 1.1-1.2 2.1-.9 3.3z"/><path d="m43.8 52.3l-.7.4l-19.3-33.4c-1.1-.3-1.7-1.4-2.4-2.4c-.4-.7-2.1-3.6-2.8-7.3c2.9 2.5 4.5 5.3 4.9 6.1c.6 1.1 1.2 2.1.9 3.3z"/></g><path fill="#c94747" d="M40 32c0 11-8 20-8 20s-8-9-8-20s8-20 8-20s8 9 8 20"/><path fill="#3e4347" d="M26.1 40c1.7-1.7 2.9-4.6 2.9-8s-1.1-6.3-2.9-8c-.7 2.3-1.1 5.1-1.1 8s.4 5.7 1.1 8m11.8-16c-1.7 1.7-2.9 4.6-2.9 8s1.1 6.3 2.9 8c.7-2.3 1.1-5.1 1.1-8s-.4-5.7-1.1-8"/><g fill="#fff"><ellipse cx="32" cy="32" rx="1.6" ry="2.4"/><path d="M31.4 12.7c-.6 1.7-1 4.9-1 8.4c0 3.6.4 6.7 1 8.4c.2-2.5.4-5.3.4-8.4c0-3-.1-5.9-.4-8.4m1.2 0c.6 1.7 1 4.9 1 8.4c0 3.6-.4 6.7-1 8.4c-.2-2.5-.4-5.3-.4-8.4c0-3 .1-5.9.4-8.4m-1.2 21.7c-.6 1.7-1 4.9-1 8.4c0 3.6.4 6.7 1 8.4c.2-2.5.4-5.3.4-8.4c0-3-.1-5.9-.4-8.4m1.2 0c.6 1.7 1 4.9 1 8.4c0 3.6-.4 6.7-1 8.4c-.2-2.5-.4-5.3-.4-8.4c0-3 .1-5.9.4-8.4"/></g></svg> </template>
CSS
.icon-flag-for-kenya {
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%233e4347%22%20d%3D%22M32%202C19.7%202%209.1%209.4%204.5%2020h55C54.9%209.4%2044.3%202%2032%202%22%2F%3E%3Cpath%20fill%3D%22%2375a843%22%20d%3D%22M32%2062c12.3%200%2022.9-7.4%2027.5-18h-55C9.1%2054.6%2019.7%2062%2032%2062%22%2F%3E%3Cpath%20fill%3D%22%23c94747%22%20d%3D%22M62%2032c0-2.8-.4-5.5-1.1-8H3.1C2.4%2026.5%202%2029.2%202%2032s.4%205.5%201.1%208h57.8c.7-2.5%201.1-5.2%201.1-8%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M3.7%2042c.2.7.5%201.3.8%202h55c.3-.7.6-1.3.8-2s.4-1.3.6-2H3.1c.2.7.4%201.3.6%202m56.6-20c-.2-.7-.5-1.3-.8-2h-55c-.3.7-.6%201.3-.8%202s-.4%201.3-.6%202h57.8c-.2-.7-.4-1.3-.6-2%22%2F%3E%3Cpath%20d%3D%22m20.2%2052.3l.7.4l19.3-33.4c1.1-.3%201.7-1.4%202.4-2.4c.4-.7%202.1-3.6%202.8-7.3c-2.9%202.5-4.5%205.3-4.9%206.1c-.6%201.1-1.2%202.1-.9%203.3z%22%2F%3E%3Cpath%20d%3D%22m43.8%2052.3l-.7.4l-19.3-33.4c-1.1-.3-1.7-1.4-2.4-2.4c-.4-.7-2.1-3.6-2.8-7.3c2.9%202.5%204.5%205.3%204.9%206.1c.6%201.1%201.2%202.1.9%203.3z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23c94747%22%20d%3D%22M40%2032c0%2011-8%2020-8%2020s-8-9-8-20s8-20%208-20s8%209%208%2020%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M26.1%2040c1.7-1.7%202.9-4.6%202.9-8s-1.1-6.3-2.9-8c-.7%202.3-1.1%205.1-1.1%208s.4%205.7%201.1%208m11.8-16c-1.7%201.7-2.9%204.6-2.9%208s1.1%206.3%202.9%208c.7-2.3%201.1-5.1%201.1-8s-.4-5.7-1.1-8%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cellipse%20cx%3D%2232%22%20cy%3D%2232%22%20rx%3D%221.6%22%20ry%3D%222.4%22%2F%3E%3Cpath%20d%3D%22M31.4%2012.7c-.6%201.7-1%204.9-1%208.4c0%203.6.4%206.7%201%208.4c.2-2.5.4-5.3.4-8.4c0-3-.1-5.9-.4-8.4m1.2%200c.6%201.7%201%204.9%201%208.4c0%203.6-.4%206.7-1%208.4c-.2-2.5-.4-5.3-.4-8.4c0-3%20.1-5.9.4-8.4m-1.2%2021.7c-.6%201.7-1%204.9-1%208.4c0%203.6.4%206.7%201%208.4c.2-2.5.4-5.3.4-8.4c0-3-.1-5.9-.4-8.4m1.2%200c.6%201.7%201%204.9%201%208.4c0%203.6-.4%206.7-1%208.4c-.2-2.5-.4-5.3-.4-8.4c0-3%20.1-5.9.4-8.4%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%233e4347%22%20d%3D%22M32%202C19.7%202%209.1%209.4%204.5%2020h55C54.9%209.4%2044.3%202%2032%202%22%2F%3E%3Cpath%20fill%3D%22%2375a843%22%20d%3D%22M32%2062c12.3%200%2022.9-7.4%2027.5-18h-55C9.1%2054.6%2019.7%2062%2032%2062%22%2F%3E%3Cpath%20fill%3D%22%23c94747%22%20d%3D%22M62%2032c0-2.8-.4-5.5-1.1-8H3.1C2.4%2026.5%202%2029.2%202%2032s.4%205.5%201.1%208h57.8c.7-2.5%201.1-5.2%201.1-8%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M3.7%2042c.2.7.5%201.3.8%202h55c.3-.7.6-1.3.8-2s.4-1.3.6-2H3.1c.2.7.4%201.3.6%202m56.6-20c-.2-.7-.5-1.3-.8-2h-55c-.3.7-.6%201.3-.8%202s-.4%201.3-.6%202h57.8c-.2-.7-.4-1.3-.6-2%22%2F%3E%3Cpath%20d%3D%22m20.2%2052.3l.7.4l19.3-33.4c1.1-.3%201.7-1.4%202.4-2.4c.4-.7%202.1-3.6%202.8-7.3c-2.9%202.5-4.5%205.3-4.9%206.1c-.6%201.1-1.2%202.1-.9%203.3z%22%2F%3E%3Cpath%20d%3D%22m43.8%2052.3l-.7.4l-19.3-33.4c-1.1-.3-1.7-1.4-2.4-2.4c-.4-.7-2.1-3.6-2.8-7.3c2.9%202.5%204.5%205.3%204.9%206.1c.6%201.1%201.2%202.1.9%203.3z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23c94747%22%20d%3D%22M40%2032c0%2011-8%2020-8%2020s-8-9-8-20s8-20%208-20s8%209%208%2020%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M26.1%2040c1.7-1.7%202.9-4.6%202.9-8s-1.1-6.3-2.9-8c-.7%202.3-1.1%205.1-1.1%208s.4%205.7%201.1%208m11.8-16c-1.7%201.7-2.9%204.6-2.9%208s1.1%206.3%202.9%208c.7-2.3%201.1-5.1%201.1-8s-.4-5.7-1.1-8%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cellipse%20cx%3D%2232%22%20cy%3D%2232%22%20rx%3D%221.6%22%20ry%3D%222.4%22%2F%3E%3Cpath%20d%3D%22M31.4%2012.7c-.6%201.7-1%204.9-1%208.4c0%203.6.4%206.7%201%208.4c.2-2.5.4-5.3.4-8.4c0-3-.1-5.9-.4-8.4m1.2%200c.6%201.7%201%204.9%201%208.4c0%203.6-.4%206.7-1%208.4c-.2-2.5-.4-5.3-.4-8.4c0-3%20.1-5.9.4-8.4m-1.2%2021.7c-.6%201.7-1%204.9-1%208.4c0%203.6.4%206.7%201%208.4c.2-2.5.4-5.3.4-8.4c0-3-.1-5.9-.4-8.4m1.2%200c.6%201.7%201%204.9%201%208.4c0%203.6-.4%206.7-1%208.4c-.2-2.5-.4-5.3-.4-8.4c0-3%20.1-5.9.4-8.4%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-kenya.svg?color=%231a73e8&size=48