link from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.

Name
link
Set
Unicons
Style
Line
Category
User Interface
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More user interface icons from Unicons

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="m10 17.55l-1.77 1.72a2.47 2.47 0 0 1-3.5-3.5l4.54-4.55a2.46 2.46 0 0 1 3.39-.09l.12.1a1 1 0 0 0 1.4-1.43a3 3 0 0 0-.18-.21a4.46 4.46 0 0 0-6.09.22l-4.6 4.55a4.48 4.48 0 0 0 6.33 6.33L11.37 19A1 1 0 0 0 10 17.55M20.69 3.31a4.49 4.49 0 0 0-6.33 0L12.63 5A1 1 0 0 0 14 6.45l1.73-1.72a2.47 2.47 0 0 1 3.5 3.5l-4.54 4.55a2.46 2.46 0 0 1-3.39.09l-.12-.1a1 1 0 0 0-1.4 1.43a3 3 0 0 0 .23.21a4.47 4.47 0 0 0 6.09-.22l4.55-4.55a4.49 4.49 0 0 0 .04-6.33"/></svg>

React

import type { SVGProps } from "react";

export function UilLink(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="m10 17.55l-1.77 1.72a2.47 2.47 0 0 1-3.5-3.5l4.54-4.55a2.46 2.46 0 0 1 3.39-.09l.12.1a1 1 0 0 0 1.4-1.43a3 3 0 0 0-.18-.21a4.46 4.46 0 0 0-6.09.22l-4.6 4.55a4.48 4.48 0 0 0 6.33 6.33L11.37 19A1 1 0 0 0 10 17.55M20.69 3.31a4.49 4.49 0 0 0-6.33 0L12.63 5A1 1 0 0 0 14 6.45l1.73-1.72a2.47 2.47 0 0 1 3.5 3.5l-4.54 4.55a2.46 2.46 0 0 1-3.39.09l-.12-.1a1 1 0 0 0-1.4 1.43a3 3 0 0 0 .23.21a4.47 4.47 0 0 0 6.09-.22l4.55-4.55a4.49 4.49 0 0 0 .04-6.33"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10 17.55l-1.77 1.72a2.47 2.47 0 0 1-3.5-3.5l4.54-4.55a2.46 2.46 0 0 1 3.39-.09l.12.1a1 1 0 0 0 1.4-1.43a3 3 0 0 0-.18-.21a4.46 4.46 0 0 0-6.09.22l-4.6 4.55a4.48 4.48 0 0 0 6.33 6.33L11.37 19A1 1 0 0 0 10 17.55M20.69 3.31a4.49 4.49 0 0 0-6.33 0L12.63 5A1 1 0 0 0 14 6.45l1.73-1.72a2.47 2.47 0 0 1 3.5 3.5l-4.54 4.55a2.46 2.46 0 0 1-3.39.09l-.12-.1a1 1 0 0 0-1.4 1.43a3 3 0 0 0 .23.21a4.47 4.47 0 0 0 6.09-.22l4.55-4.55a4.49 4.49 0 0 0 .04-6.33"/></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%22m10%2017.55l-1.77%201.72a2.47%202.47%200%200%201-3.5-3.5l4.54-4.55a2.46%202.46%200%200%201%203.39-.09l.12.1a1%201%200%200%200%201.4-1.43a3%203%200%200%200-.18-.21a4.46%204.46%200%200%200-6.09.22l-4.6%204.55a4.48%204.48%200%200%200%206.33%206.33L11.37%2019A1%201%200%200%200%2010%2017.55M20.69%203.31a4.49%204.49%200%200%200-6.33%200L12.63%205A1%201%200%200%200%2014%206.45l1.73-1.72a2.47%202.47%200%200%201%203.5%203.5l-4.54%204.55a2.46%202.46%200%200%201-3.39.09l-.12-.1a1%201%200%200%200-1.4%201.43a3%203%200%200%200%20.23.21a4.47%204.47%200%200%200%206.09-.22l4.55-4.55a4.49%204.49%200%200%200%20.04-6.33%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%22m10%2017.55l-1.77%201.72a2.47%202.47%200%200%201-3.5-3.5l4.54-4.55a2.46%202.46%200%200%201%203.39-.09l.12.1a1%201%200%200%200%201.4-1.43a3%203%200%200%200-.18-.21a4.46%204.46%200%200%200-6.09.22l-4.6%204.55a4.48%204.48%200%200%200%206.33%206.33L11.37%2019A1%201%200%200%200%2010%2017.55M20.69%203.31a4.49%204.49%200%200%200-6.33%200L12.63%205A1%201%200%200%200%2014%206.45l1.73-1.72a2.47%202.47%200%200%201%203.5%203.5l-4.54%204.55a2.46%202.46%200%200%201-3.39.09l-.12-.1a1%201%200%200%200-1.4%201.43a3%203%200%200%200%20.23.21a4.47%204.47%200%200%200%206.09-.22l4.55-4.55a4.49%204.49%200%200%200%20.04-6.33%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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