Link Circle icon in outline, twotone, bold and bulk. Free in all four styles, for editors, typography, links, translation. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconLinkCircle } from "@devigner-ui/icons";
<IconLinkCircle className="size-6" />
<script setup>
import { IconLinkCircle } from "@devigner-ui/icons-vue";
</script>
<template>
<IconLinkCircle class="size-6" />
</template>
<script>
import { IconLinkCircle } from "@devigner-ui/icons-svelte";
</script>
<IconLinkCircle 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="M8.61 14.51a3 3 0 0 1-1.52-1.32A3.2 3.2 0 0 1 8.2 8.95l2.34-1.45a2.85 2.85 0 0 1 4.03 1.05c.8 1.46.31 3.36-1.1 4.24l-.32.22" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M16.78 9.45c.62.23 1.17.68 1.52 1.32.8 1.46.31 3.36-1.1 4.24l-2.35 1.45c-1.4.88-3.23.4-4.03-1.05a3.2 3.2 0 0 1 1.11-4.24l.31-.22" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.67 22a10 10 0 1 0 0-20 10 10 0 0 0 0 20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>