Flag 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 { IconFlag } from "@devigner-ui/icons";
<IconFlag className="size-6" />
<script setup>
import { IconFlag } from "@devigner-ui/icons-vue";
</script>
<template>
<IconFlag class="size-6" />
</template>
<script>
import { IconFlag } from "@devigner-ui/icons-svelte";
</script>
<IconFlag 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.22-.05A1.4 1.4 0 0 0 19 12.9V5.54a1.2 1.2 0 0 0-1.5-1.17 8 8 0 0 1-4.9-.33l-.2-.08a8.7 8.7 0 0 0-4.93-.45L5 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>