Link Broken 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 { IconLinkBroken } from "@devigner-ui/icons";
<IconLinkBroken className="size-6" />
<script setup>
import { IconLinkBroken } from "@devigner-ui/icons-vue";
</script>
<template>
<IconLinkBroken class="size-6" />
</template>
<script>
import { IconLinkBroken } from "@devigner-ui/icons-svelte";
</script>
<IconLinkBroken class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m2 8 6 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="m6 4 2 3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m11 6.56 3.7-3.62c1.46-1.43 4.06-1.2 5.81.52 1.76 1.71 2 4.26.53 5.7L18.14 12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M15 15.59 10.97 20c-1.4 1.53-3.88 1.28-5.55-.55s-1.9-4.55-.5-6.07L6.16 12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>