Chainlink Link 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 { IconChainlinkLink } from "@devigner-ui/icons";
<IconChainlinkLink className="size-6" />
<script setup>
import { IconChainlinkLink } from "@devigner-ui/icons-vue";
</script>
<template>
<IconChainlinkLink class="size-6" />
</template>
<script>
import { IconChainlinkLink } from "@devigner-ui/icons-svelte";
</script>
<IconChainlinkLink class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.67 8.18v7.65c0 .65.46 1.43 1.03 1.75l7 3.89c.53.3 1.41.3 1.94 0l7-3.89a2.2 2.2 0 0 0 1.03-1.75V8.18c0-.65-.46-1.43-1.03-1.75l-7-3.89a2.2 2.2 0 0 0-1.94 0l-7 3.89a2.2 2.2 0 0 0-1.03 1.75" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>