nz-1x1 from Flag Icons by Panayiotis Lipiridis · 1x1 · MIT Free for personal and commercial use.

Name
nz-1x1
Set
Flag Icons
Style
1x1
Viewbox
512×512
License
MIT

1 other variant in Flag Icons

The same logo in other sets

Use the nz logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><defs><g id="SVG6EU0Td0P"><g id="SVGopd2Ybhm"><path d="M0-.3v.5l1-.5z"/><path d="M.2.3L0-.1l1-.2z"/></g><use href="#SVGopd2Ybhm" transform="scale(-1 1)"/><use href="#SVGopd2Ybhm" transform="rotate(72 0 0)"/><use href="#SVGopd2Ybhm" transform="rotate(-72 0 0)"/><use href="#SVGopd2Ybhm" transform="rotate(108)scale(1 -1)"/></g></defs><path fill="#00247d" fill-rule="evenodd" d="M0 0h512v512H0z"/><g transform="translate(-148.7 90.5)scale(.60566)"><use width="100%" height="100%" fill="#fff" href="#SVG6EU0Td0P" transform="translate(900 120)scale(45.4)"/><use width="100%" height="100%" fill="#cc142b" href="#SVG6EU0Td0P" transform="matrix(30 0 0 30 900 120)"/></g><g transform="rotate(82 418.7 105.1)scale(.60566)"><use width="100%" height="100%" fill="#fff" href="#SVG6EU0Td0P" transform="rotate(-82 519 -457.7)scale(40.4)"/><use width="100%" height="100%" fill="#cc142b" href="#SVG6EU0Td0P" transform="rotate(-82 519 -457.7)scale(25)"/></g><g transform="rotate(82 418.7 105.1)scale(.60566)"><use width="100%" height="100%" fill="#fff" href="#SVG6EU0Td0P" transform="rotate(-82 668.6 -327.7)scale(45.4)"/><use width="100%" height="100%" fill="#cc142b" href="#SVG6EU0Td0P" transform="rotate(-82 668.6 -327.7)scale(30)"/></g><g transform="translate(-148.7 90.5)scale(.60566)"><use width="100%" height="100%" fill="#fff" href="#SVG6EU0Td0P" transform="translate(900 480)scale(50.4)"/><use width="100%" height="100%" fill="#cc142b" href="#SVG6EU0Td0P" transform="matrix(35 0 0 35 900 480)"/></g><path fill="#012169" d="M0 0h256v256H0z"/><path fill="#fff" d="M256 0v32l-95 96l95 93.5V256h-33.5L127 162l-93 94H0v-34l93-93.5L0 37V0h31l96 94l93-94z"/><path fill="#c8102e" d="m92 162l5.5 17L21 256H0v-1.5zm62-6l27 4l75 73.5V256zM256 0l-96 98l-2-22l75-76zM0 .5L96.5 95L67 91L0 24.5z"/><path fill="#fff" d="M88 0v256h80V0zM0 88v80h256V88z"/><path fill="#c8102e" d="M0 104v48h256v-48zM104 0v256h48V0z"/></svg>

React

import type { SVGProps } from "react";

export function FlagNz1x1(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><defs><g id="SVG6EU0Td0P"><g id="SVGopd2Ybhm"><path d="M0-.3v.5l1-.5z"/><path d="M.2.3L0-.1l1-.2z"/></g><use href="#SVGopd2Ybhm" transform="scale(-1 1)"/><use href="#SVGopd2Ybhm" transform="rotate(72 0 0)"/><use href="#SVGopd2Ybhm" transform="rotate(-72 0 0)"/><use href="#SVGopd2Ybhm" transform="rotate(108)scale(1 -1)"/></g></defs><path fill="#00247d" fillRule="evenodd" d="M0 0h512v512H0z"/><g transform="translate(-148.7 90.5)scale(.60566)"><use width="100%" height="100%" fill="#fff" href="#SVG6EU0Td0P" transform="translate(900 120)scale(45.4)"/><use width="100%" height="100%" fill="#cc142b" href="#SVG6EU0Td0P" transform="matrix(30 0 0 30 900 120)"/></g><g transform="rotate(82 418.7 105.1)scale(.60566)"><use width="100%" height="100%" fill="#fff" href="#SVG6EU0Td0P" transform="rotate(-82 519 -457.7)scale(40.4)"/><use width="100%" height="100%" fill="#cc142b" href="#SVG6EU0Td0P" transform="rotate(-82 519 -457.7)scale(25)"/></g><g transform="rotate(82 418.7 105.1)scale(.60566)"><use width="100%" height="100%" fill="#fff" href="#SVG6EU0Td0P" transform="rotate(-82 668.6 -327.7)scale(45.4)"/><use width="100%" height="100%" fill="#cc142b" href="#SVG6EU0Td0P" transform="rotate(-82 668.6 -327.7)scale(30)"/></g><g transform="translate(-148.7 90.5)scale(.60566)"><use width="100%" height="100%" fill="#fff" href="#SVG6EU0Td0P" transform="translate(900 480)scale(50.4)"/><use width="100%" height="100%" fill="#cc142b" href="#SVG6EU0Td0P" transform="matrix(35 0 0 35 900 480)"/></g><path fill="#012169" d="M0 0h256v256H0z"/><path fill="#fff" d="M256 0v32l-95 96l95 93.5V256h-33.5L127 162l-93 94H0v-34l93-93.5L0 37V0h31l96 94l93-94z"/><path fill="#c8102e" d="m92 162l5.5 17L21 256H0v-1.5zm62-6l27 4l75 73.5V256zM256 0l-96 98l-2-22l75-76zM0 .5L96.5 95L67 91L0 24.5z"/><path fill="#fff" d="M88 0v256h80V0zM0 88v80h256V88z"/><path fill="#c8102e" d="M0 104v48h256v-48zM104 0v256h48V0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><defs><g id="SVG6EU0Td0P"><g id="SVGopd2Ybhm"><path d="M0-.3v.5l1-.5z"/><path d="M.2.3L0-.1l1-.2z"/></g><use href="#SVGopd2Ybhm" transform="scale(-1 1)"/><use href="#SVGopd2Ybhm" transform="rotate(72 0 0)"/><use href="#SVGopd2Ybhm" transform="rotate(-72 0 0)"/><use href="#SVGopd2Ybhm" transform="rotate(108)scale(1 -1)"/></g></defs><path fill="#00247d" fill-rule="evenodd" d="M0 0h512v512H0z"/><g transform="translate(-148.7 90.5)scale(.60566)"><use width="100%" height="100%" fill="#fff" href="#SVG6EU0Td0P" transform="translate(900 120)scale(45.4)"/><use width="100%" height="100%" fill="#cc142b" href="#SVG6EU0Td0P" transform="matrix(30 0 0 30 900 120)"/></g><g transform="rotate(82 418.7 105.1)scale(.60566)"><use width="100%" height="100%" fill="#fff" href="#SVG6EU0Td0P" transform="rotate(-82 519 -457.7)scale(40.4)"/><use width="100%" height="100%" fill="#cc142b" href="#SVG6EU0Td0P" transform="rotate(-82 519 -457.7)scale(25)"/></g><g transform="rotate(82 418.7 105.1)scale(.60566)"><use width="100%" height="100%" fill="#fff" href="#SVG6EU0Td0P" transform="rotate(-82 668.6 -327.7)scale(45.4)"/><use width="100%" height="100%" fill="#cc142b" href="#SVG6EU0Td0P" transform="rotate(-82 668.6 -327.7)scale(30)"/></g><g transform="translate(-148.7 90.5)scale(.60566)"><use width="100%" height="100%" fill="#fff" href="#SVG6EU0Td0P" transform="translate(900 480)scale(50.4)"/><use width="100%" height="100%" fill="#cc142b" href="#SVG6EU0Td0P" transform="matrix(35 0 0 35 900 480)"/></g><path fill="#012169" d="M0 0h256v256H0z"/><path fill="#fff" d="M256 0v32l-95 96l95 93.5V256h-33.5L127 162l-93 94H0v-34l93-93.5L0 37V0h31l96 94l93-94z"/><path fill="#c8102e" d="m92 162l5.5 17L21 256H0v-1.5zm62-6l27 4l75 73.5V256zM256 0l-96 98l-2-22l75-76zM0 .5L96.5 95L67 91L0 24.5z"/><path fill="#fff" d="M88 0v256h80V0zM0 88v80h256V88z"/><path fill="#c8102e" d="M0 104v48h256v-48zM104 0v256h48V0z"/></svg>
</template>

CSS

.icon-nz-1x1 {
  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%20512%20512%22%3E%3Cdefs%3E%3Cg%20id%3D%22SVG6EU0Td0P%22%3E%3Cg%20id%3D%22SVGopd2Ybhm%22%3E%3Cpath%20d%3D%22M0-.3v.5l1-.5z%22%2F%3E%3Cpath%20d%3D%22M.2.3L0-.1l1-.2z%22%2F%3E%3C%2Fg%3E%3Cuse%20href%3D%22%23SVGopd2Ybhm%22%20transform%3D%22scale(-1%201)%22%2F%3E%3Cuse%20href%3D%22%23SVGopd2Ybhm%22%20transform%3D%22rotate(72%200%200)%22%2F%3E%3Cuse%20href%3D%22%23SVGopd2Ybhm%22%20transform%3D%22rotate(-72%200%200)%22%2F%3E%3Cuse%20href%3D%22%23SVGopd2Ybhm%22%20transform%3D%22rotate(108)scale(1%20-1)%22%2F%3E%3C%2Fg%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%2300247d%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h512v512H0z%22%2F%3E%3Cg%20transform%3D%22translate(-148.7%2090.5)scale(.60566)%22%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23fff%22%20href%3D%22%23SVG6EU0Td0P%22%20transform%3D%22translate(900%20120)scale(45.4)%22%2F%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23cc142b%22%20href%3D%22%23SVG6EU0Td0P%22%20transform%3D%22matrix(30%200%200%2030%20900%20120)%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22rotate(82%20418.7%20105.1)scale(.60566)%22%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23fff%22%20href%3D%22%23SVG6EU0Td0P%22%20transform%3D%22rotate(-82%20519%20-457.7)scale(40.4)%22%2F%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23cc142b%22%20href%3D%22%23SVG6EU0Td0P%22%20transform%3D%22rotate(-82%20519%20-457.7)scale(25)%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22rotate(82%20418.7%20105.1)scale(.60566)%22%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23fff%22%20href%3D%22%23SVG6EU0Td0P%22%20transform%3D%22rotate(-82%20668.6%20-327.7)scale(45.4)%22%2F%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23cc142b%22%20href%3D%22%23SVG6EU0Td0P%22%20transform%3D%22rotate(-82%20668.6%20-327.7)scale(30)%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(-148.7%2090.5)scale(.60566)%22%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23fff%22%20href%3D%22%23SVG6EU0Td0P%22%20transform%3D%22translate(900%20480)scale(50.4)%22%2F%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23cc142b%22%20href%3D%22%23SVG6EU0Td0P%22%20transform%3D%22matrix(35%200%200%2035%20900%20480)%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23012169%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M256%200v32l-95%2096l95%2093.5V256h-33.5L127%20162l-93%2094H0v-34l93-93.5L0%2037V0h31l96%2094l93-94z%22%2F%3E%3Cpath%20fill%3D%22%23c8102e%22%20d%3D%22m92%20162l5.5%2017L21%20256H0v-1.5zm62-6l27%204l75%2073.5V256zM256%200l-96%2098l-2-22l75-76zM0%20.5L96.5%2095L67%2091L0%2024.5z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M88%200v256h80V0zM0%2088v80h256V88z%22%2F%3E%3Cpath%20fill%3D%22%23c8102e%22%20d%3D%22M0%20104v48h256v-48zM104%200v256h48V0z%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%20512%20512%22%3E%3Cdefs%3E%3Cg%20id%3D%22SVG6EU0Td0P%22%3E%3Cg%20id%3D%22SVGopd2Ybhm%22%3E%3Cpath%20d%3D%22M0-.3v.5l1-.5z%22%2F%3E%3Cpath%20d%3D%22M.2.3L0-.1l1-.2z%22%2F%3E%3C%2Fg%3E%3Cuse%20href%3D%22%23SVGopd2Ybhm%22%20transform%3D%22scale(-1%201)%22%2F%3E%3Cuse%20href%3D%22%23SVGopd2Ybhm%22%20transform%3D%22rotate(72%200%200)%22%2F%3E%3Cuse%20href%3D%22%23SVGopd2Ybhm%22%20transform%3D%22rotate(-72%200%200)%22%2F%3E%3Cuse%20href%3D%22%23SVGopd2Ybhm%22%20transform%3D%22rotate(108)scale(1%20-1)%22%2F%3E%3C%2Fg%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%2300247d%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h512v512H0z%22%2F%3E%3Cg%20transform%3D%22translate(-148.7%2090.5)scale(.60566)%22%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23fff%22%20href%3D%22%23SVG6EU0Td0P%22%20transform%3D%22translate(900%20120)scale(45.4)%22%2F%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23cc142b%22%20href%3D%22%23SVG6EU0Td0P%22%20transform%3D%22matrix(30%200%200%2030%20900%20120)%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22rotate(82%20418.7%20105.1)scale(.60566)%22%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23fff%22%20href%3D%22%23SVG6EU0Td0P%22%20transform%3D%22rotate(-82%20519%20-457.7)scale(40.4)%22%2F%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23cc142b%22%20href%3D%22%23SVG6EU0Td0P%22%20transform%3D%22rotate(-82%20519%20-457.7)scale(25)%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22rotate(82%20418.7%20105.1)scale(.60566)%22%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23fff%22%20href%3D%22%23SVG6EU0Td0P%22%20transform%3D%22rotate(-82%20668.6%20-327.7)scale(45.4)%22%2F%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23cc142b%22%20href%3D%22%23SVG6EU0Td0P%22%20transform%3D%22rotate(-82%20668.6%20-327.7)scale(30)%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(-148.7%2090.5)scale(.60566)%22%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23fff%22%20href%3D%22%23SVG6EU0Td0P%22%20transform%3D%22translate(900%20480)scale(50.4)%22%2F%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23cc142b%22%20href%3D%22%23SVG6EU0Td0P%22%20transform%3D%22matrix(35%200%200%2035%20900%20480)%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23012169%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M256%200v32l-95%2096l95%2093.5V256h-33.5L127%20162l-93%2094H0v-34l93-93.5L0%2037V0h31l96%2094l93-94z%22%2F%3E%3Cpath%20fill%3D%22%23c8102e%22%20d%3D%22m92%20162l5.5%2017L21%20256H0v-1.5zm62-6l27%204l75%2073.5V256zM256%200l-96%2098l-2-22l75-76zM0%20.5L96.5%2095L67%2091L0%2024.5z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M88%200v256h80V0zM0%2088v80h256V88z%22%2F%3E%3Cpath%20fill%3D%22%23c8102e%22%20d%3D%22M0%20104v48h256v-48zM104%200v256h48V0z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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