Ankr 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 { IconAnkr } from "@devigner-ui/icons";
<IconAnkr className="size-6" />
<script setup>
import { IconAnkr } from "@devigner-ui/icons-vue";
</script>
<template>
<IconAnkr class="size-6" />
</template>
<script>
import { IconAnkr } from "@devigner-ui/icons-svelte";
</script>
<IconAnkr class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M3.78 9.78V6.44L12.67 2l8.89 4.44v3.34" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M3.78 14.22v3.34L12.67 22l8.89-4.44v-3.34" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.67 22v-5.56" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.67 16.44a4.44 4.44 0 1 0 0-8.88 4.44 4.44 0 0 0 0 8.88" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"></path></svg>