arrow big down short icon

arrow-big-down-short from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.

Name
arrow-big-down-short
Set
Keyline Icons
Style
Stroke
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

Related icons in Keyline Icons

Use the arrow big down short 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="2" d="M11.2929 20.7071L2.2929 11.7071C2.0069 11.4211 1.9213 10.991 2.0761 10.6173C2.2309 10.2436 2.5955 10 3 10L6 10C6.5523 10 7 9.5523 7 9L7 4C7 3.4477 7.4477 3 8 3L16 3C16.5523 3 17 3.4477 17 4L17 9C17 9.5523 17.4477 10 18 10L21 10C21.4045 10 21.7691 10.2436 21.9239 10.6173C22.0787 10.991 21.9931 11.4211 21.7071 11.7071L12.7071 20.7071C12.3166 21.0976 11.6834 21.0976 11.2929 20.7071Z"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsArrowBigDownShort(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="2" d="M11.2929 20.7071L2.2929 11.7071C2.0069 11.4211 1.9213 10.991 2.0761 10.6173C2.2309 10.2436 2.5955 10 3 10L6 10C6.5523 10 7 9.5523 7 9L7 4C7 3.4477 7.4477 3 8 3L16 3C16.5523 3 17 3.4477 17 4L17 9C17 9.5523 17.4477 10 18 10L21 10C21.4045 10 21.7691 10.2436 21.9239 10.6173C22.0787 10.991 21.9931 11.4211 21.7071 11.7071L12.7071 20.7071C12.3166 21.0976 11.6834 21.0976 11.2929 20.7071Z"/></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="2" d="M11.2929 20.7071L2.2929 11.7071C2.0069 11.4211 1.9213 10.991 2.0761 10.6173C2.2309 10.2436 2.5955 10 3 10L6 10C6.5523 10 7 9.5523 7 9L7 4C7 3.4477 7.4477 3 8 3L16 3C16.5523 3 17 3.4477 17 4L17 9C17 9.5523 17.4477 10 18 10L21 10C21.4045 10 21.7691 10.2436 21.9239 10.6173C22.0787 10.991 21.9931 11.4211 21.7071 11.7071L12.7071 20.7071C12.3166 21.0976 11.6834 21.0976 11.2929 20.7071Z"/></svg>
</template>

CSS

.icon-arrow-big-down-short {
  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%222%22%20d%3D%22M11.2929%2020.7071L2.2929%2011.7071C2.0069%2011.4211%201.9213%2010.991%202.0761%2010.6173C2.2309%2010.2436%202.5955%2010%203%2010L6%2010C6.5523%2010%207%209.5523%207%209L7%204C7%203.4477%207.4477%203%208%203L16%203C16.5523%203%2017%203.4477%2017%204L17%209C17%209.5523%2017.4477%2010%2018%2010L21%2010C21.4045%2010%2021.7691%2010.2436%2021.9239%2010.6173C22.0787%2010.991%2021.9931%2011.4211%2021.7071%2011.7071L12.7071%2020.7071C12.3166%2021.0976%2011.6834%2021.0976%2011.2929%2020.7071Z%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%222%22%20d%3D%22M11.2929%2020.7071L2.2929%2011.7071C2.0069%2011.4211%201.9213%2010.991%202.0761%2010.6173C2.2309%2010.2436%202.5955%2010%203%2010L6%2010C6.5523%2010%207%209.5523%207%209L7%204C7%203.4477%207.4477%203%208%203L16%203C16.5523%203%2017%203.4477%2017%204L17%209C17%209.5523%2017.4477%2010%2018%2010L21%2010C21.4045%2010%2021.7691%2010.2436%2021.9239%2010.6173C22.0787%2010.991%2021.9931%2011.4211%2021.7071%2011.7071L12.7071%2020.7071C12.3166%2021.0976%2011.6834%2021.0976%2011.2929%2020.7071Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/arrow-big-down-short.svg?color=%231a73e8&size=48