Link Round Angle 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 { IconLinkRoundAngle } from "@devigner-ui/icons";
<IconLinkRoundAngle className="size-6" />
<script setup>
import { IconLinkRoundAngle } from "@devigner-ui/icons-vue";
</script>
<template>
<IconLinkRoundAngle class="size-6" />
</template>
<script>
import { IconLinkRoundAngle } from "@devigner-ui/icons-svelte";
</script>
<IconLinkRoundAngle class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m12.8 15.8 1.42-1.43a6.08 6.08 0 0 0-8.58-8.6L2.78 8.65A6.08 6.08 0 0 0 6.73 19" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M11.2 8.2 9.79 9.63a6.08 6.08 0 0 0 8.58 8.6l2.86-2.87A6.08 6.08 0 0 0 17.27 5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>