link from Font Awesome Solid by Dave Gandy · Solid · Editors · CC-BY-4.0 Attribution required.

Name
link
Set
Font Awesome Solid
Style
Solid
Category
Editors
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More editors icons from Font Awesome Solid

Use the link icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M451.5 160c-16.6 0-32.7 4.5-46.8 12.7c-15.8-16-34.2-29.4-54.5-39.5c28.2-24 64.1-37.2 101.3-37.2C537.9 96 608 166 608 252.5c0 41.5-16.5 81.3-45.8 110.6l-71.1 71.1C461.8 463.5 422 480 380.5 480C294.1 480 224 410 224 323.5c0-1.5 0-3 .1-4.5c.5-17.7 15.2-31.6 32.9-31.1s31.6 15.2 31.1 32.9v2.6c0 51.1 41.4 92.5 92.5 92.5c24.5 0 48-9.7 65.4-27.1l71.1-71.1c17.3-17.3 27.1-40.9 27.1-65.4c0-51.1-41.4-92.5-92.5-92.5zm-144.3 77.3c-1.9-.8-3.8-1.9-5.5-3.1c-12.6-6.5-27-10.2-42.1-10.2c-24.5 0-48 9.7-65.4 27.1l-71.1 71.1C105.8 339.5 96 363.1 96 387.6c0 51.1 41.4 92.5 92.5 92.5c16.5 0 32.6-4.4 46.7-12.6c15.8 16 34.2 29.4 54.6 39.5c-28.2 23.9-64 37.2-101.3 37.2c-86.4 0-156.5-70-156.5-156.5c0-41.5 16.5-81.3 45.8-110.6l71.1-71.1c29.3-29.3 69.1-45.8 110.6-45.8c86.6 0 156.5 70.6 156.5 156.9v3.9c-.4 17.7-15.1 31.6-32.8 31.2s-31.6-15.1-31.2-32.8v-2.3c0-33.7-18-63.3-44.8-79.6z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidLink(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M451.5 160c-16.6 0-32.7 4.5-46.8 12.7c-15.8-16-34.2-29.4-54.5-39.5c28.2-24 64.1-37.2 101.3-37.2C537.9 96 608 166 608 252.5c0 41.5-16.5 81.3-45.8 110.6l-71.1 71.1C461.8 463.5 422 480 380.5 480C294.1 480 224 410 224 323.5c0-1.5 0-3 .1-4.5c.5-17.7 15.2-31.6 32.9-31.1s31.6 15.2 31.1 32.9v2.6c0 51.1 41.4 92.5 92.5 92.5c24.5 0 48-9.7 65.4-27.1l71.1-71.1c17.3-17.3 27.1-40.9 27.1-65.4c0-51.1-41.4-92.5-92.5-92.5zm-144.3 77.3c-1.9-.8-3.8-1.9-5.5-3.1c-12.6-6.5-27-10.2-42.1-10.2c-24.5 0-48 9.7-65.4 27.1l-71.1 71.1C105.8 339.5 96 363.1 96 387.6c0 51.1 41.4 92.5 92.5 92.5c16.5 0 32.6-4.4 46.7-12.6c15.8 16 34.2 29.4 54.6 39.5c-28.2 23.9-64 37.2-101.3 37.2c-86.4 0-156.5-70-156.5-156.5c0-41.5 16.5-81.3 45.8-110.6l71.1-71.1c29.3-29.3 69.1-45.8 110.6-45.8c86.6 0 156.5 70.6 156.5 156.9v3.9c-.4 17.7-15.1 31.6-32.8 31.2s-31.6-15.1-31.2-32.8v-2.3c0-33.7-18-63.3-44.8-79.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M451.5 160c-16.6 0-32.7 4.5-46.8 12.7c-15.8-16-34.2-29.4-54.5-39.5c28.2-24 64.1-37.2 101.3-37.2C537.9 96 608 166 608 252.5c0 41.5-16.5 81.3-45.8 110.6l-71.1 71.1C461.8 463.5 422 480 380.5 480C294.1 480 224 410 224 323.5c0-1.5 0-3 .1-4.5c.5-17.7 15.2-31.6 32.9-31.1s31.6 15.2 31.1 32.9v2.6c0 51.1 41.4 92.5 92.5 92.5c24.5 0 48-9.7 65.4-27.1l71.1-71.1c17.3-17.3 27.1-40.9 27.1-65.4c0-51.1-41.4-92.5-92.5-92.5zm-144.3 77.3c-1.9-.8-3.8-1.9-5.5-3.1c-12.6-6.5-27-10.2-42.1-10.2c-24.5 0-48 9.7-65.4 27.1l-71.1 71.1C105.8 339.5 96 363.1 96 387.6c0 51.1 41.4 92.5 92.5 92.5c16.5 0 32.6-4.4 46.7-12.6c15.8 16 34.2 29.4 54.6 39.5c-28.2 23.9-64 37.2-101.3 37.2c-86.4 0-156.5-70-156.5-156.5c0-41.5 16.5-81.3 45.8-110.6l71.1-71.1c29.3-29.3 69.1-45.8 110.6-45.8c86.6 0 156.5 70.6 156.5 156.9v3.9c-.4 17.7-15.1 31.6-32.8 31.2s-31.6-15.1-31.2-32.8v-2.3c0-33.7-18-63.3-44.8-79.6z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M451.5%20160c-16.6%200-32.7%204.5-46.8%2012.7c-15.8-16-34.2-29.4-54.5-39.5c28.2-24%2064.1-37.2%20101.3-37.2C537.9%2096%20608%20166%20608%20252.5c0%2041.5-16.5%2081.3-45.8%20110.6l-71.1%2071.1C461.8%20463.5%20422%20480%20380.5%20480C294.1%20480%20224%20410%20224%20323.5c0-1.5%200-3%20.1-4.5c.5-17.7%2015.2-31.6%2032.9-31.1s31.6%2015.2%2031.1%2032.9v2.6c0%2051.1%2041.4%2092.5%2092.5%2092.5c24.5%200%2048-9.7%2065.4-27.1l71.1-71.1c17.3-17.3%2027.1-40.9%2027.1-65.4c0-51.1-41.4-92.5-92.5-92.5zm-144.3%2077.3c-1.9-.8-3.8-1.9-5.5-3.1c-12.6-6.5-27-10.2-42.1-10.2c-24.5%200-48%209.7-65.4%2027.1l-71.1%2071.1C105.8%20339.5%2096%20363.1%2096%20387.6c0%2051.1%2041.4%2092.5%2092.5%2092.5c16.5%200%2032.6-4.4%2046.7-12.6c15.8%2016%2034.2%2029.4%2054.6%2039.5c-28.2%2023.9-64%2037.2-101.3%2037.2c-86.4%200-156.5-70-156.5-156.5c0-41.5%2016.5-81.3%2045.8-110.6l71.1-71.1c29.3-29.3%2069.1-45.8%20110.6-45.8c86.6%200%20156.5%2070.6%20156.5%20156.9v3.9c-.4%2017.7-15.1%2031.6-32.8%2031.2s-31.6-15.1-31.2-32.8v-2.3c0-33.7-18-63.3-44.8-79.6z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M451.5%20160c-16.6%200-32.7%204.5-46.8%2012.7c-15.8-16-34.2-29.4-54.5-39.5c28.2-24%2064.1-37.2%20101.3-37.2C537.9%2096%20608%20166%20608%20252.5c0%2041.5-16.5%2081.3-45.8%20110.6l-71.1%2071.1C461.8%20463.5%20422%20480%20380.5%20480C294.1%20480%20224%20410%20224%20323.5c0-1.5%200-3%20.1-4.5c.5-17.7%2015.2-31.6%2032.9-31.1s31.6%2015.2%2031.1%2032.9v2.6c0%2051.1%2041.4%2092.5%2092.5%2092.5c24.5%200%2048-9.7%2065.4-27.1l71.1-71.1c17.3-17.3%2027.1-40.9%2027.1-65.4c0-51.1-41.4-92.5-92.5-92.5zm-144.3%2077.3c-1.9-.8-3.8-1.9-5.5-3.1c-12.6-6.5-27-10.2-42.1-10.2c-24.5%200-48%209.7-65.4%2027.1l-71.1%2071.1C105.8%20339.5%2096%20363.1%2096%20387.6c0%2051.1%2041.4%2092.5%2092.5%2092.5c16.5%200%2032.6-4.4%2046.7-12.6c15.8%2016%2034.2%2029.4%2054.6%2039.5c-28.2%2023.9-64%2037.2-101.3%2037.2c-86.4%200-156.5-70-156.5-156.5c0-41.5%2016.5-81.3%2045.8-110.6l71.1-71.1c29.3-29.3%2069.1-45.8%20110.6-45.8c86.6%200%20156.5%2070.6%20156.5%20156.9v3.9c-.4%2017.7-15.1%2031.6-32.8%2031.2s-31.6-15.1-31.2-32.8v-2.3c0-33.7-18-63.3-44.8-79.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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