JSXIcons.com

Flags icon

North Korea JSX Icon

Copy the North Korea icon as an optimized JSX SVG component for React, Next.js, dashboards, landing pages and Tailwind interfaces.

Browse all icons
ComponentNorthKoreaFlag
FilenorthkoreaFlag.jsx
CategoryFlags

Copy-ready code

North Korea React JSX component

// Source: https://raw.githubusercontent.com/lipis/flag-icons/086f7e97d657358203916dbe84f61c2bccaa81eb/flags/4x3/kp.svg
// Asset license: flag-icons MIT. Country flags are national symbols; use respectfully and verify local requirements where applicable.
export const NorthKoreaFlag = ({ width = "40px", height = "30px", ...props }) => (
  <svg {...props} width={width} height={height} viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" preserveAspectRatio="xMidYMid meet">
    <defs>
    <clipPath id="kp-a">
      <path fillOpacity=".7" d="M5 .1h682.6V512H5.1z"/>
    </clipPath>
  </defs>
  <g fillRule="evenodd" clipPath="url(#kp-a)" transform="translate(-4.8 -.1)scale(.93768)">
    <path fill="#fff" stroke="#000" d="M776 511.5H-76V.5h852z"/>
    <path fill="#3e5698" d="M776 419H-76v92.5h852z"/>
    <path fill="#c60000" d="M776 397.6H-76V114.4h852z"/>
    <path fill="#3e5698" d="M776 .6H-76V93h852z"/>
    <path fill="#fff" d="M328.5 256c0 63.5-53 115-118.6 115S91.3 319.5 91.3 256s53-114.8 118.6-114.8 118.6 51.4 118.6 114.9z"/>
    <path fill="#c40000" d="m175.8 270.6-57-40.7 71-.2 22.7-66.4 21.1 66.1 71-.4-57.9 41.2 21.3 66.1-57-40.7-58 41.3z"/>
  </g>
  </svg>
)

How to use the North Korea icon

import { NorthKoreaFlag } from "@/assets/icons/northkoreaFlag"

export default function Example() {
  return <NorthKoreaFlag width="32px" height="32px" />
}

Built for the web

Use it in your stack

This copy-ready component works in React and Next.js projects, and the SVG can be adapted for any interface.

ReactNext.jsJSXSVGFlags icons

Looking for a similar mark? Browse the related icons below or explore the full flags collection.

Related JSX icons

FAQ

Is the North Korea JSX icon free?

Yes. You can copy the JSX component and use it in React and Next.js projects.

Can I customize it?

Yes. Edit the SVG attributes or pass className, width, height and color props depending on the component.