expand arrows alt icon

expand-arrows-alt from Font Awesome Solid by Dave Gandy · Solid · Arrows · CC-BY-4.0 Attribution required.

Name
expand-arrows-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

Use the expand arrows alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M264 96H120c-13.3 0-24 10.7-24 24v144c0 9.7 5.8 18.5 14.8 22.2s19.3 1.6 26.2-5.2l40-40l79 79l-79 79l-40-40c-6.9-6.9-17.2-8.9-26.2-5.2S96 366.3 96 376v144c0 13.3 10.7 24 24 24h144c9.7 0 18.5-5.8 22.2-14.8s1.7-19.3-5.2-26.2l-40-40l79-79l79 79l-40 40c-6.9 6.9-8.9 17.2-5.2 26.2S366.3 544 376 544h144c13.3 0 24-10.7 24-24V376c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2l-40 40l-79-79l79-79l40 40c6.9 6.9 17.2 8.9 26.2 5.2S544 273.7 544 264V120c0-13.3-10.7-24-24-24H376c-9.7 0-18.5 5.8-22.2 14.8s-1.6 19.3 5.2 26.2l40 40l-79 79l-79-79l40-40c6.9-6.9 8.9-17.2 5.2-26.2S273.7 96 264 96"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidExpandArrowsAlt(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="M264 96H120c-13.3 0-24 10.7-24 24v144c0 9.7 5.8 18.5 14.8 22.2s19.3 1.6 26.2-5.2l40-40l79 79l-79 79l-40-40c-6.9-6.9-17.2-8.9-26.2-5.2S96 366.3 96 376v144c0 13.3 10.7 24 24 24h144c9.7 0 18.5-5.8 22.2-14.8s1.7-19.3-5.2-26.2l-40-40l79-79l79 79l-40 40c-6.9 6.9-8.9 17.2-5.2 26.2S366.3 544 376 544h144c13.3 0 24-10.7 24-24V376c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2l-40 40l-79-79l79-79l40 40c6.9 6.9 17.2 8.9 26.2 5.2S544 273.7 544 264V120c0-13.3-10.7-24-24-24H376c-9.7 0-18.5 5.8-22.2 14.8s-1.6 19.3 5.2 26.2l40 40l-79 79l-79-79l40-40c6.9-6.9 8.9-17.2 5.2-26.2S273.7 96 264 96"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M264 96H120c-13.3 0-24 10.7-24 24v144c0 9.7 5.8 18.5 14.8 22.2s19.3 1.6 26.2-5.2l40-40l79 79l-79 79l-40-40c-6.9-6.9-17.2-8.9-26.2-5.2S96 366.3 96 376v144c0 13.3 10.7 24 24 24h144c9.7 0 18.5-5.8 22.2-14.8s1.7-19.3-5.2-26.2l-40-40l79-79l79 79l-40 40c-6.9 6.9-8.9 17.2-5.2 26.2S366.3 544 376 544h144c13.3 0 24-10.7 24-24V376c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2l-40 40l-79-79l79-79l40 40c6.9 6.9 17.2 8.9 26.2 5.2S544 273.7 544 264V120c0-13.3-10.7-24-24-24H376c-9.7 0-18.5 5.8-22.2 14.8s-1.6 19.3 5.2 26.2l40 40l-79 79l-79-79l40-40c6.9-6.9 8.9-17.2 5.2-26.2S273.7 96 264 96"/></svg>
</template>

CSS

.icon-expand-arrows-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%22M264%2096H120c-13.3%200-24%2010.7-24%2024v144c0%209.7%205.8%2018.5%2014.8%2022.2s19.3%201.6%2026.2-5.2l40-40l79%2079l-79%2079l-40-40c-6.9-6.9-17.2-8.9-26.2-5.2S96%20366.3%2096%20376v144c0%2013.3%2010.7%2024%2024%2024h144c9.7%200%2018.5-5.8%2022.2-14.8s1.7-19.3-5.2-26.2l-40-40l79-79l79%2079l-40%2040c-6.9%206.9-8.9%2017.2-5.2%2026.2S366.3%20544%20376%20544h144c13.3%200%2024-10.7%2024-24V376c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2%205.2l-40%2040l-79-79l79-79l40%2040c6.9%206.9%2017.2%208.9%2026.2%205.2S544%20273.7%20544%20264V120c0-13.3-10.7-24-24-24H376c-9.7%200-18.5%205.8-22.2%2014.8s-1.6%2019.3%205.2%2026.2l40%2040l-79%2079l-79-79l40-40c6.9-6.9%208.9-17.2%205.2-26.2S273.7%2096%20264%2096%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%22M264%2096H120c-13.3%200-24%2010.7-24%2024v144c0%209.7%205.8%2018.5%2014.8%2022.2s19.3%201.6%2026.2-5.2l40-40l79%2079l-79%2079l-40-40c-6.9-6.9-17.2-8.9-26.2-5.2S96%20366.3%2096%20376v144c0%2013.3%2010.7%2024%2024%2024h144c9.7%200%2018.5-5.8%2022.2-14.8s1.7-19.3-5.2-26.2l-40-40l79-79l79%2079l-40%2040c-6.9%206.9-8.9%2017.2-5.2%2026.2S366.3%20544%20376%20544h144c13.3%200%2024-10.7%2024-24V376c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2%205.2l-40%2040l-79-79l79-79l40%2040c6.9%206.9%2017.2%208.9%2026.2%205.2S544%20273.7%20544%20264V120c0-13.3-10.7-24-24-24H376c-9.7%200-18.5%205.8-22.2%2014.8s-1.6%2019.3%205.2%2026.2l40%2040l-79%2079l-79-79l40-40c6.9-6.9%208.9-17.2%205.2-26.2S273.7%2096%20264%2096%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/expand-arrows-alt.svg?color=%231a73e8&size=48