compress arrows icon

compress-arrows from Unicons by Iconscout · Line · Arrows · Apache-2.0 Free for personal and commercial use.

Name
compress-arrows
Set
Unicons
Style
Line
Category
Arrows
Viewbox
24×24
License
Apache 2.0

More arrows icons from Unicons

Use the compress arrows icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.38 13.08A1 1 0 0 0 10 13H6a1 1 0 0 0 0 2h1.59l-5.3 5.29a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0L9 16.41V18a1 1 0 0 0 2 0v-4a1 1 0 0 0-.08-.38a1 1 0 0 0-.54-.54M10 5a1 1 0 0 0-1 1v1.59l-5.29-5.3a1 1 0 0 0-1.42 1.42L7.59 9H6a1 1 0 0 0 0 2h4a1 1 0 0 0 .38-.08a1 1 0 0 0 .54-.54A1 1 0 0 0 11 10V6a1 1 0 0 0-1-1m3.62 5.92A1 1 0 0 0 14 11h4a1 1 0 0 0 0-2h-1.59l5.3-5.29a1 1 0 1 0-1.42-1.42L15 7.59V6a1 1 0 0 0-2 0v4a1 1 0 0 0 .08.38a1 1 0 0 0 .54.54M16.41 15H18a1 1 0 0 0 0-2h-4a1 1 0 0 0-.38.08a1 1 0 0 0-.54.54A1 1 0 0 0 13 14v4a1 1 0 0 0 2 0v-1.59l5.29 5.3a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42Z"/></svg>

React

import type { SVGProps } from "react";

export function UilCompressArrows(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.38 13.08A1 1 0 0 0 10 13H6a1 1 0 0 0 0 2h1.59l-5.3 5.29a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0L9 16.41V18a1 1 0 0 0 2 0v-4a1 1 0 0 0-.08-.38a1 1 0 0 0-.54-.54M10 5a1 1 0 0 0-1 1v1.59l-5.29-5.3a1 1 0 0 0-1.42 1.42L7.59 9H6a1 1 0 0 0 0 2h4a1 1 0 0 0 .38-.08a1 1 0 0 0 .54-.54A1 1 0 0 0 11 10V6a1 1 0 0 0-1-1m3.62 5.92A1 1 0 0 0 14 11h4a1 1 0 0 0 0-2h-1.59l5.3-5.29a1 1 0 1 0-1.42-1.42L15 7.59V6a1 1 0 0 0-2 0v4a1 1 0 0 0 .08.38a1 1 0 0 0 .54.54M16.41 15H18a1 1 0 0 0 0-2h-4a1 1 0 0 0-.38.08a1 1 0 0 0-.54.54A1 1 0 0 0 13 14v4a1 1 0 0 0 2 0v-1.59l5.29 5.3a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.38 13.08A1 1 0 0 0 10 13H6a1 1 0 0 0 0 2h1.59l-5.3 5.29a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0L9 16.41V18a1 1 0 0 0 2 0v-4a1 1 0 0 0-.08-.38a1 1 0 0 0-.54-.54M10 5a1 1 0 0 0-1 1v1.59l-5.29-5.3a1 1 0 0 0-1.42 1.42L7.59 9H6a1 1 0 0 0 0 2h4a1 1 0 0 0 .38-.08a1 1 0 0 0 .54-.54A1 1 0 0 0 11 10V6a1 1 0 0 0-1-1m3.62 5.92A1 1 0 0 0 14 11h4a1 1 0 0 0 0-2h-1.59l5.3-5.29a1 1 0 1 0-1.42-1.42L15 7.59V6a1 1 0 0 0-2 0v4a1 1 0 0 0 .08.38a1 1 0 0 0 .54.54M16.41 15H18a1 1 0 0 0 0-2h-4a1 1 0 0 0-.38.08a1 1 0 0 0-.54.54A1 1 0 0 0 13 14v4a1 1 0 0 0 2 0v-1.59l5.29 5.3a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42Z"/></svg>
</template>

CSS

.icon-compress-arrows {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.38%2013.08A1%201%200%200%200%2010%2013H6a1%201%200%200%200%200%202h1.59l-5.3%205.29a1%201%200%200%200%200%201.42a1%201%200%200%200%201.42%200L9%2016.41V18a1%201%200%200%200%202%200v-4a1%201%200%200%200-.08-.38a1%201%200%200%200-.54-.54M10%205a1%201%200%200%200-1%201v1.59l-5.29-5.3a1%201%200%200%200-1.42%201.42L7.59%209H6a1%201%200%200%200%200%202h4a1%201%200%200%200%20.38-.08a1%201%200%200%200%20.54-.54A1%201%200%200%200%2011%2010V6a1%201%200%200%200-1-1m3.62%205.92A1%201%200%200%200%2014%2011h4a1%201%200%200%200%200-2h-1.59l5.3-5.29a1%201%200%201%200-1.42-1.42L15%207.59V6a1%201%200%200%200-2%200v4a1%201%200%200%200%20.08.38a1%201%200%200%200%20.54.54M16.41%2015H18a1%201%200%200%200%200-2h-4a1%201%200%200%200-.38.08a1%201%200%200%200-.54.54A1%201%200%200%200%2013%2014v4a1%201%200%200%200%202%200v-1.59l5.29%205.3a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.38%2013.08A1%201%200%200%200%2010%2013H6a1%201%200%200%200%200%202h1.59l-5.3%205.29a1%201%200%200%200%200%201.42a1%201%200%200%200%201.42%200L9%2016.41V18a1%201%200%200%200%202%200v-4a1%201%200%200%200-.08-.38a1%201%200%200%200-.54-.54M10%205a1%201%200%200%200-1%201v1.59l-5.29-5.3a1%201%200%200%200-1.42%201.42L7.59%209H6a1%201%200%200%200%200%202h4a1%201%200%200%200%20.38-.08a1%201%200%200%200%20.54-.54A1%201%200%200%200%2011%2010V6a1%201%200%200%200-1-1m3.62%205.92A1%201%200%200%200%2014%2011h4a1%201%200%200%200%200-2h-1.59l5.3-5.29a1%201%200%201%200-1.42-1.42L15%207.59V6a1%201%200%200%200-2%200v4a1%201%200%200%200%20.08.38a1%201%200%200%200%20.54.54M16.41%2015H18a1%201%200%200%200%200-2h-4a1%201%200%200%200-.38.08a1%201%200%200%200-.54.54A1%201%200%200%200%2013%2014v4a1%201%200%200%200%202%200v-1.59l5.29%205.3a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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