flag for new caledonia emoji
flag-for-new-caledonia from Emoji One (Colored) by Emoji One · Default · Flags · CC-BY-4.0 Attribution required.
- Name
- flag-for-new-caledonia
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Flags
- Viewbox
- 64×64
- License
- CC BY 4.0
- Aliases
- flag-for-flag-new-caledonia
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 new caledonia emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#83bf4f" d="M32 62c13.1 0 24.2-8.3 28.3-20H3.7C7.8 53.7 18.9 62 32 62"/><path fill="#2a5f9e" d="M32 2C18.9 2 7.8 10.4 3.7 22h56.6C56.2 10.4 45.1 2 32 2"/><path fill="#ed4c5c" d="M60.3 42c1.1-3.1 1.7-6.5 1.7-10s-.6-6.9-1.7-10H3.7C2.6 25.1 2 28.5 2 32s.6 6.9 1.7 10z"/><circle cx="24" cy="32" r="17.7" fill="#ffe62e"/><path fill="#3e4347" d="M24 14c-9.9 0-18 8.1-18 18s8.1 18 18 18s18-8.1 18-18s-8.1-18-18-18M6.6 32c0-9.5 7.6-17.2 17-17.4v3.9c-1.1.5-1.9.9-2.1 1.9c0 .1-.1 1.4-.1 1.8c0 0 .2 0 .6-.3c.2-.2.8-.3 1.6-.7v2c-1.2.2-2 1.2-2 2.4s.9 2.2 2 2.4v.5c-.9 0-1.7-.3-2.4-1.7c-.4-.8-1.4-2-1.4-2s.5 1.3.5 2.7c.1 2 1.9 2.2 3.2 2.2v.4H21v.7h2.6v.4c-1.2.1-2 .7-2 1.5s.9 1.4 2 1.5v.4H21v.4h2.6v.4c-2 .1-3 .9-3.1 2.1c-.2 2.5-.7 4.5-.7 4.5s.8-.9 1.6-3.1c.4-1 1.3-1.6 2.2-1.8v.3c-.9.2-1.6 1.4-1.6 2.8s.7 2.6 1.6 2.8v.8c-1.2 0-2.4.3-3 .8c-.8.7-2.8 2.6-3.6 3.4c-6.1-2.7-10.4-8.8-10.4-16m24 16.1c-.7-.8-2.5-2.7-3.6-3.5c-.6-.5-1.6-.7-2.6-.8V43c.9-.2 1.6-1.4 1.6-2.8s-.7-2.6-1.6-2.8v-.3c.9.1 1.8.8 2.2 1.8c.9 2.2 1.6 3.1 1.6 3.1s-.5-2-.7-4.5c-.1-1.2-1.1-2-3.1-2.1V35H27v-.7h-2.6v-.4c1.2-.1 2-.7 2-1.5s-.9-1.4-2-1.5v-.4H27v-.7h-2.6v-.4c1.4 0 3.1-.2 3.2-2.2c.1-1.4.5-2.7.5-2.7s-1 1.2-1.4 2c-.7 1.4-1.5 1.7-2.4 1.7v-.5c1.2-.2 2-1.2 2-2.4s-.9-2.2-2-2.4v-2.5c.7-.6 1.5-1.5 2.3-2.9c.4-.8.2-1.1.2-1.1s0 .1-.3.3c-.7.6-1.5 1-2.2 1.4v-3.5c9.4.2 17 7.9 17 17.4c.1 7.3-4.4 13.5-10.7 16.1"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneFlagForNewCaledonia(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="M32 62c13.1 0 24.2-8.3 28.3-20H3.7C7.8 53.7 18.9 62 32 62"/><path fill="#2a5f9e" d="M32 2C18.9 2 7.8 10.4 3.7 22h56.6C56.2 10.4 45.1 2 32 2"/><path fill="#ed4c5c" d="M60.3 42c1.1-3.1 1.7-6.5 1.7-10s-.6-6.9-1.7-10H3.7C2.6 25.1 2 28.5 2 32s.6 6.9 1.7 10z"/><circle cx="24" cy="32" r="17.7" fill="#ffe62e"/><path fill="#3e4347" d="M24 14c-9.9 0-18 8.1-18 18s8.1 18 18 18s18-8.1 18-18s-8.1-18-18-18M6.6 32c0-9.5 7.6-17.2 17-17.4v3.9c-1.1.5-1.9.9-2.1 1.9c0 .1-.1 1.4-.1 1.8c0 0 .2 0 .6-.3c.2-.2.8-.3 1.6-.7v2c-1.2.2-2 1.2-2 2.4s.9 2.2 2 2.4v.5c-.9 0-1.7-.3-2.4-1.7c-.4-.8-1.4-2-1.4-2s.5 1.3.5 2.7c.1 2 1.9 2.2 3.2 2.2v.4H21v.7h2.6v.4c-1.2.1-2 .7-2 1.5s.9 1.4 2 1.5v.4H21v.4h2.6v.4c-2 .1-3 .9-3.1 2.1c-.2 2.5-.7 4.5-.7 4.5s.8-.9 1.6-3.1c.4-1 1.3-1.6 2.2-1.8v.3c-.9.2-1.6 1.4-1.6 2.8s.7 2.6 1.6 2.8v.8c-1.2 0-2.4.3-3 .8c-.8.7-2.8 2.6-3.6 3.4c-6.1-2.7-10.4-8.8-10.4-16m24 16.1c-.7-.8-2.5-2.7-3.6-3.5c-.6-.5-1.6-.7-2.6-.8V43c.9-.2 1.6-1.4 1.6-2.8s-.7-2.6-1.6-2.8v-.3c.9.1 1.8.8 2.2 1.8c.9 2.2 1.6 3.1 1.6 3.1s-.5-2-.7-4.5c-.1-1.2-1.1-2-3.1-2.1V35H27v-.7h-2.6v-.4c1.2-.1 2-.7 2-1.5s-.9-1.4-2-1.5v-.4H27v-.7h-2.6v-.4c1.4 0 3.1-.2 3.2-2.2c.1-1.4.5-2.7.5-2.7s-1 1.2-1.4 2c-.7 1.4-1.5 1.7-2.4 1.7v-.5c1.2-.2 2-1.2 2-2.4s-.9-2.2-2-2.4v-2.5c.7-.6 1.5-1.5 2.3-2.9c.4-.8.2-1.1.2-1.1s0 .1-.3.3c-.7.6-1.5 1-2.2 1.4v-3.5c9.4.2 17 7.9 17 17.4c.1 7.3-4.4 13.5-10.7 16.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#83bf4f" d="M32 62c13.1 0 24.2-8.3 28.3-20H3.7C7.8 53.7 18.9 62 32 62"/><path fill="#2a5f9e" d="M32 2C18.9 2 7.8 10.4 3.7 22h56.6C56.2 10.4 45.1 2 32 2"/><path fill="#ed4c5c" d="M60.3 42c1.1-3.1 1.7-6.5 1.7-10s-.6-6.9-1.7-10H3.7C2.6 25.1 2 28.5 2 32s.6 6.9 1.7 10z"/><circle cx="24" cy="32" r="17.7" fill="#ffe62e"/><path fill="#3e4347" d="M24 14c-9.9 0-18 8.1-18 18s8.1 18 18 18s18-8.1 18-18s-8.1-18-18-18M6.6 32c0-9.5 7.6-17.2 17-17.4v3.9c-1.1.5-1.9.9-2.1 1.9c0 .1-.1 1.4-.1 1.8c0 0 .2 0 .6-.3c.2-.2.8-.3 1.6-.7v2c-1.2.2-2 1.2-2 2.4s.9 2.2 2 2.4v.5c-.9 0-1.7-.3-2.4-1.7c-.4-.8-1.4-2-1.4-2s.5 1.3.5 2.7c.1 2 1.9 2.2 3.2 2.2v.4H21v.7h2.6v.4c-1.2.1-2 .7-2 1.5s.9 1.4 2 1.5v.4H21v.4h2.6v.4c-2 .1-3 .9-3.1 2.1c-.2 2.5-.7 4.5-.7 4.5s.8-.9 1.6-3.1c.4-1 1.3-1.6 2.2-1.8v.3c-.9.2-1.6 1.4-1.6 2.8s.7 2.6 1.6 2.8v.8c-1.2 0-2.4.3-3 .8c-.8.7-2.8 2.6-3.6 3.4c-6.1-2.7-10.4-8.8-10.4-16m24 16.1c-.7-.8-2.5-2.7-3.6-3.5c-.6-.5-1.6-.7-2.6-.8V43c.9-.2 1.6-1.4 1.6-2.8s-.7-2.6-1.6-2.8v-.3c.9.1 1.8.8 2.2 1.8c.9 2.2 1.6 3.1 1.6 3.1s-.5-2-.7-4.5c-.1-1.2-1.1-2-3.1-2.1V35H27v-.7h-2.6v-.4c1.2-.1 2-.7 2-1.5s-.9-1.4-2-1.5v-.4H27v-.7h-2.6v-.4c1.4 0 3.1-.2 3.2-2.2c.1-1.4.5-2.7.5-2.7s-1 1.2-1.4 2c-.7 1.4-1.5 1.7-2.4 1.7v-.5c1.2-.2 2-1.2 2-2.4s-.9-2.2-2-2.4v-2.5c.7-.6 1.5-1.5 2.3-2.9c.4-.8.2-1.1.2-1.1s0 .1-.3.3c-.7.6-1.5 1-2.2 1.4v-3.5c9.4.2 17 7.9 17 17.4c.1 7.3-4.4 13.5-10.7 16.1"/></svg> </template>
CSS
.icon-flag-for-new-caledonia {
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%22M32%2062c13.1%200%2024.2-8.3%2028.3-20H3.7C7.8%2053.7%2018.9%2062%2032%2062%22%2F%3E%3Cpath%20fill%3D%22%232a5f9e%22%20d%3D%22M32%202C18.9%202%207.8%2010.4%203.7%2022h56.6C56.2%2010.4%2045.1%202%2032%202%22%2F%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22M60.3%2042c1.1-3.1%201.7-6.5%201.7-10s-.6-6.9-1.7-10H3.7C2.6%2025.1%202%2028.5%202%2032s.6%206.9%201.7%2010z%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2232%22%20r%3D%2217.7%22%20fill%3D%22%23ffe62e%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M24%2014c-9.9%200-18%208.1-18%2018s8.1%2018%2018%2018s18-8.1%2018-18s-8.1-18-18-18M6.6%2032c0-9.5%207.6-17.2%2017-17.4v3.9c-1.1.5-1.9.9-2.1%201.9c0%20.1-.1%201.4-.1%201.8c0%200%20.2%200%20.6-.3c.2-.2.8-.3%201.6-.7v2c-1.2.2-2%201.2-2%202.4s.9%202.2%202%202.4v.5c-.9%200-1.7-.3-2.4-1.7c-.4-.8-1.4-2-1.4-2s.5%201.3.5%202.7c.1%202%201.9%202.2%203.2%202.2v.4H21v.7h2.6v.4c-1.2.1-2%20.7-2%201.5s.9%201.4%202%201.5v.4H21v.4h2.6v.4c-2%20.1-3%20.9-3.1%202.1c-.2%202.5-.7%204.5-.7%204.5s.8-.9%201.6-3.1c.4-1%201.3-1.6%202.2-1.8v.3c-.9.2-1.6%201.4-1.6%202.8s.7%202.6%201.6%202.8v.8c-1.2%200-2.4.3-3%20.8c-.8.7-2.8%202.6-3.6%203.4c-6.1-2.7-10.4-8.8-10.4-16m24%2016.1c-.7-.8-2.5-2.7-3.6-3.5c-.6-.5-1.6-.7-2.6-.8V43c.9-.2%201.6-1.4%201.6-2.8s-.7-2.6-1.6-2.8v-.3c.9.1%201.8.8%202.2%201.8c.9%202.2%201.6%203.1%201.6%203.1s-.5-2-.7-4.5c-.1-1.2-1.1-2-3.1-2.1V35H27v-.7h-2.6v-.4c1.2-.1%202-.7%202-1.5s-.9-1.4-2-1.5v-.4H27v-.7h-2.6v-.4c1.4%200%203.1-.2%203.2-2.2c.1-1.4.5-2.7.5-2.7s-1%201.2-1.4%202c-.7%201.4-1.5%201.7-2.4%201.7v-.5c1.2-.2%202-1.2%202-2.4s-.9-2.2-2-2.4v-2.5c.7-.6%201.5-1.5%202.3-2.9c.4-.8.2-1.1.2-1.1s0%20.1-.3.3c-.7.6-1.5%201-2.2%201.4v-3.5c9.4.2%2017%207.9%2017%2017.4c.1%207.3-4.4%2013.5-10.7%2016.1%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%22M32%2062c13.1%200%2024.2-8.3%2028.3-20H3.7C7.8%2053.7%2018.9%2062%2032%2062%22%2F%3E%3Cpath%20fill%3D%22%232a5f9e%22%20d%3D%22M32%202C18.9%202%207.8%2010.4%203.7%2022h56.6C56.2%2010.4%2045.1%202%2032%202%22%2F%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22M60.3%2042c1.1-3.1%201.7-6.5%201.7-10s-.6-6.9-1.7-10H3.7C2.6%2025.1%202%2028.5%202%2032s.6%206.9%201.7%2010z%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2232%22%20r%3D%2217.7%22%20fill%3D%22%23ffe62e%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M24%2014c-9.9%200-18%208.1-18%2018s8.1%2018%2018%2018s18-8.1%2018-18s-8.1-18-18-18M6.6%2032c0-9.5%207.6-17.2%2017-17.4v3.9c-1.1.5-1.9.9-2.1%201.9c0%20.1-.1%201.4-.1%201.8c0%200%20.2%200%20.6-.3c.2-.2.8-.3%201.6-.7v2c-1.2.2-2%201.2-2%202.4s.9%202.2%202%202.4v.5c-.9%200-1.7-.3-2.4-1.7c-.4-.8-1.4-2-1.4-2s.5%201.3.5%202.7c.1%202%201.9%202.2%203.2%202.2v.4H21v.7h2.6v.4c-1.2.1-2%20.7-2%201.5s.9%201.4%202%201.5v.4H21v.4h2.6v.4c-2%20.1-3%20.9-3.1%202.1c-.2%202.5-.7%204.5-.7%204.5s.8-.9%201.6-3.1c.4-1%201.3-1.6%202.2-1.8v.3c-.9.2-1.6%201.4-1.6%202.8s.7%202.6%201.6%202.8v.8c-1.2%200-2.4.3-3%20.8c-.8.7-2.8%202.6-3.6%203.4c-6.1-2.7-10.4-8.8-10.4-16m24%2016.1c-.7-.8-2.5-2.7-3.6-3.5c-.6-.5-1.6-.7-2.6-.8V43c.9-.2%201.6-1.4%201.6-2.8s-.7-2.6-1.6-2.8v-.3c.9.1%201.8.8%202.2%201.8c.9%202.2%201.6%203.1%201.6%203.1s-.5-2-.7-4.5c-.1-1.2-1.1-2-3.1-2.1V35H27v-.7h-2.6v-.4c1.2-.1%202-.7%202-1.5s-.9-1.4-2-1.5v-.4H27v-.7h-2.6v-.4c1.4%200%203.1-.2%203.2-2.2c.1-1.4.5-2.7.5-2.7s-1%201.2-1.4%202c-.7%201.4-1.5%201.7-2.4%201.7v-.5c1.2-.2%202-1.2%202-2.4s-.9-2.2-2-2.4v-2.5c.7-.6%201.5-1.5%202.3-2.9c.4-.8.2-1.1.2-1.1s0%20.1-.3.3c-.7.6-1.5%201-2.2%201.4v-3.5c9.4.2%2017%207.9%2017%2017.4c.1%207.3-4.4%2013.5-10.7%2016.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/flag-for-new-caledonia.svg?color=%231a73e8&size=48