flag-24 from Fluent UI System Color Icons by Microsoft Corporation · 24 · MIT Free for personal and commercial use.

Name
flag-24
Set
Fluent UI System Color Icons
Style
24
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Color Icons

The same icon in other sets

Use the flag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGHYUk8Oyv4)" d="M4.5 21.25V15.5H3.007L3 21.25l.007.102A.75.75 0 0 0 3.75 22l.102-.007a.75.75 0 0 0 .648-.743"/><path fill="url(#SVGZfI8wkGV4)" d="M3.75 2.998a.75.75 0 0 0-.75.75V16a.5.5 0 0 0 .5.5h16.754a.75.75 0 0 0 .6-1.2L16.69 9.75l4.164-5.552a.75.75 0 0 0-.6-1.2z"/><defs><linearGradient id="SVGHYUk8Oyv4" x1="4.5" x2="4.069" y1="24.089" y2="15.729" gradientUnits="userSpaceOnUse"><stop stop-color="#889096"/><stop offset="1" stop-color="#63686e"/></linearGradient><linearGradient id="SVGZfI8wkGV4" x1="-.939" x2="6.516" y1="-.86" y2="17.385" gradientUnits="userSpaceOnUse"><stop stop-color="#f97dbd"/><stop offset="1" stop-color="#d7257d"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorFlag24(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGHYUk8Oyv4)" d="M4.5 21.25V15.5H3.007L3 21.25l.007.102A.75.75 0 0 0 3.75 22l.102-.007a.75.75 0 0 0 .648-.743"/><path fill="url(#SVGZfI8wkGV4)" d="M3.75 2.998a.75.75 0 0 0-.75.75V16a.5.5 0 0 0 .5.5h16.754a.75.75 0 0 0 .6-1.2L16.69 9.75l4.164-5.552a.75.75 0 0 0-.6-1.2z"/><defs><linearGradient id="SVGHYUk8Oyv4" x1="4.5" x2="4.069" y1="24.089" y2="15.729" gradientUnits="userSpaceOnUse"><stop stopColor="#889096"/><stop offset="1" stopColor="#63686e"/></linearGradient><linearGradient id="SVGZfI8wkGV4" x1="-.939" x2="6.516" y1="-.86" y2="17.385" gradientUnits="userSpaceOnUse"><stop stopColor="#f97dbd"/><stop offset="1" stopColor="#d7257d"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGHYUk8Oyv4)" d="M4.5 21.25V15.5H3.007L3 21.25l.007.102A.75.75 0 0 0 3.75 22l.102-.007a.75.75 0 0 0 .648-.743"/><path fill="url(#SVGZfI8wkGV4)" d="M3.75 2.998a.75.75 0 0 0-.75.75V16a.5.5 0 0 0 .5.5h16.754a.75.75 0 0 0 .6-1.2L16.69 9.75l4.164-5.552a.75.75 0 0 0-.6-1.2z"/><defs><linearGradient id="SVGHYUk8Oyv4" x1="4.5" x2="4.069" y1="24.089" y2="15.729" gradientUnits="userSpaceOnUse"><stop stop-color="#889096"/><stop offset="1" stop-color="#63686e"/></linearGradient><linearGradient id="SVGZfI8wkGV4" x1="-.939" x2="6.516" y1="-.86" y2="17.385" gradientUnits="userSpaceOnUse"><stop stop-color="#f97dbd"/><stop offset="1" stop-color="#d7257d"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-flag-24 {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGHYUk8Oyv4)%22%20d%3D%22M4.5%2021.25V15.5H3.007L3%2021.25l.007.102A.75.75%200%200%200%203.75%2022l.102-.007a.75.75%200%200%200%20.648-.743%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGZfI8wkGV4)%22%20d%3D%22M3.75%202.998a.75.75%200%200%200-.75.75V16a.5.5%200%200%200%20.5.5h16.754a.75.75%200%200%200%20.6-1.2L16.69%209.75l4.164-5.552a.75.75%200%200%200-.6-1.2z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGHYUk8Oyv4%22%20x1%3D%224.5%22%20x2%3D%224.069%22%20y1%3D%2224.089%22%20y2%3D%2215.729%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23889096%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2363686e%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGZfI8wkGV4%22%20x1%3D%22-.939%22%20x2%3D%226.516%22%20y1%3D%22-.86%22%20y2%3D%2217.385%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23f97dbd%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d7257d%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGHYUk8Oyv4)%22%20d%3D%22M4.5%2021.25V15.5H3.007L3%2021.25l.007.102A.75.75%200%200%200%203.75%2022l.102-.007a.75.75%200%200%200%20.648-.743%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGZfI8wkGV4)%22%20d%3D%22M3.75%202.998a.75.75%200%200%200-.75.75V16a.5.5%200%200%200%20.5.5h16.754a.75.75%200%200%200%20.6-1.2L16.69%209.75l4.164-5.552a.75.75%200%200%200-.6-1.2z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGHYUk8Oyv4%22%20x1%3D%224.5%22%20x2%3D%224.069%22%20y1%3D%2224.089%22%20y2%3D%2215.729%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23889096%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2363686e%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGZfI8wkGV4%22%20x1%3D%22-.939%22%20x2%3D%226.516%22%20y1%3D%22-.86%22%20y2%3D%2217.385%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23f97dbd%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d7257d%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/flag-24.svg?color=%231a73e8&size=48