external link icon

external-link-outline from Dither Icons by Vijay K Singh · Outline · MIT Free for personal and commercial use.

Name
external-link-outline
Set
Dither Icons
Style
Outline
Viewbox
24×24
License
MIT

2 other variants in Dither Icons

The same icon in other sets

All external link icons →

Use the external link icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round"><path stroke-width="1.4" d="M4 5h6v2H5v12h12v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Z"/><path stroke-linecap="round" stroke-width="1.4" d="M12.475230867899736 11.010050506338834H3V12.989949493661166H12.475230867899736" transform="rotate(-45 8.914 4.55)"/><path stroke-linecap="round" stroke-width="1.4" d="M16 6.6L17.6 5H13V3H21V11H19V6.4L17.4 8"/><path stroke-linecap="round" stroke-width=".5" d="M20.3 .85h2.85V3.7" opacity="0"/></g></svg>

React

import type { SVGProps } from "react";

export function DitherExternalLinkOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round"><path strokeWidth="1.4" d="M4 5h6v2H5v12h12v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Z"/><path strokeLinecap="round" strokeWidth="1.4" d="M12.475230867899736 11.010050506338834H3V12.989949493661166H12.475230867899736" transform="rotate(-45 8.914 4.55)"/><path strokeLinecap="round" strokeWidth="1.4" d="M16 6.6L17.6 5H13V3H21V11H19V6.4L17.4 8"/><path strokeLinecap="round" strokeWidth=".5" d="M20.3 .85h2.85V3.7" opacity="0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round"><path stroke-width="1.4" d="M4 5h6v2H5v12h12v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Z"/><path stroke-linecap="round" stroke-width="1.4" d="M12.475230867899736 11.010050506338834H3V12.989949493661166H12.475230867899736" transform="rotate(-45 8.914 4.55)"/><path stroke-linecap="round" stroke-width="1.4" d="M16 6.6L17.6 5H13V3H21V11H19V6.4L17.4 8"/><path stroke-linecap="round" stroke-width=".5" d="M20.3 .85h2.85V3.7" opacity="0"/></g></svg>
</template>

CSS

.icon-external-link-outline {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%221.4%22%20d%3D%22M4%205h6v2H5v12h12v-5h2v6a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V6a1%201%200%200%201%201-1Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M12.475230867899736%2011.010050506338834H3V12.989949493661166H12.475230867899736%22%20transform%3D%22rotate(-45%208.914%204.55)%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M16%206.6L17.6%205H13V3H21V11H19V6.4L17.4%208%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M20.3%20.85h2.85V3.7%22%20opacity%3D%220%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%221.4%22%20d%3D%22M4%205h6v2H5v12h12v-5h2v6a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V6a1%201%200%200%201%201-1Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M12.475230867899736%2011.010050506338834H3V12.989949493661166H12.475230867899736%22%20transform%3D%22rotate(-45%208.914%204.55)%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M16%206.6L17.6%205H13V3H21V11H19V6.4L17.4%208%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M20.3%20.85h2.85V3.7%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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