JSXIcons.com

Flags icon

Rwanda JSX Icon

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

Browse all icons
ComponentRwandaFlag
FilerwandaFlag.jsx
CategoryFlags

Copy-ready code

Rwanda React JSX component

// Source: https://raw.githubusercontent.com/lipis/flag-icons/086f7e97d657358203916dbe84f61c2bccaa81eb/flags/4x3/rw.svg
// Asset license: flag-icons MIT. Country flags are national symbols; use respectfully and verify local requirements where applicable.
export const RwandaFlag = ({ 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">
    <path fill="#20603d" d="M0 0h640v480H0z"/>
  <path fill="#fad201" d="M0 0h640v360H0z"/>
  <path fill="#00a1de" d="M0 0h640v240H0z"/>
  <g transform="translate(511 125.4)scale(.66667)">
    <g id="rw-b">
      <path id="rw-a" fill="#e5be01" d="M116.1 0 35.7 4.7l76.4 25.4-78.8-16.3L100.6 58l-72-36.2L82 82.1 21.9 28.6l36.2 72-44.3-67.3L30 112 4.7 35.7 0 116.1-1-1z"/>
      <use href="#rw-a" width="100%" height="100%" transform="scale(1 -1)"/>
    </g>
    <use href="#rw-b" width="100%" height="100%" transform="scale(-1 1)"/>
    <circle r="34.3" fill="#e5be01" stroke="#00a1de" strokeWidth="3.4"/>
  </g>
  </svg>
)

How to use the Rwanda icon

import { RwandaFlag } from "@/assets/icons/rwandaFlag"

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