arrow uturn right square icon

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

Name
arrow-uturn-right-square
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the arrow uturn right square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M13.785 49.574h28.453c4.899 0 7.336-2.437 7.336-7.265V13.69c0-4.828-2.437-7.265-7.336-7.265H13.785c-4.875 0-7.36 2.414-7.36 7.265v28.62c0 4.851 2.485 7.265 7.36 7.265m.07-3.773c-2.343 0-3.656-1.242-3.656-3.68V13.88c0-2.414 1.313-3.68 3.656-3.68h28.313c2.32 0 3.633 1.266 3.633 3.68v28.24c0 2.438-1.313 3.68-3.633 3.68Zm2.04-14.836c0 5.648 4.101 9.14 9.562 9.14h3.21c1.056 0 1.829-.585 1.829-1.664s-.773-1.687-1.781-1.687h-3.258c-3.54 0-6.117-2.274-6.117-5.977c0-3.609 2.648-5.578 6.093-5.578h7.008l2.766-.094l-1.36 1.008l-2.93 2.813c-.35.304-.515.773-.515 1.219c0 .96.727 1.687 1.664 1.687c.492 0 .867-.14 1.196-.469l6.258-6.398c.374-.399.632-.867.632-1.406c0-.563-.258-1.055-.633-1.454l-6.234-6.304a1.53 1.53 0 0 0-1.195-.516c-.961 0-1.688.727-1.688 1.711c0 .469.211.914.54 1.195l2.413 2.344l1.852 1.477l-2.766-.094h-7.008c-5.46 0-9.539 3.422-9.539 9.047"/></svg>

React

import type { SVGProps } from "react";

export function F7ArrowUturnRightSquare(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="M13.785 49.574h28.453c4.899 0 7.336-2.437 7.336-7.265V13.69c0-4.828-2.437-7.265-7.336-7.265H13.785c-4.875 0-7.36 2.414-7.36 7.265v28.62c0 4.851 2.485 7.265 7.36 7.265m.07-3.773c-2.343 0-3.656-1.242-3.656-3.68V13.88c0-2.414 1.313-3.68 3.656-3.68h28.313c2.32 0 3.633 1.266 3.633 3.68v28.24c0 2.438-1.313 3.68-3.633 3.68Zm2.04-14.836c0 5.648 4.101 9.14 9.562 9.14h3.21c1.056 0 1.829-.585 1.829-1.664s-.773-1.687-1.781-1.687h-3.258c-3.54 0-6.117-2.274-6.117-5.977c0-3.609 2.648-5.578 6.093-5.578h7.008l2.766-.094l-1.36 1.008l-2.93 2.813c-.35.304-.515.773-.515 1.219c0 .96.727 1.687 1.664 1.687c.492 0 .867-.14 1.196-.469l6.258-6.398c.374-.399.632-.867.632-1.406c0-.563-.258-1.055-.633-1.454l-6.234-6.304a1.53 1.53 0 0 0-1.195-.516c-.961 0-1.688.727-1.688 1.711c0 .469.211.914.54 1.195l2.413 2.344l1.852 1.477l-2.766-.094h-7.008c-5.46 0-9.539 3.422-9.539 9.047"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M13.785 49.574h28.453c4.899 0 7.336-2.437 7.336-7.265V13.69c0-4.828-2.437-7.265-7.336-7.265H13.785c-4.875 0-7.36 2.414-7.36 7.265v28.62c0 4.851 2.485 7.265 7.36 7.265m.07-3.773c-2.343 0-3.656-1.242-3.656-3.68V13.88c0-2.414 1.313-3.68 3.656-3.68h28.313c2.32 0 3.633 1.266 3.633 3.68v28.24c0 2.438-1.313 3.68-3.633 3.68Zm2.04-14.836c0 5.648 4.101 9.14 9.562 9.14h3.21c1.056 0 1.829-.585 1.829-1.664s-.773-1.687-1.781-1.687h-3.258c-3.54 0-6.117-2.274-6.117-5.977c0-3.609 2.648-5.578 6.093-5.578h7.008l2.766-.094l-1.36 1.008l-2.93 2.813c-.35.304-.515.773-.515 1.219c0 .96.727 1.687 1.664 1.687c.492 0 .867-.14 1.196-.469l6.258-6.398c.374-.399.632-.867.632-1.406c0-.563-.258-1.055-.633-1.454l-6.234-6.304a1.53 1.53 0 0 0-1.195-.516c-.961 0-1.688.727-1.688 1.711c0 .469.211.914.54 1.195l2.413 2.344l1.852 1.477l-2.766-.094h-7.008c-5.46 0-9.539 3.422-9.539 9.047"/></svg>
</template>

CSS

.icon-arrow-uturn-right-square {
  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%22M13.785%2049.574h28.453c4.899%200%207.336-2.437%207.336-7.265V13.69c0-4.828-2.437-7.265-7.336-7.265H13.785c-4.875%200-7.36%202.414-7.36%207.265v28.62c0%204.851%202.485%207.265%207.36%207.265m.07-3.773c-2.343%200-3.656-1.242-3.656-3.68V13.88c0-2.414%201.313-3.68%203.656-3.68h28.313c2.32%200%203.633%201.266%203.633%203.68v28.24c0%202.438-1.313%203.68-3.633%203.68Zm2.04-14.836c0%205.648%204.101%209.14%209.562%209.14h3.21c1.056%200%201.829-.585%201.829-1.664s-.773-1.687-1.781-1.687h-3.258c-3.54%200-6.117-2.274-6.117-5.977c0-3.609%202.648-5.578%206.093-5.578h7.008l2.766-.094l-1.36%201.008l-2.93%202.813c-.35.304-.515.773-.515%201.219c0%20.96.727%201.687%201.664%201.687c.492%200%20.867-.14%201.196-.469l6.258-6.398c.374-.399.632-.867.632-1.406c0-.563-.258-1.055-.633-1.454l-6.234-6.304a1.53%201.53%200%200%200-1.195-.516c-.961%200-1.688.727-1.688%201.711c0%20.469.211.914.54%201.195l2.413%202.344l1.852%201.477l-2.766-.094h-7.008c-5.46%200-9.539%203.422-9.539%209.047%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%22M13.785%2049.574h28.453c4.899%200%207.336-2.437%207.336-7.265V13.69c0-4.828-2.437-7.265-7.336-7.265H13.785c-4.875%200-7.36%202.414-7.36%207.265v28.62c0%204.851%202.485%207.265%207.36%207.265m.07-3.773c-2.343%200-3.656-1.242-3.656-3.68V13.88c0-2.414%201.313-3.68%203.656-3.68h28.313c2.32%200%203.633%201.266%203.633%203.68v28.24c0%202.438-1.313%203.68-3.633%203.68Zm2.04-14.836c0%205.648%204.101%209.14%209.562%209.14h3.21c1.056%200%201.829-.585%201.829-1.664s-.773-1.687-1.781-1.687h-3.258c-3.54%200-6.117-2.274-6.117-5.977c0-3.609%202.648-5.578%206.093-5.578h7.008l2.766-.094l-1.36%201.008l-2.93%202.813c-.35.304-.515.773-.515%201.219c0%20.96.727%201.687%201.664%201.687c.492%200%20.867-.14%201.196-.469l6.258-6.398c.374-.399.632-.867.632-1.406c0-.563-.258-1.055-.633-1.454l-6.234-6.304a1.53%201.53%200%200%200-1.195-.516c-.961%200-1.688.727-1.688%201.711c0%20.469.211.914.54%201.195l2.413%202.344l1.852%201.477l-2.766-.094h-7.008c-5.46%200-9.539%203.422-9.539%209.047%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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