flag for st kitts and nevis emoji

flag-for-st-kitts-and-nevis from Emoji One (Colored) by Emoji One · Default · Flags · CC-BY-4.0 Attribution required.

Name
flag-for-st-kitts-and-nevis
Set
Emoji One (Colored)
Style
Default
Category
Flags
Viewbox
64×64
License
CC BY 4.0
Aliases
flag-for-flag-st-kitts-and-nevis

More flags icons from Emoji One (Colored)

Use the flag for st kitts and nevis emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#3e4347" d="M6 47c1.9 3.4 4.4 6.2 7.3 8.5l48.4-27.9C61.1 24 59.9 20.4 58 17s-4.4-6.2-7.3-8.5L2.3 36.4C2.9 40.1 4.1 43.6 6 47"/><path fill="#ffe62e" d="m19.1 59.1l42.8-24.7c.2-2.3.1-4.5-.2-6.8L13.3 55.5c1.8 1.4 3.8 2.6 5.8 3.6M2.3 36.4L50.7 8.5c-1.8-1.4-3.7-2.6-5.8-3.6L2.1 29.6c-.2 2.3-.1 4.6.2 6.8"/><path fill="#699635" d="M44.9 4.9C36.3.8 25.9.9 17 6S2.9 20.1 2.1 29.6z"/><path fill="#ed4c5c" d="M19.1 59.1c8.6 4.1 19 4 27.9-1.1s14.1-14.1 14.9-23.6z"/><path fill="#fff" d="m22 40.1l4.6.6l-3.5-3.2l1.8-4.3l-4 2.3l-3.5-3.3l1.1 4.7l-3.9 2.2l4.5.7l1.1 4.6zm22-12.7l4.6.6l-3.5-3.3l1.8-4.2l-3.9 2.2l-3.5-3.2l1 4.6l-3.9 2.3l4.6.6l1.1 4.6z"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneFlagForStKittsAndNevis(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="M6 47c1.9 3.4 4.4 6.2 7.3 8.5l48.4-27.9C61.1 24 59.9 20.4 58 17s-4.4-6.2-7.3-8.5L2.3 36.4C2.9 40.1 4.1 43.6 6 47"/><path fill="#ffe62e" d="m19.1 59.1l42.8-24.7c.2-2.3.1-4.5-.2-6.8L13.3 55.5c1.8 1.4 3.8 2.6 5.8 3.6M2.3 36.4L50.7 8.5c-1.8-1.4-3.7-2.6-5.8-3.6L2.1 29.6c-.2 2.3-.1 4.6.2 6.8"/><path fill="#699635" d="M44.9 4.9C36.3.8 25.9.9 17 6S2.9 20.1 2.1 29.6z"/><path fill="#ed4c5c" d="M19.1 59.1c8.6 4.1 19 4 27.9-1.1s14.1-14.1 14.9-23.6z"/><path fill="#fff" d="m22 40.1l4.6.6l-3.5-3.2l1.8-4.3l-4 2.3l-3.5-3.3l1.1 4.7l-3.9 2.2l4.5.7l1.1 4.6zm22-12.7l4.6.6l-3.5-3.3l1.8-4.2l-3.9 2.2l-3.5-3.2l1 4.6l-3.9 2.3l4.6.6l1.1 4.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#3e4347" d="M6 47c1.9 3.4 4.4 6.2 7.3 8.5l48.4-27.9C61.1 24 59.9 20.4 58 17s-4.4-6.2-7.3-8.5L2.3 36.4C2.9 40.1 4.1 43.6 6 47"/><path fill="#ffe62e" d="m19.1 59.1l42.8-24.7c.2-2.3.1-4.5-.2-6.8L13.3 55.5c1.8 1.4 3.8 2.6 5.8 3.6M2.3 36.4L50.7 8.5c-1.8-1.4-3.7-2.6-5.8-3.6L2.1 29.6c-.2 2.3-.1 4.6.2 6.8"/><path fill="#699635" d="M44.9 4.9C36.3.8 25.9.9 17 6S2.9 20.1 2.1 29.6z"/><path fill="#ed4c5c" d="M19.1 59.1c8.6 4.1 19 4 27.9-1.1s14.1-14.1 14.9-23.6z"/><path fill="#fff" d="m22 40.1l4.6.6l-3.5-3.2l1.8-4.3l-4 2.3l-3.5-3.3l1.1 4.7l-3.9 2.2l4.5.7l1.1 4.6zm22-12.7l4.6.6l-3.5-3.3l1.8-4.2l-3.9 2.2l-3.5-3.2l1 4.6l-3.9 2.3l4.6.6l1.1 4.6z"/></svg>
</template>

CSS

.icon-flag-for-st-kitts-and-nevis {
  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%22M6%2047c1.9%203.4%204.4%206.2%207.3%208.5l48.4-27.9C61.1%2024%2059.9%2020.4%2058%2017s-4.4-6.2-7.3-8.5L2.3%2036.4C2.9%2040.1%204.1%2043.6%206%2047%22%2F%3E%3Cpath%20fill%3D%22%23ffe62e%22%20d%3D%22m19.1%2059.1l42.8-24.7c.2-2.3.1-4.5-.2-6.8L13.3%2055.5c1.8%201.4%203.8%202.6%205.8%203.6M2.3%2036.4L50.7%208.5c-1.8-1.4-3.7-2.6-5.8-3.6L2.1%2029.6c-.2%202.3-.1%204.6.2%206.8%22%2F%3E%3Cpath%20fill%3D%22%23699635%22%20d%3D%22M44.9%204.9C36.3.8%2025.9.9%2017%206S2.9%2020.1%202.1%2029.6z%22%2F%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22M19.1%2059.1c8.6%204.1%2019%204%2027.9-1.1s14.1-14.1%2014.9-23.6z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m22%2040.1l4.6.6l-3.5-3.2l1.8-4.3l-4%202.3l-3.5-3.3l1.1%204.7l-3.9%202.2l4.5.7l1.1%204.6zm22-12.7l4.6.6l-3.5-3.3l1.8-4.2l-3.9%202.2l-3.5-3.2l1%204.6l-3.9%202.3l4.6.6l1.1%204.6z%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%233e4347%22%20d%3D%22M6%2047c1.9%203.4%204.4%206.2%207.3%208.5l48.4-27.9C61.1%2024%2059.9%2020.4%2058%2017s-4.4-6.2-7.3-8.5L2.3%2036.4C2.9%2040.1%204.1%2043.6%206%2047%22%2F%3E%3Cpath%20fill%3D%22%23ffe62e%22%20d%3D%22m19.1%2059.1l42.8-24.7c.2-2.3.1-4.5-.2-6.8L13.3%2055.5c1.8%201.4%203.8%202.6%205.8%203.6M2.3%2036.4L50.7%208.5c-1.8-1.4-3.7-2.6-5.8-3.6L2.1%2029.6c-.2%202.3-.1%204.6.2%206.8%22%2F%3E%3Cpath%20fill%3D%22%23699635%22%20d%3D%22M44.9%204.9C36.3.8%2025.9.9%2017%206S2.9%2020.1%202.1%2029.6z%22%2F%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22M19.1%2059.1c8.6%204.1%2019%204%2027.9-1.1s14.1-14.1%2014.9-23.6z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m22%2040.1l4.6.6l-3.5-3.2l1.8-4.3l-4%202.3l-3.5-3.3l1.1%204.7l-3.9%202.2l4.5.7l1.1%204.6zm22-12.7l4.6.6l-3.5-3.3l1.8-4.2l-3.9%202.2l-3.5-3.2l1%204.6l-3.9%202.3l4.6.6l1.1%204.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/flag-for-st-kitts-and-nevis.svg?color=%231a73e8&size=48