arrow down right arrow up left icon

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

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

Related icons in Framework7 Icons

Use the arrow down right arrow up left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.367 25.633h13.008c2.39 0 3.797-1.406 3.797-3.797V8.852c0-1.22-.914-2.18-2.18-2.18c-1.242 0-2.133.937-2.133 2.18v1.968l.493 8.18l-6.188-6.492L8.97 5.242a2.04 2.04 0 0 0-1.5-.633c-1.336 0-2.32.891-2.32 2.204c0 .609.234 1.195.656 1.617l7.218 7.218l6.516 6.165l-8.203-.47h-1.97c-1.242 0-2.203.868-2.203 2.134c0 1.242.938 2.156 2.203 2.156m22.477 23.789c1.242 0 2.133-.914 2.133-2.18v-2.226l-.493-8.157l6.188 6.493l7.36 7.406c.398.422.937.633 1.5.633c1.312 0 2.32-.891 2.32-2.203c0-.61-.235-1.196-.657-1.618l-7.382-7.382l-6.493-6.165l8.18.47h2.227c1.242 0 2.203-.868 2.203-2.11c0-1.266-.938-2.156-2.203-2.156H33.46c-2.39 0-3.773 1.382-3.773 3.773v13.242c0 1.242.914 2.18 2.156 2.18"/></svg>

React

import type { SVGProps } from "react";

export function F7ArrowDownRightArrowUpLeft(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="M9.367 25.633h13.008c2.39 0 3.797-1.406 3.797-3.797V8.852c0-1.22-.914-2.18-2.18-2.18c-1.242 0-2.133.937-2.133 2.18v1.968l.493 8.18l-6.188-6.492L8.97 5.242a2.04 2.04 0 0 0-1.5-.633c-1.336 0-2.32.891-2.32 2.204c0 .609.234 1.195.656 1.617l7.218 7.218l6.516 6.165l-8.203-.47h-1.97c-1.242 0-2.203.868-2.203 2.134c0 1.242.938 2.156 2.203 2.156m22.477 23.789c1.242 0 2.133-.914 2.133-2.18v-2.226l-.493-8.157l6.188 6.493l7.36 7.406c.398.422.937.633 1.5.633c1.312 0 2.32-.891 2.32-2.203c0-.61-.235-1.196-.657-1.618l-7.382-7.382l-6.493-6.165l8.18.47h2.227c1.242 0 2.203-.868 2.203-2.11c0-1.266-.938-2.156-2.203-2.156H33.46c-2.39 0-3.773 1.382-3.773 3.773v13.242c0 1.242.914 2.18 2.156 2.18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.367 25.633h13.008c2.39 0 3.797-1.406 3.797-3.797V8.852c0-1.22-.914-2.18-2.18-2.18c-1.242 0-2.133.937-2.133 2.18v1.968l.493 8.18l-6.188-6.492L8.97 5.242a2.04 2.04 0 0 0-1.5-.633c-1.336 0-2.32.891-2.32 2.204c0 .609.234 1.195.656 1.617l7.218 7.218l6.516 6.165l-8.203-.47h-1.97c-1.242 0-2.203.868-2.203 2.134c0 1.242.938 2.156 2.203 2.156m22.477 23.789c1.242 0 2.133-.914 2.133-2.18v-2.226l-.493-8.157l6.188 6.493l7.36 7.406c.398.422.937.633 1.5.633c1.312 0 2.32-.891 2.32-2.203c0-.61-.235-1.196-.657-1.618l-7.382-7.382l-6.493-6.165l8.18.47h2.227c1.242 0 2.203-.868 2.203-2.11c0-1.266-.938-2.156-2.203-2.156H33.46c-2.39 0-3.773 1.382-3.773 3.773v13.242c0 1.242.914 2.18 2.156 2.18"/></svg>
</template>

CSS

.icon-arrow-down-right-arrow-up-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%22M9.367%2025.633h13.008c2.39%200%203.797-1.406%203.797-3.797V8.852c0-1.22-.914-2.18-2.18-2.18c-1.242%200-2.133.937-2.133%202.18v1.968l.493%208.18l-6.188-6.492L8.97%205.242a2.04%202.04%200%200%200-1.5-.633c-1.336%200-2.32.891-2.32%202.204c0%20.609.234%201.195.656%201.617l7.218%207.218l6.516%206.165l-8.203-.47h-1.97c-1.242%200-2.203.868-2.203%202.134c0%201.242.938%202.156%202.203%202.156m22.477%2023.789c1.242%200%202.133-.914%202.133-2.18v-2.226l-.493-8.157l6.188%206.493l7.36%207.406c.398.422.937.633%201.5.633c1.312%200%202.32-.891%202.32-2.203c0-.61-.235-1.196-.657-1.618l-7.382-7.382l-6.493-6.165l8.18.47h2.227c1.242%200%202.203-.868%202.203-2.11c0-1.266-.938-2.156-2.203-2.156H33.46c-2.39%200-3.773%201.382-3.773%203.773v13.242c0%201.242.914%202.18%202.156%202.18%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%22M9.367%2025.633h13.008c2.39%200%203.797-1.406%203.797-3.797V8.852c0-1.22-.914-2.18-2.18-2.18c-1.242%200-2.133.937-2.133%202.18v1.968l.493%208.18l-6.188-6.492L8.97%205.242a2.04%202.04%200%200%200-1.5-.633c-1.336%200-2.32.891-2.32%202.204c0%20.609.234%201.195.656%201.617l7.218%207.218l6.516%206.165l-8.203-.47h-1.97c-1.242%200-2.203.868-2.203%202.134c0%201.242.938%202.156%202.203%202.156m22.477%2023.789c1.242%200%202.133-.914%202.133-2.18v-2.226l-.493-8.157l6.188%206.493l7.36%207.406c.398.422.937.633%201.5.633c1.312%200%202.32-.891%202.32-2.203c0-.61-.235-1.196-.657-1.618l-7.382-7.382l-6.493-6.165l8.18.47h2.227c1.242%200%202.203-.868%202.203-2.11c0-1.266-.938-2.156-2.203-2.156H33.46c-2.39%200-3.773%201.382-3.773%203.773v13.242c0%201.242.914%202.18%202.156%202.18%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-arrow-up-left.svg?color=%231a73e8&size=48