arrow shrink icon

arrow-shrink from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
arrow-shrink
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the arrow shrink icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14.23 17.995c-.01-.75-.526-3.234 0-3.76c.527-.527 3.01-.01 3.76 0M21 20.999l-6.385-6.383M9.77 17.994c.01-.75.525-3.233-.001-3.76c-.527-.526-3.01-.01-3.76.001M3 20.998l6.386-6.384M6.007 9.761c.75.01 3.234.522 3.76-.005s.006-3.01-.006-3.76m-.384 3.371L3.002 3.002m14.99 6.759c-.75.01-3.234.522-3.76-.005s-.006-3.01.006-3.76m.384 3.371l6.375-6.365"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsArrowShrink(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M14.23 17.995c-.01-.75-.526-3.234 0-3.76c.527-.527 3.01-.01 3.76 0M21 20.999l-6.385-6.383M9.77 17.994c.01-.75.525-3.233-.001-3.76c-.527-.526-3.01-.01-3.76.001M3 20.998l6.386-6.384M6.007 9.761c.75.01 3.234.522 3.76-.005s.006-3.01-.006-3.76m-.384 3.371L3.002 3.002m14.99 6.759c-.75.01-3.234.522-3.76-.005s-.006-3.01.006-3.76m.384 3.371l6.375-6.365"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14.23 17.995c-.01-.75-.526-3.234 0-3.76c.527-.527 3.01-.01 3.76 0M21 20.999l-6.385-6.383M9.77 17.994c.01-.75.525-3.233-.001-3.76c-.527-.526-3.01-.01-3.76.001M3 20.998l6.386-6.384M6.007 9.761c.75.01 3.234.522 3.76-.005s.006-3.01-.006-3.76m-.384 3.371L3.002 3.002m14.99 6.759c-.75.01-3.234.522-3.76-.005s-.006-3.01.006-3.76m.384 3.371l6.375-6.365"/></svg>
</template>

CSS

.icon-arrow-shrink {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M14.23%2017.995c-.01-.75-.526-3.234%200-3.76c.527-.527%203.01-.01%203.76%200M21%2020.999l-6.385-6.383M9.77%2017.994c.01-.75.525-3.233-.001-3.76c-.527-.526-3.01-.01-3.76.001M3%2020.998l6.386-6.384M6.007%209.761c.75.01%203.234.522%203.76-.005s.006-3.01-.006-3.76m-.384%203.371L3.002%203.002m14.99%206.759c-.75.01-3.234.522-3.76-.005s-.006-3.01.006-3.76m.384%203.371l6.375-6.365%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M14.23%2017.995c-.01-.75-.526-3.234%200-3.76c.527-.527%203.01-.01%203.76%200M21%2020.999l-6.385-6.383M9.77%2017.994c.01-.75.525-3.233-.001-3.76c-.527-.526-3.01-.01-3.76.001M3%2020.998l6.386-6.384M6.007%209.761c.75.01%203.234.522%203.76-.005s.006-3.01-.006-3.76m-.384%203.371L3.002%203.002m14.99%206.759c-.75.01-3.234.522-3.76-.005s-.006-3.01.006-3.76m.384%203.371l6.375-6.365%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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