How to use the French Southern Territories icon
import { FrenchSouthernTerritoriesFlag } from "@/assets/icons/frenchsouthernterritoriesFlag"
export default function Example() {
return <FrenchSouthernTerritoriesFlag width="32px" height="32px" />
}Flags icon
Copy the French Southern Territories icon as an optimized JSX SVG component for React, Next.js, dashboards, landing pages and Tailwind interfaces.
Copy-ready code
// Source: https://raw.githubusercontent.com/lipis/flag-icons/086f7e97d657358203916dbe84f61c2bccaa81eb/flags/4x3/tf.svg
// Asset license: flag-icons MIT. Country flags are national symbols; use respectfully and verify local requirements where applicable.
export const FrenchSouthernTerritoriesFlag = ({ 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>
<path id="tf-a" fill="#fff" d="m0-21 12.3 38L-20-6.5h40L-12.3 17z"/>
</defs>
<path fill="#002395" d="M0 0h640v480H0z"/>
<path fill="#fff" d="M0 0h292.8v196.8H0z"/>
<path fill="#002395" d="M0 0h96v192H0z"/>
<path fill="#ed2939" d="M192 0h96v192h-96z"/>
<path fill="#fff" d="m426 219.6 15.4 24.6h44V330l-33-51.6-44.4 70.8h21.6l22.8-40.8 46.8 84 46.8-84 22.8 40.8h21.6L546 278.4 513 330v-47.4h19.8l14.7-23.4H513v-15h44l15.4-24.6zm51.6 105h-48v16.8h48zm91.2 0h-48v16.8h48z"/>
<use href="#tf-a" width="100%" height="100%" x="416" y="362" transform="scale(1.2)"/>
<use href="#tf-a" width="100%" height="100%" x="371" y="328" transform="scale(1.2)"/>
<use href="#tf-a" width="100%" height="100%" x="461" y="328" transform="scale(1.2)"/>
<use href="#tf-a" width="100%" height="100%" x="333" y="227" transform="scale(1.2)"/>
<use href="#tf-a" width="100%" height="100%" x="499" y="227" transform="scale(1.2)"/>
</svg>
)
import { FrenchSouthernTerritoriesFlag } from "@/assets/icons/frenchsouthernterritoriesFlag"
export default function Example() {
return <FrenchSouthernTerritoriesFlag width="32px" height="32px" />
}Built for the web
This copy-ready component works in React and Next.js projects, and the SVG can be adapted for any interface.
Looking for a similar mark? Browse the related icons below or explore the full flags collection.
Yes. You can copy the JSX component and use it in React and Next.js projects.
Yes. Edit the SVG attributes or pass className, width, height and color props depending on the component.