link from Line Awesome by Icons8 · Line · Editors · Apache-2.0 Free for personal and commercial use.

Name
link
Set
Line Awesome
Style
Line
Category
Editors
Viewbox
32×32
License
Apache 2.0
Aliases
link-solid

The same icon in other sets

More editors icons from Line Awesome

Use the link icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.75 4c-1.672 0-3.258.66-4.438 1.844l-1.468 1.468A6.25 6.25 0 0 0 14 11.75c0 .793.152 1.566.438 2.281l1.624-1.625A4.29 4.29 0 0 1 17.25 8.72l1.469-1.469A4.28 4.28 0 0 1 21.75 6c1.137 0 2.195.445 3 1.25a4.274 4.274 0 0 1 0 6.031l-1.469 1.469A4.28 4.28 0 0 1 20.25 16q-.334-.002-.656-.063l-1.625 1.626A6.2 6.2 0 0 0 20.25 18c1.672 0 3.258-.66 4.438-1.844l1.468-1.468A6.25 6.25 0 0 0 28 10.25c0-1.672-.66-3.223-1.844-4.406A6.17 6.17 0 0 0 21.75 4m-2.469 7.281l-8 8l1.438 1.438l8-8zM11.75 14c-1.672 0-3.258.66-4.438 1.844l-1.468 1.469A6.25 6.25 0 0 0 4 21.75c0 1.672.66 3.223 1.844 4.406A6.17 6.17 0 0 0 10.25 28c1.672 0 3.258-.66 4.438-1.844l1.468-1.468A6.25 6.25 0 0 0 18 20.25c0-.793-.152-1.566-.438-2.281l-1.625 1.625a4.29 4.29 0 0 1-1.187 3.687l-1.469 1.469A4.28 4.28 0 0 1 10.25 26a4.2 4.2 0 0 1-3-1.25a4.274 4.274 0 0 1 0-6.031l1.469-1.469A4.28 4.28 0 0 1 11.75 16q.334.002.656.063l1.625-1.625A6.2 6.2 0 0 0 11.75 14"/></svg>

React

import type { SVGProps } from "react";

export function LaLink(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.75 4c-1.672 0-3.258.66-4.438 1.844l-1.468 1.468A6.25 6.25 0 0 0 14 11.75c0 .793.152 1.566.438 2.281l1.624-1.625A4.29 4.29 0 0 1 17.25 8.72l1.469-1.469A4.28 4.28 0 0 1 21.75 6c1.137 0 2.195.445 3 1.25a4.274 4.274 0 0 1 0 6.031l-1.469 1.469A4.28 4.28 0 0 1 20.25 16q-.334-.002-.656-.063l-1.625 1.626A6.2 6.2 0 0 0 20.25 18c1.672 0 3.258-.66 4.438-1.844l1.468-1.468A6.25 6.25 0 0 0 28 10.25c0-1.672-.66-3.223-1.844-4.406A6.17 6.17 0 0 0 21.75 4m-2.469 7.281l-8 8l1.438 1.438l8-8zM11.75 14c-1.672 0-3.258.66-4.438 1.844l-1.468 1.469A6.25 6.25 0 0 0 4 21.75c0 1.672.66 3.223 1.844 4.406A6.17 6.17 0 0 0 10.25 28c1.672 0 3.258-.66 4.438-1.844l1.468-1.468A6.25 6.25 0 0 0 18 20.25c0-.793-.152-1.566-.438-2.281l-1.625 1.625a4.29 4.29 0 0 1-1.187 3.687l-1.469 1.469A4.28 4.28 0 0 1 10.25 26a4.2 4.2 0 0 1-3-1.25a4.274 4.274 0 0 1 0-6.031l1.469-1.469A4.28 4.28 0 0 1 11.75 16q.334.002.656.063l1.625-1.625A6.2 6.2 0 0 0 11.75 14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.75 4c-1.672 0-3.258.66-4.438 1.844l-1.468 1.468A6.25 6.25 0 0 0 14 11.75c0 .793.152 1.566.438 2.281l1.624-1.625A4.29 4.29 0 0 1 17.25 8.72l1.469-1.469A4.28 4.28 0 0 1 21.75 6c1.137 0 2.195.445 3 1.25a4.274 4.274 0 0 1 0 6.031l-1.469 1.469A4.28 4.28 0 0 1 20.25 16q-.334-.002-.656-.063l-1.625 1.626A6.2 6.2 0 0 0 20.25 18c1.672 0 3.258-.66 4.438-1.844l1.468-1.468A6.25 6.25 0 0 0 28 10.25c0-1.672-.66-3.223-1.844-4.406A6.17 6.17 0 0 0 21.75 4m-2.469 7.281l-8 8l1.438 1.438l8-8zM11.75 14c-1.672 0-3.258.66-4.438 1.844l-1.468 1.469A6.25 6.25 0 0 0 4 21.75c0 1.672.66 3.223 1.844 4.406A6.17 6.17 0 0 0 10.25 28c1.672 0 3.258-.66 4.438-1.844l1.468-1.468A6.25 6.25 0 0 0 18 20.25c0-.793-.152-1.566-.438-2.281l-1.625 1.625a4.29 4.29 0 0 1-1.187 3.687l-1.469 1.469A4.28 4.28 0 0 1 10.25 26a4.2 4.2 0 0 1-3-1.25a4.274 4.274 0 0 1 0-6.031l1.469-1.469A4.28 4.28 0 0 1 11.75 16q.334.002.656.063l1.625-1.625A6.2 6.2 0 0 0 11.75 14"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.75%204c-1.672%200-3.258.66-4.438%201.844l-1.468%201.468A6.25%206.25%200%200%200%2014%2011.75c0%20.793.152%201.566.438%202.281l1.624-1.625A4.29%204.29%200%200%201%2017.25%208.72l1.469-1.469A4.28%204.28%200%200%201%2021.75%206c1.137%200%202.195.445%203%201.25a4.274%204.274%200%200%201%200%206.031l-1.469%201.469A4.28%204.28%200%200%201%2020.25%2016q-.334-.002-.656-.063l-1.625%201.626A6.2%206.2%200%200%200%2020.25%2018c1.672%200%203.258-.66%204.438-1.844l1.468-1.468A6.25%206.25%200%200%200%2028%2010.25c0-1.672-.66-3.223-1.844-4.406A6.17%206.17%200%200%200%2021.75%204m-2.469%207.281l-8%208l1.438%201.438l8-8zM11.75%2014c-1.672%200-3.258.66-4.438%201.844l-1.468%201.469A6.25%206.25%200%200%200%204%2021.75c0%201.672.66%203.223%201.844%204.406A6.17%206.17%200%200%200%2010.25%2028c1.672%200%203.258-.66%204.438-1.844l1.468-1.468A6.25%206.25%200%200%200%2018%2020.25c0-.793-.152-1.566-.438-2.281l-1.625%201.625a4.29%204.29%200%200%201-1.187%203.687l-1.469%201.469A4.28%204.28%200%200%201%2010.25%2026a4.2%204.2%200%200%201-3-1.25a4.274%204.274%200%200%201%200-6.031l1.469-1.469A4.28%204.28%200%200%201%2011.75%2016q.334.002.656.063l1.625-1.625A6.2%206.2%200%200%200%2011.75%2014%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.75%204c-1.672%200-3.258.66-4.438%201.844l-1.468%201.468A6.25%206.25%200%200%200%2014%2011.75c0%20.793.152%201.566.438%202.281l1.624-1.625A4.29%204.29%200%200%201%2017.25%208.72l1.469-1.469A4.28%204.28%200%200%201%2021.75%206c1.137%200%202.195.445%203%201.25a4.274%204.274%200%200%201%200%206.031l-1.469%201.469A4.28%204.28%200%200%201%2020.25%2016q-.334-.002-.656-.063l-1.625%201.626A6.2%206.2%200%200%200%2020.25%2018c1.672%200%203.258-.66%204.438-1.844l1.468-1.468A6.25%206.25%200%200%200%2028%2010.25c0-1.672-.66-3.223-1.844-4.406A6.17%206.17%200%200%200%2021.75%204m-2.469%207.281l-8%208l1.438%201.438l8-8zM11.75%2014c-1.672%200-3.258.66-4.438%201.844l-1.468%201.469A6.25%206.25%200%200%200%204%2021.75c0%201.672.66%203.223%201.844%204.406A6.17%206.17%200%200%200%2010.25%2028c1.672%200%203.258-.66%204.438-1.844l1.468-1.468A6.25%206.25%200%200%200%2018%2020.25c0-.793-.152-1.566-.438-2.281l-1.625%201.625a4.29%204.29%200%200%201-1.187%203.687l-1.469%201.469A4.28%204.28%200%200%201%2010.25%2026a4.2%204.2%200%200%201-3-1.25a4.274%204.274%200%200%201%200-6.031l1.469-1.469A4.28%204.28%200%200%201%2011.75%2016q.334.002.656.063l1.625-1.625A6.2%206.2%200%200%200%2011.75%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Link line icon — Line Awesome · IconsDB