arrow turn up left icon

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

Name
arrow-turn-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 turn 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="M47.793 46.445c1.242 0 1.804-.797 2.016-1.758c.14-.703.187-1.874.187-3.234c0-11.344-4.524-16.219-15.656-16.219H17.98l-5.742.328l7.875-7.218l5.203-5.297c.375-.375.586-.914.586-1.477c0-1.172-.914-2.015-2.062-2.015c-.563 0-1.055.187-1.594.703L6.73 25.75c-.468.445-.726 1.008-.726 1.57c0 .586.258 1.125.726 1.594l15.586 15.54c.469.444.961.655 1.524.655c1.148 0 2.062-.843 2.062-2.015c0-.563-.21-1.125-.586-1.5l-5.203-5.297l-7.898-7.219l5.765.352h16.15c8.625 0 11.625 3.539 11.625 12.234c0 1.102-.047 1.875-.047 2.695c0 1.243.867 2.086 2.086 2.086"/></svg>

React

import type { SVGProps } from "react";

export function F7ArrowTurnUpLeft(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="M47.793 46.445c1.242 0 1.804-.797 2.016-1.758c.14-.703.187-1.874.187-3.234c0-11.344-4.524-16.219-15.656-16.219H17.98l-5.742.328l7.875-7.218l5.203-5.297c.375-.375.586-.914.586-1.477c0-1.172-.914-2.015-2.062-2.015c-.563 0-1.055.187-1.594.703L6.73 25.75c-.468.445-.726 1.008-.726 1.57c0 .586.258 1.125.726 1.594l15.586 15.54c.469.444.961.655 1.524.655c1.148 0 2.062-.843 2.062-2.015c0-.563-.21-1.125-.586-1.5l-5.203-5.297l-7.898-7.219l5.765.352h16.15c8.625 0 11.625 3.539 11.625 12.234c0 1.102-.047 1.875-.047 2.695c0 1.243.867 2.086 2.086 2.086"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M47.793 46.445c1.242 0 1.804-.797 2.016-1.758c.14-.703.187-1.874.187-3.234c0-11.344-4.524-16.219-15.656-16.219H17.98l-5.742.328l7.875-7.218l5.203-5.297c.375-.375.586-.914.586-1.477c0-1.172-.914-2.015-2.062-2.015c-.563 0-1.055.187-1.594.703L6.73 25.75c-.468.445-.726 1.008-.726 1.57c0 .586.258 1.125.726 1.594l15.586 15.54c.469.444.961.655 1.524.655c1.148 0 2.062-.843 2.062-2.015c0-.563-.21-1.125-.586-1.5l-5.203-5.297l-7.898-7.219l5.765.352h16.15c8.625 0 11.625 3.539 11.625 12.234c0 1.102-.047 1.875-.047 2.695c0 1.243.867 2.086 2.086 2.086"/></svg>
</template>

CSS

.icon-arrow-turn-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%22M47.793%2046.445c1.242%200%201.804-.797%202.016-1.758c.14-.703.187-1.874.187-3.234c0-11.344-4.524-16.219-15.656-16.219H17.98l-5.742.328l7.875-7.218l5.203-5.297c.375-.375.586-.914.586-1.477c0-1.172-.914-2.015-2.062-2.015c-.563%200-1.055.187-1.594.703L6.73%2025.75c-.468.445-.726%201.008-.726%201.57c0%20.586.258%201.125.726%201.594l15.586%2015.54c.469.444.961.655%201.524.655c1.148%200%202.062-.843%202.062-2.015c0-.563-.21-1.125-.586-1.5l-5.203-5.297l-7.898-7.219l5.765.352h16.15c8.625%200%2011.625%203.539%2011.625%2012.234c0%201.102-.047%201.875-.047%202.695c0%201.243.867%202.086%202.086%202.086%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%22M47.793%2046.445c1.242%200%201.804-.797%202.016-1.758c.14-.703.187-1.874.187-3.234c0-11.344-4.524-16.219-15.656-16.219H17.98l-5.742.328l7.875-7.218l5.203-5.297c.375-.375.586-.914.586-1.477c0-1.172-.914-2.015-2.062-2.015c-.563%200-1.055.187-1.594.703L6.73%2025.75c-.468.445-.726%201.008-.726%201.57c0%20.586.258%201.125.726%201.594l15.586%2015.54c.469.444.961.655%201.524.655c1.148%200%202.062-.843%202.062-2.015c0-.563-.21-1.125-.586-1.5l-5.203-5.297l-7.898-7.219l5.765.352h16.15c8.625%200%2011.625%203.539%2011.625%2012.234c0%201.102-.047%201.875-.047%202.695c0%201.243.867%202.086%202.086%202.086%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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