link from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
link
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

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="M7.23 18.25a4 4 0 0 1-2.83-1.16a4.23 4.23 0 0 1 .15-5.95l3.76-3.79A4.44 4.44 0 0 1 11.42 6a4 4 0 0 1 2.83 1.2a4.25 4.25 0 0 1-.15 6l-1.26 1.26a.75.75 0 1 1-1.06-1.06L13 12.1a2.73 2.73 0 0 0 .14-3.84a2.77 2.77 0 0 0-3.8.15l-3.73 3.78A2.74 2.74 0 0 0 5.46 16a2.5 2.5 0 0 0 2 .71a.74.74 0 0 1 .81.67a.75.75 0 0 1-.67.82Z"/><path fill="currentColor" d="M12.58 18a4 4 0 0 1-2.83-1.2a4.25 4.25 0 0 1 .15-6l1.26-1.26a.75.75 0 1 1 1.06 1.06L11 11.9a2.73 2.73 0 0 0-.14 3.84a2.77 2.77 0 0 0 3.8-.15l3.77-3.78A2.74 2.74 0 0 0 18.54 8a2.5 2.5 0 0 0-2-.71a.74.74 0 0 1-.81-.67a.75.75 0 0 1 .67-.82a4 4 0 0 1 3.2 1.11a4.23 4.23 0 0 1-.15 5.95l-3.76 3.79A4.44 4.44 0 0 1 12.58 18"/></svg>

React

import type { SVGProps } from "react";

export function PrimeLink(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="M7.23 18.25a4 4 0 0 1-2.83-1.16a4.23 4.23 0 0 1 .15-5.95l3.76-3.79A4.44 4.44 0 0 1 11.42 6a4 4 0 0 1 2.83 1.2a4.25 4.25 0 0 1-.15 6l-1.26 1.26a.75.75 0 1 1-1.06-1.06L13 12.1a2.73 2.73 0 0 0 .14-3.84a2.77 2.77 0 0 0-3.8.15l-3.73 3.78A2.74 2.74 0 0 0 5.46 16a2.5 2.5 0 0 0 2 .71a.74.74 0 0 1 .81.67a.75.75 0 0 1-.67.82Z"/><path fill="currentColor" d="M12.58 18a4 4 0 0 1-2.83-1.2a4.25 4.25 0 0 1 .15-6l1.26-1.26a.75.75 0 1 1 1.06 1.06L11 11.9a2.73 2.73 0 0 0-.14 3.84a2.77 2.77 0 0 0 3.8-.15l3.77-3.78A2.74 2.74 0 0 0 18.54 8a2.5 2.5 0 0 0-2-.71a.74.74 0 0 1-.81-.67a.75.75 0 0 1 .67-.82a4 4 0 0 1 3.2 1.11a4.23 4.23 0 0 1-.15 5.95l-3.76 3.79A4.44 4.44 0 0 1 12.58 18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.23 18.25a4 4 0 0 1-2.83-1.16a4.23 4.23 0 0 1 .15-5.95l3.76-3.79A4.44 4.44 0 0 1 11.42 6a4 4 0 0 1 2.83 1.2a4.25 4.25 0 0 1-.15 6l-1.26 1.26a.75.75 0 1 1-1.06-1.06L13 12.1a2.73 2.73 0 0 0 .14-3.84a2.77 2.77 0 0 0-3.8.15l-3.73 3.78A2.74 2.74 0 0 0 5.46 16a2.5 2.5 0 0 0 2 .71a.74.74 0 0 1 .81.67a.75.75 0 0 1-.67.82Z"/><path fill="currentColor" d="M12.58 18a4 4 0 0 1-2.83-1.2a4.25 4.25 0 0 1 .15-6l1.26-1.26a.75.75 0 1 1 1.06 1.06L11 11.9a2.73 2.73 0 0 0-.14 3.84a2.77 2.77 0 0 0 3.8-.15l3.77-3.78A2.74 2.74 0 0 0 18.54 8a2.5 2.5 0 0 0-2-.71a.74.74 0 0 1-.81-.67a.75.75 0 0 1 .67-.82a4 4 0 0 1 3.2 1.11a4.23 4.23 0 0 1-.15 5.95l-3.76 3.79A4.44 4.44 0 0 1 12.58 18"/></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%22M7.23%2018.25a4%204%200%200%201-2.83-1.16a4.23%204.23%200%200%201%20.15-5.95l3.76-3.79A4.44%204.44%200%200%201%2011.42%206a4%204%200%200%201%202.83%201.2a4.25%204.25%200%200%201-.15%206l-1.26%201.26a.75.75%200%201%201-1.06-1.06L13%2012.1a2.73%202.73%200%200%200%20.14-3.84a2.77%202.77%200%200%200-3.8.15l-3.73%203.78A2.74%202.74%200%200%200%205.46%2016a2.5%202.5%200%200%200%202%20.71a.74.74%200%200%201%20.81.67a.75.75%200%200%201-.67.82Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.58%2018a4%204%200%200%201-2.83-1.2a4.25%204.25%200%200%201%20.15-6l1.26-1.26a.75.75%200%201%201%201.06%201.06L11%2011.9a2.73%202.73%200%200%200-.14%203.84a2.77%202.77%200%200%200%203.8-.15l3.77-3.78A2.74%202.74%200%200%200%2018.54%208a2.5%202.5%200%200%200-2-.71a.74.74%200%200%201-.81-.67a.75.75%200%200%201%20.67-.82a4%204%200%200%201%203.2%201.11a4.23%204.23%200%200%201-.15%205.95l-3.76%203.79A4.44%204.44%200%200%201%2012.58%2018%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%22M7.23%2018.25a4%204%200%200%201-2.83-1.16a4.23%204.23%200%200%201%20.15-5.95l3.76-3.79A4.44%204.44%200%200%201%2011.42%206a4%204%200%200%201%202.83%201.2a4.25%204.25%200%200%201-.15%206l-1.26%201.26a.75.75%200%201%201-1.06-1.06L13%2012.1a2.73%202.73%200%200%200%20.14-3.84a2.77%202.77%200%200%200-3.8.15l-3.73%203.78A2.74%202.74%200%200%200%205.46%2016a2.5%202.5%200%200%200%202%20.71a.74.74%200%200%201%20.81.67a.75.75%200%200%201-.67.82Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.58%2018a4%204%200%200%201-2.83-1.2a4.25%204.25%200%200%201%20.15-6l1.26-1.26a.75.75%200%201%201%201.06%201.06L11%2011.9a2.73%202.73%200%200%200-.14%203.84a2.77%202.77%200%200%200%203.8-.15l3.77-3.78A2.74%202.74%200%200%200%2018.54%208a2.5%202.5%200%200%200-2-.71a.74.74%200%200%201-.81-.67a.75.75%200%200%201%20.67-.82a4%204%200%200%201%203.2%201.11a4.23%204.23%200%200%201-.15%205.95l-3.76%203.79A4.44%204.44%200%200%201%2012.58%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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