The Phosphor flag checkered icon depicts a checkered flag, commonly used to signify the end of a race, a completed task, or a finish line in UI elements.
Common uses
- Race completion status
- Finish line indicator
- Achievement unlocked
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { FlagCheckered } from '@phosphor-icons/react';
<FlagCheckered size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<FlagCheckered size={24} />thin
<FlagCheckered size={24} weight="thin" />light
<FlagCheckered size={24} weight="light" />bold
<FlagCheckered size={24} weight="bold" />fill
<FlagCheckered size={24} weight="fill" />duotone
<FlagCheckered size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- maps & travel
- Keywords
- flagsraceracingfinish linemaps & travelobjectsgamesflagcheckeredracing flagfinish flagcompetition flagend flag
FAQ
- What does the flag checkered icon represent?
- It represents a checkered flag, often used for races, competitions, or marking a final point.
- How do I use the flag checkered icon in React?
- You can import and use it like this: import { FlagCheckered } from '@phosphor-icons/react'. Then render it as <FlagCheckered size={32} />.
- What is the license for the Phosphor flag checkered icon?
- The Phosphor icon library, including the flag checkered icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →