arrowshape turn up left icon

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

Name
arrowshape-turn-up-left
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the arrowshape 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="M25.656 49.504c1.57 0 2.742-1.172 2.742-2.742v-8.953h.68c9.07 0 14.813 2.297 18.89 9.96c.821 1.5 1.9 1.735 2.884 1.735c1.265 0 2.414-1.125 2.414-3.14c0-17.321-7.336-28.126-24.188-28.126h-.68v-8.86c0-1.57-1.171-2.882-2.788-2.882c-1.172 0-1.876.586-3.188 1.688L3.93 25.48c-.867.867-1.195 1.734-1.195 2.53c0 .774.328 1.641 1.195 2.509l18.492 17.46c1.172 1.008 2.062 1.524 3.234 1.524m-1.359-5.04c-.14 0-.258-.07-.399-.21L7.211 28.457c-.21-.187-.258-.305-.258-.445s.07-.282.258-.446L23.899 11.56a.58.58 0 0 1 .398-.188a.32.32 0 0 1 .328.328v9.305c0 .539.235.773.773.773h3.165c16.078 0 20.906 11.157 21.375 22.22c0 .163-.07.257-.165.257c-.117 0-.164-.07-.234-.234c-2.672-5.93-9.867-9.75-20.976-9.75h-3.165c-.538 0-.773.234-.773.773v9.07c0 .211-.14.352-.328.352"/></svg>

React

import type { SVGProps } from "react";

export function F7ArrowshapeTurnUpLeft(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="M25.656 49.504c1.57 0 2.742-1.172 2.742-2.742v-8.953h.68c9.07 0 14.813 2.297 18.89 9.96c.821 1.5 1.9 1.735 2.884 1.735c1.265 0 2.414-1.125 2.414-3.14c0-17.321-7.336-28.126-24.188-28.126h-.68v-8.86c0-1.57-1.171-2.882-2.788-2.882c-1.172 0-1.876.586-3.188 1.688L3.93 25.48c-.867.867-1.195 1.734-1.195 2.53c0 .774.328 1.641 1.195 2.509l18.492 17.46c1.172 1.008 2.062 1.524 3.234 1.524m-1.359-5.04c-.14 0-.258-.07-.399-.21L7.211 28.457c-.21-.187-.258-.305-.258-.445s.07-.282.258-.446L23.899 11.56a.58.58 0 0 1 .398-.188a.32.32 0 0 1 .328.328v9.305c0 .539.235.773.773.773h3.165c16.078 0 20.906 11.157 21.375 22.22c0 .163-.07.257-.165.257c-.117 0-.164-.07-.234-.234c-2.672-5.93-9.867-9.75-20.976-9.75h-3.165c-.538 0-.773.234-.773.773v9.07c0 .211-.14.352-.328.352"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M25.656 49.504c1.57 0 2.742-1.172 2.742-2.742v-8.953h.68c9.07 0 14.813 2.297 18.89 9.96c.821 1.5 1.9 1.735 2.884 1.735c1.265 0 2.414-1.125 2.414-3.14c0-17.321-7.336-28.126-24.188-28.126h-.68v-8.86c0-1.57-1.171-2.882-2.788-2.882c-1.172 0-1.876.586-3.188 1.688L3.93 25.48c-.867.867-1.195 1.734-1.195 2.53c0 .774.328 1.641 1.195 2.509l18.492 17.46c1.172 1.008 2.062 1.524 3.234 1.524m-1.359-5.04c-.14 0-.258-.07-.399-.21L7.211 28.457c-.21-.187-.258-.305-.258-.445s.07-.282.258-.446L23.899 11.56a.58.58 0 0 1 .398-.188a.32.32 0 0 1 .328.328v9.305c0 .539.235.773.773.773h3.165c16.078 0 20.906 11.157 21.375 22.22c0 .163-.07.257-.165.257c-.117 0-.164-.07-.234-.234c-2.672-5.93-9.867-9.75-20.976-9.75h-3.165c-.538 0-.773.234-.773.773v9.07c0 .211-.14.352-.328.352"/></svg>
</template>

CSS

.icon-arrowshape-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%22M25.656%2049.504c1.57%200%202.742-1.172%202.742-2.742v-8.953h.68c9.07%200%2014.813%202.297%2018.89%209.96c.821%201.5%201.9%201.735%202.884%201.735c1.265%200%202.414-1.125%202.414-3.14c0-17.321-7.336-28.126-24.188-28.126h-.68v-8.86c0-1.57-1.171-2.882-2.788-2.882c-1.172%200-1.876.586-3.188%201.688L3.93%2025.48c-.867.867-1.195%201.734-1.195%202.53c0%20.774.328%201.641%201.195%202.509l18.492%2017.46c1.172%201.008%202.062%201.524%203.234%201.524m-1.359-5.04c-.14%200-.258-.07-.399-.21L7.211%2028.457c-.21-.187-.258-.305-.258-.445s.07-.282.258-.446L23.899%2011.56a.58.58%200%200%201%20.398-.188a.32.32%200%200%201%20.328.328v9.305c0%20.539.235.773.773.773h3.165c16.078%200%2020.906%2011.157%2021.375%2022.22c0%20.163-.07.257-.165.257c-.117%200-.164-.07-.234-.234c-2.672-5.93-9.867-9.75-20.976-9.75h-3.165c-.538%200-.773.234-.773.773v9.07c0%20.211-.14.352-.328.352%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%22M25.656%2049.504c1.57%200%202.742-1.172%202.742-2.742v-8.953h.68c9.07%200%2014.813%202.297%2018.89%209.96c.821%201.5%201.9%201.735%202.884%201.735c1.265%200%202.414-1.125%202.414-3.14c0-17.321-7.336-28.126-24.188-28.126h-.68v-8.86c0-1.57-1.171-2.882-2.788-2.882c-1.172%200-1.876.586-3.188%201.688L3.93%2025.48c-.867.867-1.195%201.734-1.195%202.53c0%20.774.328%201.641%201.195%202.509l18.492%2017.46c1.172%201.008%202.062%201.524%203.234%201.524m-1.359-5.04c-.14%200-.258-.07-.399-.21L7.211%2028.457c-.21-.187-.258-.305-.258-.445s.07-.282.258-.446L23.899%2011.56a.58.58%200%200%201%20.398-.188a.32.32%200%200%201%20.328.328v9.305c0%20.539.235.773.773.773h3.165c16.078%200%2020.906%2011.157%2021.375%2022.22c0%20.163-.07.257-.165.257c-.117%200-.164-.07-.234-.234c-2.672-5.93-9.867-9.75-20.976-9.75h-3.165c-.538%200-.773.234-.773.773v9.07c0%20.211-.14.352-.328.352%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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