arrow turn up right icon

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

Name
arrow-turn-up-right
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 right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M8.207 46.445c1.242 0 2.11-.843 2.11-2.086c0-.82-.071-1.593-.071-2.695c0-8.695 3.023-12.234 11.625-12.234h16.172l5.766-.352l-7.899 7.219l-5.203 5.297c-.375.375-.586.937-.586 1.5c0 1.172.914 2.015 2.063 2.015c.538 0 1.054-.21 1.523-.656L49.27 28.914c.491-.469.726-1.008.726-1.594c0-.562-.235-1.125-.727-1.57L33.755 10.258c-.516-.516-1.032-.703-1.57-.703c-1.149 0-2.063.843-2.063 2.015c0 .563.21 1.102.586 1.477l5.203 5.297l7.875 7.218l-5.742-.328H21.66c-11.11 0-15.656 4.875-15.656 16.22c0 1.358.047 2.53.21 3.233c.188.961.774 1.758 1.993 1.758"/></svg>

React

import type { SVGProps } from "react";

export function F7ArrowTurnUpRight(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="M8.207 46.445c1.242 0 2.11-.843 2.11-2.086c0-.82-.071-1.593-.071-2.695c0-8.695 3.023-12.234 11.625-12.234h16.172l5.766-.352l-7.899 7.219l-5.203 5.297c-.375.375-.586.937-.586 1.5c0 1.172.914 2.015 2.063 2.015c.538 0 1.054-.21 1.523-.656L49.27 28.914c.491-.469.726-1.008.726-1.594c0-.562-.235-1.125-.727-1.57L33.755 10.258c-.516-.516-1.032-.703-1.57-.703c-1.149 0-2.063.843-2.063 2.015c0 .563.21 1.102.586 1.477l5.203 5.297l7.875 7.218l-5.742-.328H21.66c-11.11 0-15.656 4.875-15.656 16.22c0 1.358.047 2.53.21 3.233c.188.961.774 1.758 1.993 1.758"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M8.207 46.445c1.242 0 2.11-.843 2.11-2.086c0-.82-.071-1.593-.071-2.695c0-8.695 3.023-12.234 11.625-12.234h16.172l5.766-.352l-7.899 7.219l-5.203 5.297c-.375.375-.586.937-.586 1.5c0 1.172.914 2.015 2.063 2.015c.538 0 1.054-.21 1.523-.656L49.27 28.914c.491-.469.726-1.008.726-1.594c0-.562-.235-1.125-.727-1.57L33.755 10.258c-.516-.516-1.032-.703-1.57-.703c-1.149 0-2.063.843-2.063 2.015c0 .563.21 1.102.586 1.477l5.203 5.297l7.875 7.218l-5.742-.328H21.66c-11.11 0-15.656 4.875-15.656 16.22c0 1.358.047 2.53.21 3.233c.188.961.774 1.758 1.993 1.758"/></svg>
</template>

CSS

.icon-arrow-turn-up-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%22M8.207%2046.445c1.242%200%202.11-.843%202.11-2.086c0-.82-.071-1.593-.071-2.695c0-8.695%203.023-12.234%2011.625-12.234h16.172l5.766-.352l-7.899%207.219l-5.203%205.297c-.375.375-.586.937-.586%201.5c0%201.172.914%202.015%202.063%202.015c.538%200%201.054-.21%201.523-.656L49.27%2028.914c.491-.469.726-1.008.726-1.594c0-.562-.235-1.125-.727-1.57L33.755%2010.258c-.516-.516-1.032-.703-1.57-.703c-1.149%200-2.063.843-2.063%202.015c0%20.563.21%201.102.586%201.477l5.203%205.297l7.875%207.218l-5.742-.328H21.66c-11.11%200-15.656%204.875-15.656%2016.22c0%201.358.047%202.53.21%203.233c.188.961.774%201.758%201.993%201.758%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%22M8.207%2046.445c1.242%200%202.11-.843%202.11-2.086c0-.82-.071-1.593-.071-2.695c0-8.695%203.023-12.234%2011.625-12.234h16.172l5.766-.352l-7.899%207.219l-5.203%205.297c-.375.375-.586.937-.586%201.5c0%201.172.914%202.015%202.063%202.015c.538%200%201.054-.21%201.523-.656L49.27%2028.914c.491-.469.726-1.008.726-1.594c0-.562-.235-1.125-.727-1.57L33.755%2010.258c-.516-.516-1.032-.703-1.57-.703c-1.149%200-2.063.843-2.063%202.015c0%20.563.21%201.102.586%201.477l5.203%205.297l7.875%207.218l-5.742-.328H21.66c-11.11%200-15.656%204.875-15.656%2016.22c0%201.358.047%202.53.21%203.233c.188.961.774%201.758%201.993%201.758%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-right.svg?color=%231a73e8&size=48