unlink from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
unlink
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-unlink

The same icon in other sets

Use the unlink icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.949 14.121L19.071 12a5.01 5.01 0 0 0 0-7.071a5.006 5.006 0 0 0-7.071 0l-.707.707l1.414 1.414l.707-.707a3.007 3.007 0 0 1 4.243 0a3.005 3.005 0 0 1 0 4.243l-2.122 2.121a2.7 2.7 0 0 1-.844.57L13.414 12l1.414-1.414l-.707-.707a4.97 4.97 0 0 0-3.535-1.465c-.235 0-.464.032-.691.066L3.707 2.293L2.293 3.707l18 18l1.414-1.414l-5.536-5.536q.417-.276.778-.636m-6.363 3.536a3.007 3.007 0 0 1-4.243 0a3.005 3.005 0 0 1 0-4.243l1.476-1.475l-1.414-1.414L4.929 12a5.01 5.01 0 0 0 0 7.071a4.98 4.98 0 0 0 3.535 1.462A4.98 4.98 0 0 0 12 19.071l.707-.707l-1.414-1.414z"/></svg>

React

import type { SVGProps } from "react";

export function BxUnlink(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.949 14.121L19.071 12a5.01 5.01 0 0 0 0-7.071a5.006 5.006 0 0 0-7.071 0l-.707.707l1.414 1.414l.707-.707a3.007 3.007 0 0 1 4.243 0a3.005 3.005 0 0 1 0 4.243l-2.122 2.121a2.7 2.7 0 0 1-.844.57L13.414 12l1.414-1.414l-.707-.707a4.97 4.97 0 0 0-3.535-1.465c-.235 0-.464.032-.691.066L3.707 2.293L2.293 3.707l18 18l1.414-1.414l-5.536-5.536q.417-.276.778-.636m-6.363 3.536a3.007 3.007 0 0 1-4.243 0a3.005 3.005 0 0 1 0-4.243l1.476-1.475l-1.414-1.414L4.929 12a5.01 5.01 0 0 0 0 7.071a4.98 4.98 0 0 0 3.535 1.462A4.98 4.98 0 0 0 12 19.071l.707-.707l-1.414-1.414z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.949 14.121L19.071 12a5.01 5.01 0 0 0 0-7.071a5.006 5.006 0 0 0-7.071 0l-.707.707l1.414 1.414l.707-.707a3.007 3.007 0 0 1 4.243 0a3.005 3.005 0 0 1 0 4.243l-2.122 2.121a2.7 2.7 0 0 1-.844.57L13.414 12l1.414-1.414l-.707-.707a4.97 4.97 0 0 0-3.535-1.465c-.235 0-.464.032-.691.066L3.707 2.293L2.293 3.707l18 18l1.414-1.414l-5.536-5.536q.417-.276.778-.636m-6.363 3.536a3.007 3.007 0 0 1-4.243 0a3.005 3.005 0 0 1 0-4.243l1.476-1.475l-1.414-1.414L4.929 12a5.01 5.01 0 0 0 0 7.071a4.98 4.98 0 0 0 3.535 1.462A4.98 4.98 0 0 0 12 19.071l.707-.707l-1.414-1.414z"/></svg>
</template>

CSS

.icon-unlink {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.949%2014.121L19.071%2012a5.01%205.01%200%200%200%200-7.071a5.006%205.006%200%200%200-7.071%200l-.707.707l1.414%201.414l.707-.707a3.007%203.007%200%200%201%204.243%200a3.005%203.005%200%200%201%200%204.243l-2.122%202.121a2.7%202.7%200%200%201-.844.57L13.414%2012l1.414-1.414l-.707-.707a4.97%204.97%200%200%200-3.535-1.465c-.235%200-.464.032-.691.066L3.707%202.293L2.293%203.707l18%2018l1.414-1.414l-5.536-5.536q.417-.276.778-.636m-6.363%203.536a3.007%203.007%200%200%201-4.243%200a3.005%203.005%200%200%201%200-4.243l1.476-1.475l-1.414-1.414L4.929%2012a5.01%205.01%200%200%200%200%207.071a4.98%204.98%200%200%200%203.535%201.462A4.98%204.98%200%200%200%2012%2019.071l.707-.707l-1.414-1.414z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.949%2014.121L19.071%2012a5.01%205.01%200%200%200%200-7.071a5.006%205.006%200%200%200-7.071%200l-.707.707l1.414%201.414l.707-.707a3.007%203.007%200%200%201%204.243%200a3.005%203.005%200%200%201%200%204.243l-2.122%202.121a2.7%202.7%200%200%201-.844.57L13.414%2012l1.414-1.414l-.707-.707a4.97%204.97%200%200%200-3.535-1.465c-.235%200-.464.032-.691.066L3.707%202.293L2.293%203.707l18%2018l1.414-1.414l-5.536-5.536q.417-.276.778-.636m-6.363%203.536a3.007%203.007%200%200%201-4.243%200a3.005%203.005%200%200%201%200-4.243l1.476-1.475l-1.414-1.414L4.929%2012a5.01%205.01%200%200%200%200%207.071a4.98%204.98%200%200%200%203.535%201.462A4.98%204.98%200%200%200%2012%2019.071l.707-.707l-1.414-1.414z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/unlink.svg?color=%231a73e8&size=48