arrow down left icon

arrow-down-left from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
arrow-down-left
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

The same icon in other sets

Related icons in Framework7 Icons

Use the arrow down left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m11.992 19.785l-.023 22.008c0 1.313.867 2.227 2.25 2.227l22.008-.047c1.289 0 2.132-.985 2.132-2.086c0-1.102-.96-2.04-2.039-2.04h-6.984l-11.156.422l4.242-3.726l20.953-20.977c.422-.421.656-.937.656-1.453c0-1.101-1.008-2.133-2.156-2.133c-.516 0-1.008.211-1.453.633L19.469 33.566l-3.75 4.266l.422-10.664v-7.477c0-1.078-.938-2.062-2.063-2.062s-2.086.914-2.086 2.156"/></svg>

React

import type { SVGProps } from "react";

export function F7ArrowDownLeft(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m11.992 19.785l-.023 22.008c0 1.313.867 2.227 2.25 2.227l22.008-.047c1.289 0 2.132-.985 2.132-2.086c0-1.102-.96-2.04-2.039-2.04h-6.984l-11.156.422l4.242-3.726l20.953-20.977c.422-.421.656-.937.656-1.453c0-1.101-1.008-2.133-2.156-2.133c-.516 0-1.008.211-1.453.633L19.469 33.566l-3.75 4.266l.422-10.664v-7.477c0-1.078-.938-2.062-2.063-2.062s-2.086.914-2.086 2.156"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m11.992 19.785l-.023 22.008c0 1.313.867 2.227 2.25 2.227l22.008-.047c1.289 0 2.132-.985 2.132-2.086c0-1.102-.96-2.04-2.039-2.04h-6.984l-11.156.422l4.242-3.726l20.953-20.977c.422-.421.656-.937.656-1.453c0-1.101-1.008-2.133-2.156-2.133c-.516 0-1.008.211-1.453.633L19.469 33.566l-3.75 4.266l.422-10.664v-7.477c0-1.078-.938-2.062-2.063-2.062s-2.086.914-2.086 2.156"/></svg>
</template>

CSS

.icon-arrow-down-left {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.992%2019.785l-.023%2022.008c0%201.313.867%202.227%202.25%202.227l22.008-.047c1.289%200%202.132-.985%202.132-2.086c0-1.102-.96-2.04-2.039-2.04h-6.984l-11.156.422l4.242-3.726l20.953-20.977c.422-.421.656-.937.656-1.453c0-1.101-1.008-2.133-2.156-2.133c-.516%200-1.008.211-1.453.633L19.469%2033.566l-3.75%204.266l.422-10.664v-7.477c0-1.078-.938-2.062-2.063-2.062s-2.086.914-2.086%202.156%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.992%2019.785l-.023%2022.008c0%201.313.867%202.227%202.25%202.227l22.008-.047c1.289%200%202.132-.985%202.132-2.086c0-1.102-.96-2.04-2.039-2.04h-6.984l-11.156.422l4.242-3.726l20.953-20.977c.422-.421.656-.937.656-1.453c0-1.101-1.008-2.133-2.156-2.133c-.516%200-1.008.211-1.453.633L19.469%2033.566l-3.75%204.266l.422-10.664v-7.477c0-1.078-.938-2.062-2.063-2.062s-2.086.914-2.086%202.156%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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