arrow uturn right square icon

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

Name
arrow-uturn-right-square-fill
Set
Framework7 Icons
Style
Fill
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.265m2.836-18.726c0-5.93 4.29-9.492 10.055-9.492h7.383l2.93.093l-1.946-1.547l-2.578-2.508a1.73 1.73 0 0 1-.563-1.265c0-1.008.774-1.758 1.758-1.758c.516 0 .89.164 1.242.54l6.586 6.632c.375.422.656.914.656 1.5s-.28 1.078-.656 1.477l-6.61 6.726c-.327.375-.726.54-1.265.54c-.937 0-1.71-.774-1.71-1.806c0-.445.163-.937.538-1.265l3.117-2.977l1.43-1.054l-2.93.093h-7.382c-3.656 0-6.446 2.086-6.446 5.883c0 3.914 2.72 6.305 6.47 6.305h3.421c1.031 0 1.852.633 1.852 1.781c0 1.102-.82 1.734-1.899 1.734H26.7c-5.766 0-10.078-3.703-10.078-9.632"/></svg>

React

import type { SVGProps } from "react";

export function F7ArrowUturnRightSquareFill(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.265m2.836-18.726c0-5.93 4.29-9.492 10.055-9.492h7.383l2.93.093l-1.946-1.547l-2.578-2.508a1.73 1.73 0 0 1-.563-1.265c0-1.008.774-1.758 1.758-1.758c.516 0 .89.164 1.242.54l6.586 6.632c.375.422.656.914.656 1.5s-.28 1.078-.656 1.477l-6.61 6.726c-.327.375-.726.54-1.265.54c-.937 0-1.71-.774-1.71-1.806c0-.445.163-.937.538-1.265l3.117-2.977l1.43-1.054l-2.93.093h-7.382c-3.656 0-6.446 2.086-6.446 5.883c0 3.914 2.72 6.305 6.47 6.305h3.421c1.031 0 1.852.633 1.852 1.781c0 1.102-.82 1.734-1.899 1.734H26.7c-5.766 0-10.078-3.703-10.078-9.632"/></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.265m2.836-18.726c0-5.93 4.29-9.492 10.055-9.492h7.383l2.93.093l-1.946-1.547l-2.578-2.508a1.73 1.73 0 0 1-.563-1.265c0-1.008.774-1.758 1.758-1.758c.516 0 .89.164 1.242.54l6.586 6.632c.375.422.656.914.656 1.5s-.28 1.078-.656 1.477l-6.61 6.726c-.327.375-.726.54-1.265.54c-.937 0-1.71-.774-1.71-1.806c0-.445.163-.937.538-1.265l3.117-2.977l1.43-1.054l-2.93.093h-7.382c-3.656 0-6.446 2.086-6.446 5.883c0 3.914 2.72 6.305 6.47 6.305h3.421c1.031 0 1.852.633 1.852 1.781c0 1.102-.82 1.734-1.899 1.734H26.7c-5.766 0-10.078-3.703-10.078-9.632"/></svg>
</template>

CSS

.icon-arrow-uturn-right-square-fill {
  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.265m2.836-18.726c0-5.93%204.29-9.492%2010.055-9.492h7.383l2.93.093l-1.946-1.547l-2.578-2.508a1.73%201.73%200%200%201-.563-1.265c0-1.008.774-1.758%201.758-1.758c.516%200%20.89.164%201.242.54l6.586%206.632c.375.422.656.914.656%201.5s-.28%201.078-.656%201.477l-6.61%206.726c-.327.375-.726.54-1.265.54c-.937%200-1.71-.774-1.71-1.806c0-.445.163-.937.538-1.265l3.117-2.977l1.43-1.054l-2.93.093h-7.382c-3.656%200-6.446%202.086-6.446%205.883c0%203.914%202.72%206.305%206.47%206.305h3.421c1.031%200%201.852.633%201.852%201.781c0%201.102-.82%201.734-1.899%201.734H26.7c-5.766%200-10.078-3.703-10.078-9.632%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.265m2.836-18.726c0-5.93%204.29-9.492%2010.055-9.492h7.383l2.93.093l-1.946-1.547l-2.578-2.508a1.73%201.73%200%200%201-.563-1.265c0-1.008.774-1.758%201.758-1.758c.516%200%20.89.164%201.242.54l6.586%206.632c.375.422.656.914.656%201.5s-.28%201.078-.656%201.477l-6.61%206.726c-.327.375-.726.54-1.265.54c-.937%200-1.71-.774-1.71-1.806c0-.445.163-.937.538-1.265l3.117-2.977l1.43-1.054l-2.93.093h-7.382c-3.656%200-6.446%202.086-6.446%205.883c0%203.914%202.72%206.305%206.47%206.305h3.421c1.031%200%201.852.633%201.852%201.781c0%201.102-.82%201.734-1.899%201.734H26.7c-5.766%200-10.078-3.703-10.078-9.632%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-fill.svg?color=%231a73e8&size=48