arrow uturn left square icon
arrow-uturn-left-square-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- arrow-uturn-left-square-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
arrow-2-circlepatharrow-2-circlepath-circlearrow-2-squarepatharrow-3-trianglepatharrow-brancharrow-clockwisearrow-clockwise-circlearrow-counterclockwisearrow-counterclockwise-circlearrow-downarrow-down-circlearrow-down-docarrow-down-leftarrow-down-left-circlearrow-down-left-squarearrow-down-rightarrow-down-right-arrow-up-leftarrow-down-right-circlearrow-down-right-squarearrow-down-squarearrow-down-to-linearrow-down-to-line-altarrow-leftarrow-left-circle
Use the arrow uturn left 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.265m26.79-18.984c0 5.93-4.313 9.633-10.079 9.633h-3.375c-1.078 0-1.898-.633-1.898-1.735c0-1.148.82-1.781 1.851-1.781h3.422c3.75 0 6.469-2.39 6.469-6.305c0-3.797-2.79-5.882-6.446-5.882h-7.382l-2.93-.094l1.43 1.054l3.117 2.977c.375.328.539.82.539 1.266c0 1.03-.773 1.804-1.735 1.804c-.515 0-.914-.164-1.242-.539l-6.609-6.726c-.375-.399-.656-.89-.656-1.477c0-.586.281-1.078.656-1.5l6.586-6.633c.351-.375.727-.539 1.219-.539c1.008 0 1.78.75 1.78 1.758c0 .516-.234.961-.562 1.266l-2.578 2.508l-1.945 1.546l2.93-.093h7.383c5.765 0 10.054 3.562 10.054 9.492"/></svg>
React
import type { SVGProps } from "react";
export function F7ArrowUturnLeftSquareFill(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.265m26.79-18.984c0 5.93-4.313 9.633-10.079 9.633h-3.375c-1.078 0-1.898-.633-1.898-1.735c0-1.148.82-1.781 1.851-1.781h3.422c3.75 0 6.469-2.39 6.469-6.305c0-3.797-2.79-5.882-6.446-5.882h-7.382l-2.93-.094l1.43 1.054l3.117 2.977c.375.328.539.82.539 1.266c0 1.03-.773 1.804-1.735 1.804c-.515 0-.914-.164-1.242-.539l-6.609-6.726c-.375-.399-.656-.89-.656-1.477c0-.586.281-1.078.656-1.5l6.586-6.633c.351-.375.727-.539 1.219-.539c1.008 0 1.78.75 1.78 1.758c0 .516-.234.961-.562 1.266l-2.578 2.508l-1.945 1.546l2.93-.093h7.383c5.765 0 10.054 3.562 10.054 9.492"/></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.265m26.79-18.984c0 5.93-4.313 9.633-10.079 9.633h-3.375c-1.078 0-1.898-.633-1.898-1.735c0-1.148.82-1.781 1.851-1.781h3.422c3.75 0 6.469-2.39 6.469-6.305c0-3.797-2.79-5.882-6.446-5.882h-7.382l-2.93-.094l1.43 1.054l3.117 2.977c.375.328.539.82.539 1.266c0 1.03-.773 1.804-1.735 1.804c-.515 0-.914-.164-1.242-.539l-6.609-6.726c-.375-.399-.656-.89-.656-1.477c0-.586.281-1.078.656-1.5l6.586-6.633c.351-.375.727-.539 1.219-.539c1.008 0 1.78.75 1.78 1.758c0 .516-.234.961-.562 1.266l-2.578 2.508l-1.945 1.546l2.93-.093h7.383c5.765 0 10.054 3.562 10.054 9.492"/></svg> </template>
CSS
.icon-arrow-uturn-left-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.265m26.79-18.984c0%205.93-4.313%209.633-10.079%209.633h-3.375c-1.078%200-1.898-.633-1.898-1.735c0-1.148.82-1.781%201.851-1.781h3.422c3.75%200%206.469-2.39%206.469-6.305c0-3.797-2.79-5.882-6.446-5.882h-7.382l-2.93-.094l1.43%201.054l3.117%202.977c.375.328.539.82.539%201.266c0%201.03-.773%201.804-1.735%201.804c-.515%200-.914-.164-1.242-.539l-6.609-6.726c-.375-.399-.656-.89-.656-1.477c0-.586.281-1.078.656-1.5l6.586-6.633c.351-.375.727-.539%201.219-.539c1.008%200%201.78.75%201.78%201.758c0%20.516-.234.961-.562%201.266l-2.578%202.508l-1.945%201.546l2.93-.093h7.383c5.765%200%2010.054%203.562%2010.054%209.492%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.265m26.79-18.984c0%205.93-4.313%209.633-10.079%209.633h-3.375c-1.078%200-1.898-.633-1.898-1.735c0-1.148.82-1.781%201.851-1.781h3.422c3.75%200%206.469-2.39%206.469-6.305c0-3.797-2.79-5.882-6.446-5.882h-7.382l-2.93-.094l1.43%201.054l3.117%202.977c.375.328.539.82.539%201.266c0%201.03-.773%201.804-1.735%201.804c-.515%200-.914-.164-1.242-.539l-6.609-6.726c-.375-.399-.656-.89-.656-1.477c0-.586.281-1.078.656-1.5l6.586-6.633c.351-.375.727-.539%201.219-.539c1.008%200%201.78.75%201.78%201.758c0%20.516-.234.961-.562%201.266l-2.578%202.508l-1.945%201.546l2.93-.093h7.383c5.765%200%2010.054%203.562%2010.054%209.492%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/arrow-uturn-left-square-fill.svg?color=%231a73e8&size=48