arrow down right icon

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

Name
arrow-down-right
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 right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M44.008 19.785c0-1.242-.985-2.156-2.086-2.156c-1.125 0-2.063.984-2.063 2.062v7.477l.422 10.664l-3.75-4.266l-20.976-20.953c-.422-.422-.914-.633-1.453-.633c-1.149 0-2.133 1.032-2.133 2.133c0 .516.234 1.032.656 1.453l20.93 20.977l4.265 3.727l-11.156-.422H19.68c-1.078 0-2.063.937-2.063 2.039c0 1.101.867 2.086 2.156 2.086l22.008.047c1.383 0 2.25-.915 2.25-2.227Z"/></svg>

React

import type { SVGProps } from "react";

export function F7ArrowDownRight(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="M44.008 19.785c0-1.242-.985-2.156-2.086-2.156c-1.125 0-2.063.984-2.063 2.062v7.477l.422 10.664l-3.75-4.266l-20.976-20.953c-.422-.422-.914-.633-1.453-.633c-1.149 0-2.133 1.032-2.133 2.133c0 .516.234 1.032.656 1.453l20.93 20.977l4.265 3.727l-11.156-.422H19.68c-1.078 0-2.063.937-2.063 2.039c0 1.101.867 2.086 2.156 2.086l22.008.047c1.383 0 2.25-.915 2.25-2.227Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M44.008 19.785c0-1.242-.985-2.156-2.086-2.156c-1.125 0-2.063.984-2.063 2.062v7.477l.422 10.664l-3.75-4.266l-20.976-20.953c-.422-.422-.914-.633-1.453-.633c-1.149 0-2.133 1.032-2.133 2.133c0 .516.234 1.032.656 1.453l20.93 20.977l4.265 3.727l-11.156-.422H19.68c-1.078 0-2.063.937-2.063 2.039c0 1.101.867 2.086 2.156 2.086l22.008.047c1.383 0 2.25-.915 2.25-2.227Z"/></svg>
</template>

CSS

.icon-arrow-down-right {
  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%22M44.008%2019.785c0-1.242-.985-2.156-2.086-2.156c-1.125%200-2.063.984-2.063%202.062v7.477l.422%2010.664l-3.75-4.266l-20.976-20.953c-.422-.422-.914-.633-1.453-.633c-1.149%200-2.133%201.032-2.133%202.133c0%20.516.234%201.032.656%201.453l20.93%2020.977l4.265%203.727l-11.156-.422H19.68c-1.078%200-2.063.937-2.063%202.039c0%201.101.867%202.086%202.156%202.086l22.008.047c1.383%200%202.25-.915%202.25-2.227Z%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%22M44.008%2019.785c0-1.242-.985-2.156-2.086-2.156c-1.125%200-2.063.984-2.063%202.062v7.477l.422%2010.664l-3.75-4.266l-20.976-20.953c-.422-.422-.914-.633-1.453-.633c-1.149%200-2.133%201.032-2.133%202.133c0%20.516.234%201.032.656%201.453l20.93%2020.977l4.265%203.727l-11.156-.422H19.68c-1.078%200-2.063.937-2.063%202.039c0%201.101.867%202.086%202.156%202.086l22.008.047c1.383%200%202.25-.915%202.25-2.227Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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