Can be useful in text editors or other places to remove links.
Examples:



<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path
d="M10,13a5,5,0,0,0,7.54.54l3-3a5,5,0,0,0-7.07-7.07L11.75,5.18"
/>
<path
d="M14,11a5,5,0,0,0-7.54-.54l-3,3a5,5,0,0,0,7.07,7.07l1.71-1.71"
/>
<g>
<line
x1="8.242"
y1="3.069"
x2="8.242"
y2="4.242"
/>
<line
x1="4.242"
y1="8.242"
x2="3.069"
y2="8.242"
/>
<line
x1="2.5"
y1="2.5"
x2="5.372"
y2="5.372"
/>
</g>
<g>
<line
x1="15.758"
y1="20.931"
x2="15.758"
y2="19.758"
/>
<line
x1="19.758"
y1="15.758"
x2="20.931"
y2="15.758"
/>
<line
x1="21.5"
y1="21.5"
x2="18.628"
y2="18.628"
/>
</g>
</svg>

For the unlink for the link variant I tried to keep the lines of the link icon.
So this is the link with overlayed over the original link icon.

I followed the Icon guide lines from #171. But it's hard with this one to keep the original lines of the link icon and keep exactly 2 pixels of spacing.
These look good!
Thanks, I would create a PR for it.
@ericfennis Well done!
Thanks @davewhitley !
Most helpful comment
My variants
For the

unlinkfor thelinkvariant I tried to keep the lines of thelinkicon.So this is the link with overlayed over the original
linkicon.I followed the Icon guide lines from #171. But it's hard with this one to keep the original lines of the link icon and keep exactly 2 pixels of spacing.