link from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.

Name
link
Set
Element Plus
Style
Outline
Viewbox
1024×1024
License
MIT

The same icon in other sets

Use the link icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m715.6 625.2l-45.2-45.3l90.5-90.6c75-74.9 85.1-186.3 22.7-248.9c-62.6-62.4-174-52.3-249 22.7l-90.4 90.5l-45.3-45.2l90.5-90.5c100-100 252-110.1 339.5-22.7c87.5 87.5 77.3 239.4-22.7 339.5l-90.5 90.5zm-90.4 90.4l-90.5 90.5c-100 100-252 110.1-339.5 22.7c-87.5-87.5-77.3-239.4 22.7-339.5l90.5-90.5l45.2 45.3l-90.5 90.6c-75 74.9-85.1 186.3-22.7 248.9c62.6 62.4 174 52.3 249-22.7l90.5-90.5zm0-362l45.2 45.2l-271.6 271.6l-45.2-45.2z"/></svg>

React

import type { SVGProps } from "react";

export function EpLink(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m715.6 625.2l-45.2-45.3l90.5-90.6c75-74.9 85.1-186.3 22.7-248.9c-62.6-62.4-174-52.3-249 22.7l-90.4 90.5l-45.3-45.2l90.5-90.5c100-100 252-110.1 339.5-22.7c87.5 87.5 77.3 239.4-22.7 339.5l-90.5 90.5zm-90.4 90.4l-90.5 90.5c-100 100-252 110.1-339.5 22.7c-87.5-87.5-77.3-239.4 22.7-339.5l90.5-90.5l45.2 45.3l-90.5 90.6c-75 74.9-85.1 186.3-22.7 248.9c62.6 62.4 174 52.3 249-22.7l90.5-90.5zm0-362l45.2 45.2l-271.6 271.6l-45.2-45.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m715.6 625.2l-45.2-45.3l90.5-90.6c75-74.9 85.1-186.3 22.7-248.9c-62.6-62.4-174-52.3-249 22.7l-90.4 90.5l-45.3-45.2l90.5-90.5c100-100 252-110.1 339.5-22.7c87.5 87.5 77.3 239.4-22.7 339.5l-90.5 90.5zm-90.4 90.4l-90.5 90.5c-100 100-252 110.1-339.5 22.7c-87.5-87.5-77.3-239.4 22.7-339.5l90.5-90.5l45.2 45.3l-90.5 90.6c-75 74.9-85.1 186.3-22.7 248.9c62.6 62.4 174 52.3 249-22.7l90.5-90.5zm0-362l45.2 45.2l-271.6 271.6l-45.2-45.2z"/></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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m715.6%20625.2l-45.2-45.3l90.5-90.6c75-74.9%2085.1-186.3%2022.7-248.9c-62.6-62.4-174-52.3-249%2022.7l-90.4%2090.5l-45.3-45.2l90.5-90.5c100-100%20252-110.1%20339.5-22.7c87.5%2087.5%2077.3%20239.4-22.7%20339.5l-90.5%2090.5zm-90.4%2090.4l-90.5%2090.5c-100%20100-252%20110.1-339.5%2022.7c-87.5-87.5-77.3-239.4%2022.7-339.5l90.5-90.5l45.2%2045.3l-90.5%2090.6c-75%2074.9-85.1%20186.3-22.7%20248.9c62.6%2062.4%20174%2052.3%20249-22.7l90.5-90.5zm0-362l45.2%2045.2l-271.6%20271.6l-45.2-45.2z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m715.6%20625.2l-45.2-45.3l90.5-90.6c75-74.9%2085.1-186.3%2022.7-248.9c-62.6-62.4-174-52.3-249%2022.7l-90.4%2090.5l-45.3-45.2l90.5-90.5c100-100%20252-110.1%20339.5-22.7c87.5%2087.5%2077.3%20239.4-22.7%20339.5l-90.5%2090.5zm-90.4%2090.4l-90.5%2090.5c-100%20100-252%20110.1-339.5%2022.7c-87.5-87.5-77.3-239.4%2022.7-339.5l90.5-90.5l45.2%2045.3l-90.5%2090.6c-75%2074.9-85.1%20186.3-22.7%20248.9c62.6%2062.4%20174%2052.3%20249-22.7l90.5-90.5zm0-362l45.2%2045.2l-271.6%20271.6l-45.2-45.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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