arrow up left icon

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

Name
arrow-up-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 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="M11.98 36.215c0 1.242.961 2.156 2.086 2.156s2.063-.984 2.063-2.062v-7.477l-.422-10.664l3.75 4.242L40.41 43.387c.446.422.938.633 1.453.633c1.149 0 2.157-1.055 2.157-2.157c0-.492-.235-1.008-.657-1.43L22.41 19.458l-4.242-3.75l11.156.422h6.985c1.078 0 2.039-.938 2.039-2.04c0-1.1-.844-2.062-2.133-2.062l-22.008-.046c-1.383 0-2.227.89-2.227 2.226Z"/></svg>

React

import type { SVGProps } from "react";

export function F7ArrowUpLeft(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.98 36.215c0 1.242.961 2.156 2.086 2.156s2.063-.984 2.063-2.062v-7.477l-.422-10.664l3.75 4.242L40.41 43.387c.446.422.938.633 1.453.633c1.149 0 2.157-1.055 2.157-2.157c0-.492-.235-1.008-.657-1.43L22.41 19.458l-4.242-3.75l11.156.422h6.985c1.078 0 2.039-.938 2.039-2.04c0-1.1-.844-2.062-2.133-2.062l-22.008-.046c-1.383 0-2.227.89-2.227 2.226Z"/></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.98 36.215c0 1.242.961 2.156 2.086 2.156s2.063-.984 2.063-2.062v-7.477l-.422-10.664l3.75 4.242L40.41 43.387c.446.422.938.633 1.453.633c1.149 0 2.157-1.055 2.157-2.157c0-.492-.235-1.008-.657-1.43L22.41 19.458l-4.242-3.75l11.156.422h6.985c1.078 0 2.039-.938 2.039-2.04c0-1.1-.844-2.062-2.133-2.062l-22.008-.046c-1.383 0-2.227.89-2.227 2.226Z"/></svg>
</template>

CSS

.icon-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%22M11.98%2036.215c0%201.242.961%202.156%202.086%202.156s2.063-.984%202.063-2.062v-7.477l-.422-10.664l3.75%204.242L40.41%2043.387c.446.422.938.633%201.453.633c1.149%200%202.157-1.055%202.157-2.157c0-.492-.235-1.008-.657-1.43L22.41%2019.458l-4.242-3.75l11.156.422h6.985c1.078%200%202.039-.938%202.039-2.04c0-1.1-.844-2.062-2.133-2.062l-22.008-.046c-1.383%200-2.227.89-2.227%202.226Z%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.98%2036.215c0%201.242.961%202.156%202.086%202.156s2.063-.984%202.063-2.062v-7.477l-.422-10.664l3.75%204.242L40.41%2043.387c.446.422.938.633%201.453.633c1.149%200%202.157-1.055%202.157-2.157c0-.492-.235-1.008-.657-1.43L22.41%2019.458l-4.242-3.75l11.156.422h6.985c1.078%200%202.039-.938%202.039-2.04c0-1.1-.844-2.062-2.133-2.062l-22.008-.046c-1.383%200-2.227.89-2.227%202.226Z%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.svg?color=%231a73e8&size=48