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

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

The same icon in other sets

Related icons in BoxIcons v2

Use the link icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.465 11.293c1.133-1.133 3.109-1.133 4.242 0l.707.707l1.414-1.414l-.707-.707c-.943-.944-2.199-1.465-3.535-1.465s-2.592.521-3.535 1.465L4.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.414l-.707.707a3.007 3.007 0 0 1-4.243 0a3.005 3.005 0 0 1 0-4.243z"/><path fill="currentColor" d="m12 4.929l-.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.121c-1.133 1.133-3.109 1.133-4.242 0L10.586 12l-1.414 1.414l.707.707c.943.944 2.199 1.465 3.535 1.465s2.592-.521 3.535-1.465L19.071 12a5.01 5.01 0 0 0 0-7.071a5.006 5.006 0 0 0-7.071 0"/></svg>

React

import type { SVGProps } from "react";

export function BxLink(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="M8.465 11.293c1.133-1.133 3.109-1.133 4.242 0l.707.707l1.414-1.414l-.707-.707c-.943-.944-2.199-1.465-3.535-1.465s-2.592.521-3.535 1.465L4.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.414l-.707.707a3.007 3.007 0 0 1-4.243 0a3.005 3.005 0 0 1 0-4.243z"/><path fill="currentColor" d="m12 4.929l-.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.121c-1.133 1.133-3.109 1.133-4.242 0L10.586 12l-1.414 1.414l.707.707c.943.944 2.199 1.465 3.535 1.465s2.592-.521 3.535-1.465L19.071 12a5.01 5.01 0 0 0 0-7.071a5.006 5.006 0 0 0-7.071 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.465 11.293c1.133-1.133 3.109-1.133 4.242 0l.707.707l1.414-1.414l-.707-.707c-.943-.944-2.199-1.465-3.535-1.465s-2.592.521-3.535 1.465L4.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.414l-.707.707a3.007 3.007 0 0 1-4.243 0a3.005 3.005 0 0 1 0-4.243z"/><path fill="currentColor" d="m12 4.929l-.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.121c-1.133 1.133-3.109 1.133-4.242 0L10.586 12l-1.414 1.414l.707.707c.943.944 2.199 1.465 3.535 1.465s2.592-.521 3.535-1.465L19.071 12a5.01 5.01 0 0 0 0-7.071a5.006 5.006 0 0 0-7.071 0"/></svg>
</template>

CSS

.icon-link {
  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%22M8.465%2011.293c1.133-1.133%203.109-1.133%204.242%200l.707.707l1.414-1.414l-.707-.707c-.943-.944-2.199-1.465-3.535-1.465s-2.592.521-3.535%201.465L4.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.414l-.707.707a3.007%203.007%200%200%201-4.243%200a3.005%203.005%200%200%201%200-4.243z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%204.929l-.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.121c-1.133%201.133-3.109%201.133-4.242%200L10.586%2012l-1.414%201.414l.707.707c.943.944%202.199%201.465%203.535%201.465s2.592-.521%203.535-1.465L19.071%2012a5.01%205.01%200%200%200%200-7.071a5.006%205.006%200%200%200-7.071%200%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%22M8.465%2011.293c1.133-1.133%203.109-1.133%204.242%200l.707.707l1.414-1.414l-.707-.707c-.943-.944-2.199-1.465-3.535-1.465s-2.592.521-3.535%201.465L4.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.414l-.707.707a3.007%203.007%200%200%201-4.243%200a3.005%203.005%200%200%201%200-4.243z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%204.929l-.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.121c-1.133%201.133-3.109%201.133-4.242%200L10.586%2012l-1.414%201.414l.707.707c.943.944%202.199%201.465%203.535%201.465s2.592-.521%203.535-1.465L19.071%2012a5.01%205.01%200%200%200%200-7.071a5.006%205.006%200%200%200-7.071%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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