JSXIcons.com

Flags icon

Comoros JSX Icon

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

Browse all icons
ComponentComorosFlag
FilecomorosFlag.jsx
CategoryFlags

Copy-ready code

Comoros React JSX component

// Source: https://raw.githubusercontent.com/lipis/flag-icons/086f7e97d657358203916dbe84f61c2bccaa81eb/flags/4x3/km.svg
// Asset license: flag-icons MIT. Country flags are national symbols; use respectfully and verify local requirements where applicable.
export const ComorosFlag = ({ 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="km-a">
      <path fillOpacity=".7" d="M0 0h682.7v512H0z"/>
    </clipPath>
  </defs>
  <g fillRule="evenodd" clipPath="url(#km-a)" transform="scale(.9375)">
    <path fill="#ff0" d="M0 0h768.8v128H0z"/>
    <path fill="#fff" d="M0 128h768.8v128H0z"/>
    <path fill="#be0027" d="M0 256h768.8v128H0z"/>
    <path fill="#3b5aa3" d="M0 384h768.8v128H0z"/>
    <path fill="#239e46" d="M0 0v512l381.9-255.3z"/>
    <path fill="#fff" d="M157.2 141.4c-85-4.3-123.9 63.5-123.8 115.9-.2 62 58.6 113 112.8 110C117 353.5 81.2 314.6 81 257c-.3-52.1 29.5-97.5 76.3-115.6z"/>
    <path fill="#fff" d="m156 197-12-9.3-14.6 4.6 5.2-14.4-8.8-12.4 15.2.6 9-12.3 4.3 14.7 14.4 4.8-12.6 8.5zm-.3 52.1-12-9.4-14.6 4.6 5.3-14.3-8.9-12.4 15.3.5 9-12.2 4.2 14.6 14.5 4.9-12.7 8.5zm.2 52.6-12-9.4-14.5 4.6 5.2-14.3-8.8-12.4 15.2.5 9-12.2 4.3 14.6 14.4 4.8-12.6 8.6zm-.2 53-12-9.3L129 350l5.3-14.4-8.9-12.4 15.3.6 9-12.3 4.2 14.7 14.5 4.8-12.7 8.5z"/>
  </g>
  </svg>
)

How to use the Comoros icon

import { ComorosFlag } from "@/assets/icons/comorosFlag"

export default function Example() {
  return <ComorosFlag 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 Comoros 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.