Flag 2 Pixel Art Icon
An alternative flag icon for country pickers, feature-flag toggles, reporting tools and finish-line markers.
Tags
flagbannermarkcountry
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Flag 2 icon
A second flag silhouette with a slightly different shape or wave than the primary flag icon, useful when visual variation is needed in a set or when the original flag clashes with surrounding elements. Its meaning is identical: nationality, feature toggle, reported content, or goal marker. Choose this over the plain flag when you need a more compact or angled look, for instance on a map overlay where the first flag icon might blend into other markers.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/flag-2.svg" width="24" height="24" alt="Flag 2" />
<!-- React -->
import { Flag2 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="flag-2.svg" width="48" height="48" style="image-rendering: pixelated" />