link external icon

link-external from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
link-external
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Use the link external icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15 9.5v3c0 1.379-1.121 2.5-2.5 2.5h-9A2.5 2.5 0 0 1 1 12.5v-9C1 2.121 2.121 1 3.5 1h3a.5.5 0 0 1 0 1h-3C2.673 2 2 2.673 2 3.5v9c0 .827.673 1.5 1.5 1.5h9c.827 0 1.5-.673 1.5-1.5v-3a.5.5 0 0 1 1 0M14.5 1h-5a.5.5 0 0 0 0 1h3.793L9.147 6.146a.5.5 0 0 0 .708.707l4.146-4.146V6.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-.5-.5z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconLinkExternal(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15 9.5v3c0 1.379-1.121 2.5-2.5 2.5h-9A2.5 2.5 0 0 1 1 12.5v-9C1 2.121 2.121 1 3.5 1h3a.5.5 0 0 1 0 1h-3C2.673 2 2 2.673 2 3.5v9c0 .827.673 1.5 1.5 1.5h9c.827 0 1.5-.673 1.5-1.5v-3a.5.5 0 0 1 1 0M14.5 1h-5a.5.5 0 0 0 0 1h3.793L9.147 6.146a.5.5 0 0 0 .708.707l4.146-4.146V6.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-.5-.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15 9.5v3c0 1.379-1.121 2.5-2.5 2.5h-9A2.5 2.5 0 0 1 1 12.5v-9C1 2.121 2.121 1 3.5 1h3a.5.5 0 0 1 0 1h-3C2.673 2 2 2.673 2 3.5v9c0 .827.673 1.5 1.5 1.5h9c.827 0 1.5-.673 1.5-1.5v-3a.5.5 0 0 1 1 0M14.5 1h-5a.5.5 0 0 0 0 1h3.793L9.147 6.146a.5.5 0 0 0 .708.707l4.146-4.146V6.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-.5-.5z"/></svg>
</template>

CSS

.icon-link-external {
  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%3D%22currentColor%22%20d%3D%22M15%209.5v3c0%201.379-1.121%202.5-2.5%202.5h-9A2.5%202.5%200%200%201%201%2012.5v-9C1%202.121%202.121%201%203.5%201h3a.5.5%200%200%201%200%201h-3C2.673%202%202%202.673%202%203.5v9c0%20.827.673%201.5%201.5%201.5h9c.827%200%201.5-.673%201.5-1.5v-3a.5.5%200%200%201%201%200M14.5%201h-5a.5.5%200%200%200%200%201h3.793L9.147%206.146a.5.5%200%200%200%20.708.707l4.146-4.146V6.5a.5.5%200%200%200%201%200v-5a.5.5%200%200%200-.5-.5z%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%3D%22currentColor%22%20d%3D%22M15%209.5v3c0%201.379-1.121%202.5-2.5%202.5h-9A2.5%202.5%200%200%201%201%2012.5v-9C1%202.121%202.121%201%203.5%201h3a.5.5%200%200%201%200%201h-3C2.673%202%202%202.673%202%203.5v9c0%20.827.673%201.5%201.5%201.5h9c.827%200%201.5-.673%201.5-1.5v-3a.5.5%200%200%201%201%200M14.5%201h-5a.5.5%200%200%200%200%201h3.793L9.147%206.146a.5.5%200%200%200%20.708.707l4.146-4.146V6.5a.5.5%200%200%200%201%200v-5a.5.5%200%200%200-.5-.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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