Flag Pride icon

In the LGBTQ+ community, we signify our pride with flags. With many different identities in the community, there comes many different flags to know.The six color pride flag has represented the community for over 40 years and is still one of the most common LGBTQ+ flags. The Flag Pride icon is part of Microsoft's Fluent UI System Icons, available here in the filled style on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Filled

SVG

Use the Flag Pride icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { FlagPride24Filled } from "@fluentui/react-icons";

export function Example() {
  return <FlagPride24Filled aria-label="Flag Pride" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_flag_pride_24_filled.svg" width="24" height="24" alt="Flag Pride">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4H20V6.5H4V4Z" fill="#E62C46"/>
<path d="M4 6H20V8.5H4V6Z" fill="#F36D38"/>
<path d="M4 8H20V10.5H4V8Z" fill="#FFD23E"/>
<path d="M4 10H20V12.5H4V10Z" fill="#61BC51"/>
<path d="M4 12H20V14H4V12Z" fill="#1793E8"/>
<path d="M4 13.5H20V15.25H4V13.5Z" fill="#B73FBB"/>
<path d="M3.75 3C3.33579 3 3 3.33579 3 3.75V21.25C3 21.6642 3.33579 22 3.75 22C4.16421 22 4.5 21.6642 4.5 21.25L4.5 16.5H20.25C20.6642 16.5 21 16.1642 21 15.75V3.75C21 3.33579 20.6642 3 20.25 3H3.75ZM4.5 4.5H19.5V15H4.5V4.5Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/flag_pride_24_filled.svg";

Details

NameFlag Pride
StylesFilled
Size24 × 24 px (scalable SVG)
Filled fileic_fluent_flag_pride_24_filled.svg
React componentsFlagPride24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

lgbtq+lgbtqia+importantdiversityprideinclusive

Related icons