Wing icon in outline, twotone, bold and bulk. Free in all four styles, for tokens, exchanges, wallets, on-chain payments. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconWing } from "@devigner-ui/icons";
<IconWing className="size-6" />
<script setup>
import { IconWing } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWing class="size-6" />
</template>
<script>
import { IconWing } from "@devigner-ui/icons-svelte";
</script>
<IconWing class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.67 5h3.5l2.7 4.7-5.2 9.3-1.85-3.1 3.55-6.2z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M9.67 5h3.5l2.7 4.7-5.2 9.3-1.85-3.1 3.55-6.2z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2.47 5h3.5l2.7 4.8-1.7 2.9z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>