compress arrows alt icon

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

Name
compress-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 compress 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="M520 288H376c-13.3 0-24-10.7-24-24V120c0-9.7 5.8-18.5 14.8-22.2s19.3-1.6 26.2 5.2l40 40l73.4-73.4C510 66 514.9 64 520 64s10 2 13.7 5.7l36.7 36.7c3.6 3.6 5.6 8.5 5.6 13.6s-2 10-5.7 13.7L497 207l40 40c6.9 6.9 8.9 17.2 5.2 26.2S529.7 288 520 288m0 64c9.7 0 18.5 5.8 22.2 14.8s1.7 19.3-5.2 26.2l-40 40l73.4 73.4c3.6 3.6 5.7 8.5 5.7 13.7s-2 10-5.7 13.7l-36.7 36.7c-3.7 3.5-8.6 5.5-13.7 5.5s-10-2-13.7-5.7L433 497l-40 40c-6.9 6.9-17.2 8.9-26.2 5.2S352 529.7 352 520V376c0-13.3 10.7-24 24-24zm-256 0c13.3 0 24 10.7 24 24v144c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-40-40l-73.4 73.4c-3.6 3.6-8.5 5.6-13.6 5.6s-10-2-13.7-5.7l-36.6-36.6C66 530 64 525.1 64 520s2-10 5.7-13.7L143 433l-40-40c-6.9-6.9-8.9-17.2-5.2-26.2S110.3 352 120 352zm-144-64c-9.7 0-18.5-5.8-22.2-14.8s-1.6-19.3 5.2-26.2l40-40l-73.3-73.3C66 130 64 125.1 64 120s2-10 5.7-13.7l36.6-36.6C110 66 114.9 64 120 64s10 2 13.7 5.7L207 143l40-40c6.9-6.9 17.2-8.9 26.2-5.2S288 110.3 288 120v144c0 13.3-10.7 24-24 24z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidCompressArrowsAlt(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="M520 288H376c-13.3 0-24-10.7-24-24V120c0-9.7 5.8-18.5 14.8-22.2s19.3-1.6 26.2 5.2l40 40l73.4-73.4C510 66 514.9 64 520 64s10 2 13.7 5.7l36.7 36.7c3.6 3.6 5.6 8.5 5.6 13.6s-2 10-5.7 13.7L497 207l40 40c6.9 6.9 8.9 17.2 5.2 26.2S529.7 288 520 288m0 64c9.7 0 18.5 5.8 22.2 14.8s1.7 19.3-5.2 26.2l-40 40l73.4 73.4c3.6 3.6 5.7 8.5 5.7 13.7s-2 10-5.7 13.7l-36.7 36.7c-3.7 3.5-8.6 5.5-13.7 5.5s-10-2-13.7-5.7L433 497l-40 40c-6.9 6.9-17.2 8.9-26.2 5.2S352 529.7 352 520V376c0-13.3 10.7-24 24-24zm-256 0c13.3 0 24 10.7 24 24v144c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-40-40l-73.4 73.4c-3.6 3.6-8.5 5.6-13.6 5.6s-10-2-13.7-5.7l-36.6-36.6C66 530 64 525.1 64 520s2-10 5.7-13.7L143 433l-40-40c-6.9-6.9-8.9-17.2-5.2-26.2S110.3 352 120 352zm-144-64c-9.7 0-18.5-5.8-22.2-14.8s-1.6-19.3 5.2-26.2l40-40l-73.3-73.3C66 130 64 125.1 64 120s2-10 5.7-13.7l36.6-36.6C110 66 114.9 64 120 64s10 2 13.7 5.7L207 143l40-40c6.9-6.9 17.2-8.9 26.2-5.2S288 110.3 288 120v144c0 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="M520 288H376c-13.3 0-24-10.7-24-24V120c0-9.7 5.8-18.5 14.8-22.2s19.3-1.6 26.2 5.2l40 40l73.4-73.4C510 66 514.9 64 520 64s10 2 13.7 5.7l36.7 36.7c3.6 3.6 5.6 8.5 5.6 13.6s-2 10-5.7 13.7L497 207l40 40c6.9 6.9 8.9 17.2 5.2 26.2S529.7 288 520 288m0 64c9.7 0 18.5 5.8 22.2 14.8s1.7 19.3-5.2 26.2l-40 40l73.4 73.4c3.6 3.6 5.7 8.5 5.7 13.7s-2 10-5.7 13.7l-36.7 36.7c-3.7 3.5-8.6 5.5-13.7 5.5s-10-2-13.7-5.7L433 497l-40 40c-6.9 6.9-17.2 8.9-26.2 5.2S352 529.7 352 520V376c0-13.3 10.7-24 24-24zm-256 0c13.3 0 24 10.7 24 24v144c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-40-40l-73.4 73.4c-3.6 3.6-8.5 5.6-13.6 5.6s-10-2-13.7-5.7l-36.6-36.6C66 530 64 525.1 64 520s2-10 5.7-13.7L143 433l-40-40c-6.9-6.9-8.9-17.2-5.2-26.2S110.3 352 120 352zm-144-64c-9.7 0-18.5-5.8-22.2-14.8s-1.6-19.3 5.2-26.2l40-40l-73.3-73.3C66 130 64 125.1 64 120s2-10 5.7-13.7l36.6-36.6C110 66 114.9 64 120 64s10 2 13.7 5.7L207 143l40-40c6.9-6.9 17.2-8.9 26.2-5.2S288 110.3 288 120v144c0 13.3-10.7 24-24 24z"/></svg>
</template>

CSS

.icon-compress-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%22M520%20288H376c-13.3%200-24-10.7-24-24V120c0-9.7%205.8-18.5%2014.8-22.2s19.3-1.6%2026.2%205.2l40%2040l73.4-73.4C510%2066%20514.9%2064%20520%2064s10%202%2013.7%205.7l36.7%2036.7c3.6%203.6%205.6%208.5%205.6%2013.6s-2%2010-5.7%2013.7L497%20207l40%2040c6.9%206.9%208.9%2017.2%205.2%2026.2S529.7%20288%20520%20288m0%2064c9.7%200%2018.5%205.8%2022.2%2014.8s1.7%2019.3-5.2%2026.2l-40%2040l73.4%2073.4c3.6%203.6%205.7%208.5%205.7%2013.7s-2%2010-5.7%2013.7l-36.7%2036.7c-3.7%203.5-8.6%205.5-13.7%205.5s-10-2-13.7-5.7L433%20497l-40%2040c-6.9%206.9-17.2%208.9-26.2%205.2S352%20529.7%20352%20520V376c0-13.3%2010.7-24%2024-24zm-256%200c13.3%200%2024%2010.7%2024%2024v144c0%209.7-5.8%2018.5-14.8%2022.2s-19.3%201.7-26.2-5.2l-40-40l-73.4%2073.4c-3.6%203.6-8.5%205.6-13.6%205.6s-10-2-13.7-5.7l-36.6-36.6C66%20530%2064%20525.1%2064%20520s2-10%205.7-13.7L143%20433l-40-40c-6.9-6.9-8.9-17.2-5.2-26.2S110.3%20352%20120%20352zm-144-64c-9.7%200-18.5-5.8-22.2-14.8s-1.6-19.3%205.2-26.2l40-40l-73.3-73.3C66%20130%2064%20125.1%2064%20120s2-10%205.7-13.7l36.6-36.6C110%2066%20114.9%2064%20120%2064s10%202%2013.7%205.7L207%20143l40-40c6.9-6.9%2017.2-8.9%2026.2-5.2S288%20110.3%20288%20120v144c0%2013.3-10.7%2024-24%2024z%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%22M520%20288H376c-13.3%200-24-10.7-24-24V120c0-9.7%205.8-18.5%2014.8-22.2s19.3-1.6%2026.2%205.2l40%2040l73.4-73.4C510%2066%20514.9%2064%20520%2064s10%202%2013.7%205.7l36.7%2036.7c3.6%203.6%205.6%208.5%205.6%2013.6s-2%2010-5.7%2013.7L497%20207l40%2040c6.9%206.9%208.9%2017.2%205.2%2026.2S529.7%20288%20520%20288m0%2064c9.7%200%2018.5%205.8%2022.2%2014.8s1.7%2019.3-5.2%2026.2l-40%2040l73.4%2073.4c3.6%203.6%205.7%208.5%205.7%2013.7s-2%2010-5.7%2013.7l-36.7%2036.7c-3.7%203.5-8.6%205.5-13.7%205.5s-10-2-13.7-5.7L433%20497l-40%2040c-6.9%206.9-17.2%208.9-26.2%205.2S352%20529.7%20352%20520V376c0-13.3%2010.7-24%2024-24zm-256%200c13.3%200%2024%2010.7%2024%2024v144c0%209.7-5.8%2018.5-14.8%2022.2s-19.3%201.7-26.2-5.2l-40-40l-73.4%2073.4c-3.6%203.6-8.5%205.6-13.6%205.6s-10-2-13.7-5.7l-36.6-36.6C66%20530%2064%20525.1%2064%20520s2-10%205.7-13.7L143%20433l-40-40c-6.9-6.9-8.9-17.2-5.2-26.2S110.3%20352%20120%20352zm-144-64c-9.7%200-18.5-5.8-22.2-14.8s-1.6-19.3%205.2-26.2l40-40l-73.3-73.3C66%20130%2064%20125.1%2064%20120s2-10%205.7-13.7l36.6-36.6C110%2066%20114.9%2064%20120%2064s10%202%2013.7%205.7L207%20143l40-40c6.9-6.9%2017.2-8.9%2026.2-5.2S288%20110.3%20288%20120v144c0%2013.3-10.7%2024-24%2024z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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