Flag Pixel Art Icon
A flag icon for country selection, feature flags, reporting content and marking important milestones.
Tags
bannermarkcountry
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Flag icon
A rectangular flag on a pole, fluttering to one side. Context decides its meaning: in a language or country picker it signals nationality, in developer tools it labels a feature flag, in moderation flows it marks reported content, and in project trackers it highlights a milestone. It can carry positive or negative meaning, so pairing it with a label prevents ambiguity. The flag-2 variant offers a slightly different silhouette when the first conflicts with your layout.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/flag.svg" width="24" height="24" alt="Flag" />
<!-- React -->
import { Flag } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="flag.svg" width="48" height="48" style="image-rendering: pixelated" />