flag from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.

Name
flag
Set
Reicon
Style
Outline
Category
UI
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All flag icons →

More ui icons from Reicon

Use the flag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5 1.25a.75.75 0 0 1 .75.75v1.085l1.574-.315a9.43 9.43 0 0 1 5.35.492l.203.081a7.25 7.25 0 0 0 4.45.302a1.95 1.95 0 0 1 2.423 1.892v7.367c0 .988-.673 1.85-1.632 2.09l-.214.053a9.43 9.43 0 0 1-5.788-.393a7.93 7.93 0 0 0-4.498-.413l-1.868.374V22a.75.75 0 0 1-1.5 0V2A.75.75 0 0 1 5 1.25m.75 11.835l1.574-.315a9.43 9.43 0 0 1 5.35.492a7.93 7.93 0 0 0 4.866.33l.215-.054a.654.654 0 0 0 .495-.634V5.537a.45.45 0 0 0-.559-.437a8.75 8.75 0 0 1-5.371-.364l-.204-.082a7.93 7.93 0 0 0-4.498-.413l-1.868.374z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconFlag(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M5 1.25a.75.75 0 0 1 .75.75v1.085l1.574-.315a9.43 9.43 0 0 1 5.35.492l.203.081a7.25 7.25 0 0 0 4.45.302a1.95 1.95 0 0 1 2.423 1.892v7.367c0 .988-.673 1.85-1.632 2.09l-.214.053a9.43 9.43 0 0 1-5.788-.393a7.93 7.93 0 0 0-4.498-.413l-1.868.374V22a.75.75 0 0 1-1.5 0V2A.75.75 0 0 1 5 1.25m.75 11.835l1.574-.315a9.43 9.43 0 0 1 5.35.492a7.93 7.93 0 0 0 4.866.33l.215-.054a.654.654 0 0 0 .495-.634V5.537a.45.45 0 0 0-.559-.437a8.75 8.75 0 0 1-5.371-.364l-.204-.082a7.93 7.93 0 0 0-4.498-.413l-1.868.374z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5 1.25a.75.75 0 0 1 .75.75v1.085l1.574-.315a9.43 9.43 0 0 1 5.35.492l.203.081a7.25 7.25 0 0 0 4.45.302a1.95 1.95 0 0 1 2.423 1.892v7.367c0 .988-.673 1.85-1.632 2.09l-.214.053a9.43 9.43 0 0 1-5.788-.393a7.93 7.93 0 0 0-4.498-.413l-1.868.374V22a.75.75 0 0 1-1.5 0V2A.75.75 0 0 1 5 1.25m.75 11.835l1.574-.315a9.43 9.43 0 0 1 5.35.492a7.93 7.93 0 0 0 4.866.33l.215-.054a.654.654 0 0 0 .495-.634V5.537a.45.45 0 0 0-.559-.437a8.75 8.75 0 0 1-5.371-.364l-.204-.082a7.93 7.93 0 0 0-4.498-.413l-1.868.374z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-flag {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5%201.25a.75.75%200%200%201%20.75.75v1.085l1.574-.315a9.43%209.43%200%200%201%205.35.492l.203.081a7.25%207.25%200%200%200%204.45.302a1.95%201.95%200%200%201%202.423%201.892v7.367c0%20.988-.673%201.85-1.632%202.09l-.214.053a9.43%209.43%200%200%201-5.788-.393a7.93%207.93%200%200%200-4.498-.413l-1.868.374V22a.75.75%200%200%201-1.5%200V2A.75.75%200%200%201%205%201.25m.75%2011.835l1.574-.315a9.43%209.43%200%200%201%205.35.492a7.93%207.93%200%200%200%204.866.33l.215-.054a.654.654%200%200%200%20.495-.634V5.537a.45.45%200%200%200-.559-.437a8.75%208.75%200%200%201-5.371-.364l-.204-.082a7.93%207.93%200%200%200-4.498-.413l-1.868.374z%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5%201.25a.75.75%200%200%201%20.75.75v1.085l1.574-.315a9.43%209.43%200%200%201%205.35.492l.203.081a7.25%207.25%200%200%200%204.45.302a1.95%201.95%200%200%201%202.423%201.892v7.367c0%20.988-.673%201.85-1.632%202.09l-.214.053a9.43%209.43%200%200%201-5.788-.393a7.93%207.93%200%200%200-4.498-.413l-1.868.374V22a.75.75%200%200%201-1.5%200V2A.75.75%200%200%201%205%201.25m.75%2011.835l1.574-.315a9.43%209.43%200%200%201%205.35.492a7.93%207.93%200%200%200%204.866.33l.215-.054a.654.654%200%200%200%20.495-.634V5.537a.45.45%200%200%200-.559-.437a8.75%208.75%200%200%201-5.371-.364l-.204-.082a7.93%207.93%200%200%200-4.498-.413l-1.868.374z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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