arrow up left arrow down right icon
arrow-up-left-arrow-down-right from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- arrow-up-left-arrow-down-right
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
arrow-2-circlepatharrow-2-circlepath-circlearrow-2-squarepatharrow-3-trianglepatharrow-brancharrow-clockwisearrow-clockwise-circlearrow-counterclockwisearrow-counterclockwise-circlearrow-downarrow-down-circlearrow-down-docarrow-down-leftarrow-down-left-circlearrow-down-left-squarearrow-down-rightarrow-down-right-arrow-up-leftarrow-down-right-circlearrow-down-right-squarearrow-down-squarearrow-down-to-linearrow-down-to-line-altarrow-leftarrow-left-circle
Use the arrow up left 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="M7.844 24.602c1.218 0 2.132-.938 2.132-2.18v-1.969l-.492-8.18l6.188 6.493l7.195 7.265c.398.422.914.61 1.5.61c1.313 0 2.32-.868 2.32-2.18c0-.633-.234-1.195-.656-1.617l-7.219-7.219l-6.515-6.164l8.203.469h1.969c1.242 0 2.203-.867 2.203-2.133S23.71 5.64 22.469 5.64H9.437c-2.39 0-3.773 1.382-3.773 3.773v13.008c0 1.219.914 2.18 2.18 2.18M33.53 50.359h13.031c2.391 0 3.774-1.382 3.774-3.773V33.578c0-1.219-.914-2.18-2.18-2.18c-1.219 0-2.11.938-2.11 2.18v1.969l.47 8.18l-6.188-6.493l-7.195-7.265c-.399-.422-.914-.61-1.5-.61c-1.313 0-2.297.868-2.297 2.18c0 .633.21 1.195.633 1.617l7.242 7.219l6.492 6.164l-8.203-.469H33.53c-1.242 0-2.18.867-2.203 2.133c0 1.266.96 2.156 2.203 2.156"/></svg>
React
import type { SVGProps } from "react";
export function F7ArrowUpLeftArrowDownRight(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="M7.844 24.602c1.218 0 2.132-.938 2.132-2.18v-1.969l-.492-8.18l6.188 6.493l7.195 7.265c.398.422.914.61 1.5.61c1.313 0 2.32-.868 2.32-2.18c0-.633-.234-1.195-.656-1.617l-7.219-7.219l-6.515-6.164l8.203.469h1.969c1.242 0 2.203-.867 2.203-2.133S23.71 5.64 22.469 5.64H9.437c-2.39 0-3.773 1.382-3.773 3.773v13.008c0 1.219.914 2.18 2.18 2.18M33.53 50.359h13.031c2.391 0 3.774-1.382 3.774-3.773V33.578c0-1.219-.914-2.18-2.18-2.18c-1.219 0-2.11.938-2.11 2.18v1.969l.47 8.18l-6.188-6.493l-7.195-7.265c-.399-.422-.914-.61-1.5-.61c-1.313 0-2.297.868-2.297 2.18c0 .633.21 1.195.633 1.617l7.242 7.219l6.492 6.164l-8.203-.469H33.53c-1.242 0-2.18.867-2.203 2.133c0 1.266.96 2.156 2.203 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="M7.844 24.602c1.218 0 2.132-.938 2.132-2.18v-1.969l-.492-8.18l6.188 6.493l7.195 7.265c.398.422.914.61 1.5.61c1.313 0 2.32-.868 2.32-2.18c0-.633-.234-1.195-.656-1.617l-7.219-7.219l-6.515-6.164l8.203.469h1.969c1.242 0 2.203-.867 2.203-2.133S23.71 5.64 22.469 5.64H9.437c-2.39 0-3.773 1.382-3.773 3.773v13.008c0 1.219.914 2.18 2.18 2.18M33.53 50.359h13.031c2.391 0 3.774-1.382 3.774-3.773V33.578c0-1.219-.914-2.18-2.18-2.18c-1.219 0-2.11.938-2.11 2.18v1.969l.47 8.18l-6.188-6.493l-7.195-7.265c-.399-.422-.914-.61-1.5-.61c-1.313 0-2.297.868-2.297 2.18c0 .633.21 1.195.633 1.617l7.242 7.219l6.492 6.164l-8.203-.469H33.53c-1.242 0-2.18.867-2.203 2.133c0 1.266.96 2.156 2.203 2.156"/></svg> </template>
CSS
.icon-arrow-up-left-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%22M7.844%2024.602c1.218%200%202.132-.938%202.132-2.18v-1.969l-.492-8.18l6.188%206.493l7.195%207.265c.398.422.914.61%201.5.61c1.313%200%202.32-.868%202.32-2.18c0-.633-.234-1.195-.656-1.617l-7.219-7.219l-6.515-6.164l8.203.469h1.969c1.242%200%202.203-.867%202.203-2.133S23.71%205.64%2022.469%205.64H9.437c-2.39%200-3.773%201.382-3.773%203.773v13.008c0%201.219.914%202.18%202.18%202.18M33.53%2050.359h13.031c2.391%200%203.774-1.382%203.774-3.773V33.578c0-1.219-.914-2.18-2.18-2.18c-1.219%200-2.11.938-2.11%202.18v1.969l.47%208.18l-6.188-6.493l-7.195-7.265c-.399-.422-.914-.61-1.5-.61c-1.313%200-2.297.868-2.297%202.18c0%20.633.21%201.195.633%201.617l7.242%207.219l6.492%206.164l-8.203-.469H33.53c-1.242%200-2.18.867-2.203%202.133c0%201.266.96%202.156%202.203%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%22M7.844%2024.602c1.218%200%202.132-.938%202.132-2.18v-1.969l-.492-8.18l6.188%206.493l7.195%207.265c.398.422.914.61%201.5.61c1.313%200%202.32-.868%202.32-2.18c0-.633-.234-1.195-.656-1.617l-7.219-7.219l-6.515-6.164l8.203.469h1.969c1.242%200%202.203-.867%202.203-2.133S23.71%205.64%2022.469%205.64H9.437c-2.39%200-3.773%201.382-3.773%203.773v13.008c0%201.219.914%202.18%202.18%202.18M33.53%2050.359h13.031c2.391%200%203.774-1.382%203.774-3.773V33.578c0-1.219-.914-2.18-2.18-2.18c-1.219%200-2.11.938-2.11%202.18v1.969l.47%208.18l-6.188-6.493l-7.195-7.265c-.399-.422-.914-.61-1.5-.61c-1.313%200-2.297.868-2.297%202.18c0%20.633.21%201.195.633%201.617l7.242%207.219l6.492%206.164l-8.203-.469H33.53c-1.242%200-2.18.867-2.203%202.133c0%201.266.96%202.156%202.203%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-up-left-arrow-down-right.svg?color=%231a73e8&size=48