external link square alt icon
external-link-square-alt from Font Awesome Solid by Dave Gandy · Solid · Arrows · CC-BY-4.0 Attribution required.
- Name
- external-link-square-alt
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Arrows
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More arrows icons from Font Awesome Solid
angle-double-downangle-double-leftangle-double-rightangle-double-upangle-downangle-leftangle-rightangle-uparrow-alt-circle-downarrow-alt-circle-leftarrow-alt-circle-rightarrow-alt-circle-uparrow-circle-downarrow-circle-leftarrow-circle-rightarrow-circle-uparrow-downarrow-leftarrow-rightarrow-uparrows-altarrows-alt-harrows-alt-vcaret-down
Use the external link square alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M480 96c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H160c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64zM264 224c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l35 35l-67 67c-9.4 9.4-9.4 24.6 0 33.9l24 24c9.4 9.4 24.6 9.4 33.9 0l67-67l35 35c6.9 6.9 17.2 8.9 26.2 5.2S416 385.7 416 376V248c0-13.3-10.7-24-24-24z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidExternalLinkSquareAlt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M480 96c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H160c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64zM264 224c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l35 35l-67 67c-9.4 9.4-9.4 24.6 0 33.9l24 24c9.4 9.4 24.6 9.4 33.9 0l67-67l35 35c6.9 6.9 17.2 8.9 26.2 5.2S416 385.7 416 376V248c0-13.3-10.7-24-24-24z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M480 96c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H160c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64zM264 224c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l35 35l-67 67c-9.4 9.4-9.4 24.6 0 33.9l24 24c9.4 9.4 24.6 9.4 33.9 0l67-67l35 35c6.9 6.9 17.2 8.9 26.2 5.2S416 385.7 416 376V248c0-13.3-10.7-24-24-24z"/></svg> </template>
CSS
.icon-external-link-square-alt {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%2096c35.3%200%2064%2028.7%2064%2064v320c0%2035.3-28.7%2064-64%2064H160c-35.3%200-64-28.7-64-64V160c0-35.3%2028.7-64%2064-64zM264%20224c-9.7%200-18.5%205.8-22.2%2014.8s-1.7%2019.3%205.2%2026.2l35%2035l-67%2067c-9.4%209.4-9.4%2024.6%200%2033.9l24%2024c9.4%209.4%2024.6%209.4%2033.9%200l67-67l35%2035c6.9%206.9%2017.2%208.9%2026.2%205.2S416%20385.7%20416%20376V248c0-13.3-10.7-24-24-24z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%2096c35.3%200%2064%2028.7%2064%2064v320c0%2035.3-28.7%2064-64%2064H160c-35.3%200-64-28.7-64-64V160c0-35.3%2028.7-64%2064-64zM264%20224c-9.7%200-18.5%205.8-22.2%2014.8s-1.7%2019.3%205.2%2026.2l35%2035l-67%2067c-9.4%209.4-9.4%2024.6%200%2033.9l24%2024c9.4%209.4%2024.6%209.4%2033.9%200l67-67l35%2035c6.9%206.9%2017.2%208.9%2026.2%205.2S416%20385.7%20416%20376V248c0-13.3-10.7-24-24-24z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/external-link-square-alt.svg?color=%231a73e8&size=48