link from Reicon by REICON · Outline · Text-formatting · MIT Free for personal and commercial use.

Name
link
Set
Reicon
Style
Outline
Category
Text-formatting
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All link icons →

More text-formatting icons from Reicon

Use the link icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.729 3.884c1.434-1.44 3.532-1.47 4.693-.304c1.164 1.168 1.133 3.28-.303 4.72l-2.423 2.433a.75.75 0 0 0 1.062 1.059l2.424-2.433c1.911-1.919 2.151-4.982.303-6.838c-1.85-1.857-4.907-1.615-6.82.304L9.819 7.692c-1.911 1.919-2.151 4.982-.303 6.837a.75.75 0 1 0 1.063-1.058c-1.164-1.168-1.132-3.28.303-4.72z"/><path d="M14.485 9.47a.75.75 0 0 0-1.063 1.06c1.164 1.168 1.133 3.279-.303 4.72l-4.847 4.866c-1.435 1.44-3.533 1.47-4.694.304c-1.164-1.168-1.132-3.28.303-4.72l2.424-2.433a.75.75 0 0 0-1.063-1.059l-2.424 2.433c-1.911 1.92-2.151 4.982-.303 6.838c1.85 1.858 4.907 1.615 6.82-.304l4.847-4.867c1.911-1.918 2.151-4.982.303-6.837"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconLink(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.729 3.884c1.434-1.44 3.532-1.47 4.693-.304c1.164 1.168 1.133 3.28-.303 4.72l-2.423 2.433a.75.75 0 0 0 1.062 1.059l2.424-2.433c1.911-1.919 2.151-4.982.303-6.838c-1.85-1.857-4.907-1.615-6.82.304L9.819 7.692c-1.911 1.919-2.151 4.982-.303 6.837a.75.75 0 1 0 1.063-1.058c-1.164-1.168-1.132-3.28.303-4.72z"/><path d="M14.485 9.47a.75.75 0 0 0-1.063 1.06c1.164 1.168 1.133 3.279-.303 4.72l-4.847 4.866c-1.435 1.44-3.533 1.47-4.694.304c-1.164-1.168-1.132-3.28.303-4.72l2.424-2.433a.75.75 0 0 0-1.063-1.059l-2.424 2.433c-1.911 1.92-2.151 4.982-.303 6.838c1.85 1.858 4.907 1.615 6.82-.304l4.847-4.867c1.911-1.918 2.151-4.982.303-6.837"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.729 3.884c1.434-1.44 3.532-1.47 4.693-.304c1.164 1.168 1.133 3.28-.303 4.72l-2.423 2.433a.75.75 0 0 0 1.062 1.059l2.424-2.433c1.911-1.919 2.151-4.982.303-6.838c-1.85-1.857-4.907-1.615-6.82.304L9.819 7.692c-1.911 1.919-2.151 4.982-.303 6.837a.75.75 0 1 0 1.063-1.058c-1.164-1.168-1.132-3.28.303-4.72z"/><path d="M14.485 9.47a.75.75 0 0 0-1.063 1.06c1.164 1.168 1.133 3.279-.303 4.72l-4.847 4.866c-1.435 1.44-3.533 1.47-4.694.304c-1.164-1.168-1.132-3.28.303-4.72l2.424-2.433a.75.75 0 0 0-1.063-1.059l-2.424 2.433c-1.911 1.92-2.151 4.982-.303 6.838c1.85 1.858 4.907 1.615 6.82-.304l4.847-4.867c1.911-1.918 2.151-4.982.303-6.837"/></g></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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.729%203.884c1.434-1.44%203.532-1.47%204.693-.304c1.164%201.168%201.133%203.28-.303%204.72l-2.423%202.433a.75.75%200%200%200%201.062%201.059l2.424-2.433c1.911-1.919%202.151-4.982.303-6.838c-1.85-1.857-4.907-1.615-6.82.304L9.819%207.692c-1.911%201.919-2.151%204.982-.303%206.837a.75.75%200%201%200%201.063-1.058c-1.164-1.168-1.132-3.28.303-4.72z%22%2F%3E%3Cpath%20d%3D%22M14.485%209.47a.75.75%200%200%200-1.063%201.06c1.164%201.168%201.133%203.279-.303%204.72l-4.847%204.866c-1.435%201.44-3.533%201.47-4.694.304c-1.164-1.168-1.132-3.28.303-4.72l2.424-2.433a.75.75%200%200%200-1.063-1.059l-2.424%202.433c-1.911%201.92-2.151%204.982-.303%206.838c1.85%201.858%204.907%201.615%206.82-.304l4.847-4.867c1.911-1.918%202.151-4.982.303-6.837%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.729%203.884c1.434-1.44%203.532-1.47%204.693-.304c1.164%201.168%201.133%203.28-.303%204.72l-2.423%202.433a.75.75%200%200%200%201.062%201.059l2.424-2.433c1.911-1.919%202.151-4.982.303-6.838c-1.85-1.857-4.907-1.615-6.82.304L9.819%207.692c-1.911%201.919-2.151%204.982-.303%206.837a.75.75%200%201%200%201.063-1.058c-1.164-1.168-1.132-3.28.303-4.72z%22%2F%3E%3Cpath%20d%3D%22M14.485%209.47a.75.75%200%200%200-1.063%201.06c1.164%201.168%201.133%203.279-.303%204.72l-4.847%204.866c-1.435%201.44-3.533%201.47-4.694.304c-1.164-1.168-1.132-3.28.303-4.72l2.424-2.433a.75.75%200%200%200-1.063-1.059l-2.424%202.433c-1.911%201.92-2.151%204.982-.303%206.838c1.85%201.858%204.907%201.615%206.82-.304l4.847-4.867c1.911-1.918%202.151-4.982.303-6.837%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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