link from Octicons by GitHub · Regular · MIT Free for personal and commercial use.

Name
link
Set
Octicons
Style
Regular
Viewbox
16×16
License
MIT

2 other variants in Octicons

The same icon in other sets

Related icons in Octicons

Use the link icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5c0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5c0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function OcticonLink(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fillRule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5c0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5c0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5c0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5c0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z" fill="currentColor"/></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%2016%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4%209h1v1H4c-1.5%200-3-1.69-3-3.5S2.55%203%204%203h4c1.45%200%203%201.69%203%203.5c0%201.41-.91%202.72-2%203.25V8.59c.58-.45%201-1.27%201-2.09C10%205.22%208.98%204%208%204H4c-.98%200-2%201.22-2%202.5S3%209%204%209zm9-3h-1v1h1c1%200%202%201.22%202%202.5S13.98%2012%2013%2012H9c-.98%200-2-1.22-2-2.5c0-.83.42-1.64%201-2.09V6.25c-1.09.53-2%201.84-2%203.25C6%2011.31%207.55%2013%209%2013h4c1.45%200%203-1.69%203-3.5S14.5%206%2013%206z%22%20fill%3D%22currentColor%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%2016%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4%209h1v1H4c-1.5%200-3-1.69-3-3.5S2.55%203%204%203h4c1.45%200%203%201.69%203%203.5c0%201.41-.91%202.72-2%203.25V8.59c.58-.45%201-1.27%201-2.09C10%205.22%208.98%204%208%204H4c-.98%200-2%201.22-2%202.5S3%209%204%209zm9-3h-1v1h1c1%200%202%201.22%202%202.5S13.98%2012%2013%2012H9c-.98%200-2-1.22-2-2.5c0-.83.42-1.64%201-2.09V6.25c-1.09.53-2%201.84-2%203.25C6%2011.31%207.55%2013%209%2013h4c1.45%200%203-1.69%203-3.5S14.5%206%2013%206z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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