arrow big left short icon

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

Name
arrow-big-left-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 left 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="M3.2929 11.2929L12.2929 2.2929C12.5789 2.0069 13.009 1.9213 13.3827 2.0761C13.7564 2.2309 14 2.5955 14 3L14 6C14 6.5523 14.4477 7 15 7L20 7C20.5523 7 21 7.4477 21 8L21 16C21 16.5523 20.5523 17 20 17L15 17C14.4477 17 14 17.4477 14 18L14 21C14 21.4045 13.7564 21.7691 13.3827 21.9239C13.009 22.0787 12.5789 21.9931 12.2929 21.7071L3.2929 12.7071C2.9024 12.3166 2.9024 11.6834 3.2929 11.2929Z"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsArrowBigLeftShort(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="M3.2929 11.2929L12.2929 2.2929C12.5789 2.0069 13.009 1.9213 13.3827 2.0761C13.7564 2.2309 14 2.5955 14 3L14 6C14 6.5523 14.4477 7 15 7L20 7C20.5523 7 21 7.4477 21 8L21 16C21 16.5523 20.5523 17 20 17L15 17C14.4477 17 14 17.4477 14 18L14 21C14 21.4045 13.7564 21.7691 13.3827 21.9239C13.009 22.0787 12.5789 21.9931 12.2929 21.7071L3.2929 12.7071C2.9024 12.3166 2.9024 11.6834 3.2929 11.2929Z"/></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="M3.2929 11.2929L12.2929 2.2929C12.5789 2.0069 13.009 1.9213 13.3827 2.0761C13.7564 2.2309 14 2.5955 14 3L14 6C14 6.5523 14.4477 7 15 7L20 7C20.5523 7 21 7.4477 21 8L21 16C21 16.5523 20.5523 17 20 17L15 17C14.4477 17 14 17.4477 14 18L14 21C14 21.4045 13.7564 21.7691 13.3827 21.9239C13.009 22.0787 12.5789 21.9931 12.2929 21.7071L3.2929 12.7071C2.9024 12.3166 2.9024 11.6834 3.2929 11.2929Z"/></svg>
</template>

CSS

.icon-arrow-big-left-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%22M3.2929%2011.2929L12.2929%202.2929C12.5789%202.0069%2013.009%201.9213%2013.3827%202.0761C13.7564%202.2309%2014%202.5955%2014%203L14%206C14%206.5523%2014.4477%207%2015%207L20%207C20.5523%207%2021%207.4477%2021%208L21%2016C21%2016.5523%2020.5523%2017%2020%2017L15%2017C14.4477%2017%2014%2017.4477%2014%2018L14%2021C14%2021.4045%2013.7564%2021.7691%2013.3827%2021.9239C13.009%2022.0787%2012.5789%2021.9931%2012.2929%2021.7071L3.2929%2012.7071C2.9024%2012.3166%202.9024%2011.6834%203.2929%2011.2929Z%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%22M3.2929%2011.2929L12.2929%202.2929C12.5789%202.0069%2013.009%201.9213%2013.3827%202.0761C13.7564%202.2309%2014%202.5955%2014%203L14%206C14%206.5523%2014.4477%207%2015%207L20%207C20.5523%207%2021%207.4477%2021%208L21%2016C21%2016.5523%2020.5523%2017%2020%2017L15%2017C14.4477%2017%2014%2017.4477%2014%2018L14%2021C14%2021.4045%2013.7564%2021.7691%2013.3827%2021.9239C13.009%2022.0787%2012.5789%2021.9931%2012.2929%2021.7071L3.2929%2012.7071C2.9024%2012.3166%202.9024%2011.6834%203.2929%2011.2929Z%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-left-short.svg?color=%231a73e8&size=48