flag new caledonia emoji

flag-new-caledonia from Twitter Emoji by Twitter · Default · Flags · CC-BY-4.0 Attribution required.

Name
flag-new-caledonia
Set
Twitter Emoji
Style
Default
Category
Flags
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More flags icons from Twitter Emoji

Use the flag new caledonia emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#009543" d="M36 27a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V9a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#ed4135" d="M0 13h36v10H0z"/><path fill="#0035ad" d="M32 5H4a4 4 0 0 0-4 4v4h36V9a4 4 0 0 0-4-4"/><circle cx="13" cy="18" r="9.402" fill="#141414" transform="rotate(-76.714 13.001 18.001)"/><circle cx="13" cy="18" r="9" fill="#fae600"/><g fill="#141414"><path d="M12.87 9.008h.322v17.984h-.322z"/><path d="M14.25 14.719a1.22 1.22 0 1 1-2.439 0a1.22 1.22 0 0 1 2.439 0m-.219 7.547c0 .786-.448 1.422-1 1.422s-1-.636-1-1.422s.448-1.422 1-1.422s1 .635 1 1.422m.219-3.985c0 .406-.546.734-1.219.734s-1.219-.328-1.219-.734s.546-.734 1.219-.734s1.219.328 1.219.734M11.688 13s-.125-.875.125-1.25s.906-.719 1.438-.844C13.781 10.781 14.5 10 14.5 10s-.094 1.156-.969 1.875S11.688 13 11.688 13m-.766 1.776s.484.312.609.781s.469.969 1.469.969v.562s-.844.062-1.312-.125c-.469-.188-.594-1.062-.594-1.375s-.172-.812-.172-.812m4.187 0s-.484.312-.609.781s-.469.969-1.469.969v.562s.844.062 1.312-.125c.469-.188.594-1.062.594-1.375s.172-.812.172-.812"/><path d="M14.938 21.188c0-.312-.141-1.188-.609-1.375c-.47-.188-1.329-.26-1.329-.26s-.844.072-1.312.26s-.594 1.062-.594 1.375S10.922 23 10.922 23s.656-1.098.781-1.566c.125-.469.641-1.053 1.297-1.053c.672 0 1.203.562 1.328 1.031S15.102 23 15.102 23s-.164-1.5-.164-1.812M13 24v3s-.875.094-2.125-.234s-1.484-.453-1.484-.453s1.272-1.273 1.828-1.75C11.875 24 13 24 13 24m0 0v3s.875.094 2.125-.234s1.484-.453 1.484-.453s-1.273-1.273-1.828-1.75C14.125 24 13 24 13 24"/></g></svg>

React

import type { SVGProps } from "react";

export function TwemojiFlagNewCaledonia(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#009543" d="M36 27a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V9a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#ed4135" d="M0 13h36v10H0z"/><path fill="#0035ad" d="M32 5H4a4 4 0 0 0-4 4v4h36V9a4 4 0 0 0-4-4"/><circle cx="13" cy="18" r="9.402" fill="#141414" transform="rotate(-76.714 13.001 18.001)"/><circle cx="13" cy="18" r="9" fill="#fae600"/><g fill="#141414"><path d="M12.87 9.008h.322v17.984h-.322z"/><path d="M14.25 14.719a1.22 1.22 0 1 1-2.439 0a1.22 1.22 0 0 1 2.439 0m-.219 7.547c0 .786-.448 1.422-1 1.422s-1-.636-1-1.422s.448-1.422 1-1.422s1 .635 1 1.422m.219-3.985c0 .406-.546.734-1.219.734s-1.219-.328-1.219-.734s.546-.734 1.219-.734s1.219.328 1.219.734M11.688 13s-.125-.875.125-1.25s.906-.719 1.438-.844C13.781 10.781 14.5 10 14.5 10s-.094 1.156-.969 1.875S11.688 13 11.688 13m-.766 1.776s.484.312.609.781s.469.969 1.469.969v.562s-.844.062-1.312-.125c-.469-.188-.594-1.062-.594-1.375s-.172-.812-.172-.812m4.187 0s-.484.312-.609.781s-.469.969-1.469.969v.562s.844.062 1.312-.125c.469-.188.594-1.062.594-1.375s.172-.812.172-.812"/><path d="M14.938 21.188c0-.312-.141-1.188-.609-1.375c-.47-.188-1.329-.26-1.329-.26s-.844.072-1.312.26s-.594 1.062-.594 1.375S10.922 23 10.922 23s.656-1.098.781-1.566c.125-.469.641-1.053 1.297-1.053c.672 0 1.203.562 1.328 1.031S15.102 23 15.102 23s-.164-1.5-.164-1.812M13 24v3s-.875.094-2.125-.234s-1.484-.453-1.484-.453s1.272-1.273 1.828-1.75C11.875 24 13 24 13 24m0 0v3s.875.094 2.125-.234s1.484-.453 1.484-.453s-1.273-1.273-1.828-1.75C14.125 24 13 24 13 24"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#009543" d="M36 27a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V9a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#ed4135" d="M0 13h36v10H0z"/><path fill="#0035ad" d="M32 5H4a4 4 0 0 0-4 4v4h36V9a4 4 0 0 0-4-4"/><circle cx="13" cy="18" r="9.402" fill="#141414" transform="rotate(-76.714 13.001 18.001)"/><circle cx="13" cy="18" r="9" fill="#fae600"/><g fill="#141414"><path d="M12.87 9.008h.322v17.984h-.322z"/><path d="M14.25 14.719a1.22 1.22 0 1 1-2.439 0a1.22 1.22 0 0 1 2.439 0m-.219 7.547c0 .786-.448 1.422-1 1.422s-1-.636-1-1.422s.448-1.422 1-1.422s1 .635 1 1.422m.219-3.985c0 .406-.546.734-1.219.734s-1.219-.328-1.219-.734s.546-.734 1.219-.734s1.219.328 1.219.734M11.688 13s-.125-.875.125-1.25s.906-.719 1.438-.844C13.781 10.781 14.5 10 14.5 10s-.094 1.156-.969 1.875S11.688 13 11.688 13m-.766 1.776s.484.312.609.781s.469.969 1.469.969v.562s-.844.062-1.312-.125c-.469-.188-.594-1.062-.594-1.375s-.172-.812-.172-.812m4.187 0s-.484.312-.609.781s-.469.969-1.469.969v.562s.844.062 1.312-.125c.469-.188.594-1.062.594-1.375s.172-.812.172-.812"/><path d="M14.938 21.188c0-.312-.141-1.188-.609-1.375c-.47-.188-1.329-.26-1.329-.26s-.844.072-1.312.26s-.594 1.062-.594 1.375S10.922 23 10.922 23s.656-1.098.781-1.566c.125-.469.641-1.053 1.297-1.053c.672 0 1.203.562 1.328 1.031S15.102 23 15.102 23s-.164-1.5-.164-1.812M13 24v3s-.875.094-2.125-.234s-1.484-.453-1.484-.453s1.272-1.273 1.828-1.75C11.875 24 13 24 13 24m0 0v3s.875.094 2.125-.234s1.484-.453 1.484-.453s-1.273-1.273-1.828-1.75C14.125 24 13 24 13 24"/></g></svg>
</template>

CSS

.icon-flag-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%2036%2036%22%3E%3Cpath%20fill%3D%22%23009543%22%20d%3D%22M36%2027a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V9a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23ed4135%22%20d%3D%22M0%2013h36v10H0z%22%2F%3E%3Cpath%20fill%3D%22%230035ad%22%20d%3D%22M32%205H4a4%204%200%200%200-4%204v4h36V9a4%204%200%200%200-4-4%22%2F%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2218%22%20r%3D%229.402%22%20fill%3D%22%23141414%22%20transform%3D%22rotate(-76.714%2013.001%2018.001)%22%2F%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2218%22%20r%3D%229%22%20fill%3D%22%23fae600%22%2F%3E%3Cg%20fill%3D%22%23141414%22%3E%3Cpath%20d%3D%22M12.87%209.008h.322v17.984h-.322z%22%2F%3E%3Cpath%20d%3D%22M14.25%2014.719a1.22%201.22%200%201%201-2.439%200a1.22%201.22%200%200%201%202.439%200m-.219%207.547c0%20.786-.448%201.422-1%201.422s-1-.636-1-1.422s.448-1.422%201-1.422s1%20.635%201%201.422m.219-3.985c0%20.406-.546.734-1.219.734s-1.219-.328-1.219-.734s.546-.734%201.219-.734s1.219.328%201.219.734M11.688%2013s-.125-.875.125-1.25s.906-.719%201.438-.844C13.781%2010.781%2014.5%2010%2014.5%2010s-.094%201.156-.969%201.875S11.688%2013%2011.688%2013m-.766%201.776s.484.312.609.781s.469.969%201.469.969v.562s-.844.062-1.312-.125c-.469-.188-.594-1.062-.594-1.375s-.172-.812-.172-.812m4.187%200s-.484.312-.609.781s-.469.969-1.469.969v.562s.844.062%201.312-.125c.469-.188.594-1.062.594-1.375s.172-.812.172-.812%22%2F%3E%3Cpath%20d%3D%22M14.938%2021.188c0-.312-.141-1.188-.609-1.375c-.47-.188-1.329-.26-1.329-.26s-.844.072-1.312.26s-.594%201.062-.594%201.375S10.922%2023%2010.922%2023s.656-1.098.781-1.566c.125-.469.641-1.053%201.297-1.053c.672%200%201.203.562%201.328%201.031S15.102%2023%2015.102%2023s-.164-1.5-.164-1.812M13%2024v3s-.875.094-2.125-.234s-1.484-.453-1.484-.453s1.272-1.273%201.828-1.75C11.875%2024%2013%2024%2013%2024m0%200v3s.875.094%202.125-.234s1.484-.453%201.484-.453s-1.273-1.273-1.828-1.75C14.125%2024%2013%2024%2013%2024%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23009543%22%20d%3D%22M36%2027a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V9a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23ed4135%22%20d%3D%22M0%2013h36v10H0z%22%2F%3E%3Cpath%20fill%3D%22%230035ad%22%20d%3D%22M32%205H4a4%204%200%200%200-4%204v4h36V9a4%204%200%200%200-4-4%22%2F%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2218%22%20r%3D%229.402%22%20fill%3D%22%23141414%22%20transform%3D%22rotate(-76.714%2013.001%2018.001)%22%2F%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2218%22%20r%3D%229%22%20fill%3D%22%23fae600%22%2F%3E%3Cg%20fill%3D%22%23141414%22%3E%3Cpath%20d%3D%22M12.87%209.008h.322v17.984h-.322z%22%2F%3E%3Cpath%20d%3D%22M14.25%2014.719a1.22%201.22%200%201%201-2.439%200a1.22%201.22%200%200%201%202.439%200m-.219%207.547c0%20.786-.448%201.422-1%201.422s-1-.636-1-1.422s.448-1.422%201-1.422s1%20.635%201%201.422m.219-3.985c0%20.406-.546.734-1.219.734s-1.219-.328-1.219-.734s.546-.734%201.219-.734s1.219.328%201.219.734M11.688%2013s-.125-.875.125-1.25s.906-.719%201.438-.844C13.781%2010.781%2014.5%2010%2014.5%2010s-.094%201.156-.969%201.875S11.688%2013%2011.688%2013m-.766%201.776s.484.312.609.781s.469.969%201.469.969v.562s-.844.062-1.312-.125c-.469-.188-.594-1.062-.594-1.375s-.172-.812-.172-.812m4.187%200s-.484.312-.609.781s-.469.969-1.469.969v.562s.844.062%201.312-.125c.469-.188.594-1.062.594-1.375s.172-.812.172-.812%22%2F%3E%3Cpath%20d%3D%22M14.938%2021.188c0-.312-.141-1.188-.609-1.375c-.47-.188-1.329-.26-1.329-.26s-.844.072-1.312.26s-.594%201.062-.594%201.375S10.922%2023%2010.922%2023s.656-1.098.781-1.566c.125-.469.641-1.053%201.297-1.053c.672%200%201.203.562%201.328%201.031S15.102%2023%2015.102%2023s-.164-1.5-.164-1.812M13%2024v3s-.875.094-2.125-.234s-1.484-.453-1.484-.453s1.272-1.273%201.828-1.75C11.875%2024%2013%2024%2013%2024m0%200v3s.875.094%202.125-.234s1.484-.453%201.484-.453s-1.273-1.273-1.828-1.75C14.125%2024%2013%2024%2013%2024%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/flag-new-caledonia.svg?color=%231a73e8&size=48