JSXIcons.com

Flags icon

Antigua and Barbuda JSX Icon

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

Browse all icons
ComponentAntiguaAndBarbudaFlag
FileantiguaandbarbudaFlag.jsx
CategoryFlags

Copy-ready code

Antigua and Barbuda React JSX component

// Source: https://raw.githubusercontent.com/lipis/flag-icons/086f7e97d657358203916dbe84f61c2bccaa81eb/flags/4x3/ag.svg
// Asset license: flag-icons MIT. Country flags are national symbols; use respectfully and verify local requirements where applicable.
export const AntiguaAndBarbudaFlag = ({ 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="ag-a">
      <path fillOpacity=".7" d="M-79.7 0H603v512H-79.7z"/>
    </clipPath>
  </defs>
  <g fillRule="evenodd" clipPath="url(#ag-a)" transform="translate(74.7)scale(.9375)">
    <path fill="#fff" d="M-79.7 0H603v512H-79.7z"/>
    <path fill="#000001" d="M-79.6 0H603v204.8H-79.7z"/>
    <path fill="#0072c6" d="M21.3 203.2h480v112h-480z"/>
    <path fill="#ce1126" d="M603 .1V512H261.6L603 0zM-79.7.1V512h341.3L-79.7 0z"/>
    <path fill="#fcd116" d="M440.4 203.3 364 184l64.9-49-79.7 11.4 41-69.5-70.7 41L332.3 37l-47.9 63.8-19.3-74-21.7 76.3-47.8-65 13.7 83.2L138.5 78l41 69.5-77.4-12.5 63.8 47.8L86 203.3z"/>
  </g>
  </svg>
)

How to use the Antigua and Barbuda icon

import { AntiguaAndBarbudaFlag } from "@/assets/icons/antiguaandbarbudaFlag"

export default function Example() {
  return <AntiguaAndBarbudaFlag 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 Antigua and Barbuda 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.