Flag2 icon in outline, twotone, bold and bulk. Free in all four styles, for props, objects and everything with no other sheet. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconFlag2 } from "@devigner-ui/icons";
<IconFlag2 className="size-6" />
<script setup>
import { IconFlag2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconFlag2 class="size-6" />
</template>
<script>
import { IconFlag2 } from "@devigner-ui/icons-svelte";
</script>
<IconFlag2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 22V2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m5 14 2.47-.5a8.7 8.7 0 0 1 4.92.46c1.7.68 3.56.8 5.33.36l.1-.03a.9.9 0 0 0 .56-1.33l-1.57-2.6c-.34-.57-.5-.86-.55-1.17v-.38c.04-.31.21-.6.55-1.17l1.28-2.13a.73.73 0 0 0-.8-1.08 7.3 7.3 0 0 1-4.48-.3l-.42-.17a8.7 8.7 0 0 0-4.92-.45L5 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>