levineuwirth.org/static/images/link-icons/external.svg

15 lines
493 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<!--
Standard external-link icon: arrow emerging from a box.
Fill-based paths for reliable mask-image rendering.
-->
<!-- Box (open top-right corner) -->
<path fill="black" d="
M6.5 2H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V9.5H12.5V12.5H3.5V3.5H6.5V2Z
"/>
<!-- Arrow shaft + head pointing up-right -->
<path fill="black" d="
M8 2h6v6h-1.5V4.6L7.06 10.06 5.94 8.94 11.4 3.5H8V2Z
"/>
</svg>