arrow uturn down square icon
arrow-uturn-down-square-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- arrow-uturn-down-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 down 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.265m18.258-33.89c5.906 0 9.61 4.312 9.61 10.078v3.375c0 1.078-.633 1.898-1.735 1.898c-1.148 0-1.758-.82-1.758-1.851v-3.422c0-3.75-2.414-6.469-6.305-6.469c-3.82 0-5.906 2.789-5.906 6.445v7.383l-.094 2.93l1.055-1.43l2.977-3.117c.351-.375.82-.54 1.265-.54c1.032 0 1.805.75 1.805 1.712c0 .539-.164.937-.516 1.265l-6.75 6.61c-.375.375-.89.656-1.476.656c-.563 0-1.078-.281-1.5-.656l-6.633-6.586c-.352-.352-.54-.727-.54-1.242c0-1.008.774-1.758 1.759-1.758c.515 0 .96.234 1.265.562l2.532 2.578l1.523 1.946l-.094-2.93v-7.383c0-5.765 3.586-10.054 9.516-10.054"/></svg>
React
import type { SVGProps } from "react";
export function F7ArrowUturnDownSquareFill(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.265m18.258-33.89c5.906 0 9.61 4.312 9.61 10.078v3.375c0 1.078-.633 1.898-1.735 1.898c-1.148 0-1.758-.82-1.758-1.851v-3.422c0-3.75-2.414-6.469-6.305-6.469c-3.82 0-5.906 2.789-5.906 6.445v7.383l-.094 2.93l1.055-1.43l2.977-3.117c.351-.375.82-.54 1.265-.54c1.032 0 1.805.75 1.805 1.712c0 .539-.164.937-.516 1.265l-6.75 6.61c-.375.375-.89.656-1.476.656c-.563 0-1.078-.281-1.5-.656l-6.633-6.586c-.352-.352-.54-.727-.54-1.242c0-1.008.774-1.758 1.759-1.758c.515 0 .96.234 1.265.562l2.532 2.578l1.523 1.946l-.094-2.93v-7.383c0-5.765 3.586-10.054 9.516-10.054"/></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.265m18.258-33.89c5.906 0 9.61 4.312 9.61 10.078v3.375c0 1.078-.633 1.898-1.735 1.898c-1.148 0-1.758-.82-1.758-1.851v-3.422c0-3.75-2.414-6.469-6.305-6.469c-3.82 0-5.906 2.789-5.906 6.445v7.383l-.094 2.93l1.055-1.43l2.977-3.117c.351-.375.82-.54 1.265-.54c1.032 0 1.805.75 1.805 1.712c0 .539-.164.937-.516 1.265l-6.75 6.61c-.375.375-.89.656-1.476.656c-.563 0-1.078-.281-1.5-.656l-6.633-6.586c-.352-.352-.54-.727-.54-1.242c0-1.008.774-1.758 1.759-1.758c.515 0 .96.234 1.265.562l2.532 2.578l1.523 1.946l-.094-2.93v-7.383c0-5.765 3.586-10.054 9.516-10.054"/></svg> </template>
CSS
.icon-arrow-uturn-down-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.265m18.258-33.89c5.906%200%209.61%204.312%209.61%2010.078v3.375c0%201.078-.633%201.898-1.735%201.898c-1.148%200-1.758-.82-1.758-1.851v-3.422c0-3.75-2.414-6.469-6.305-6.469c-3.82%200-5.906%202.789-5.906%206.445v7.383l-.094%202.93l1.055-1.43l2.977-3.117c.351-.375.82-.54%201.265-.54c1.032%200%201.805.75%201.805%201.712c0%20.539-.164.937-.516%201.265l-6.75%206.61c-.375.375-.89.656-1.476.656c-.563%200-1.078-.281-1.5-.656l-6.633-6.586c-.352-.352-.54-.727-.54-1.242c0-1.008.774-1.758%201.759-1.758c.515%200%20.96.234%201.265.562l2.532%202.578l1.523%201.946l-.094-2.93v-7.383c0-5.765%203.586-10.054%209.516-10.054%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.265m18.258-33.89c5.906%200%209.61%204.312%209.61%2010.078v3.375c0%201.078-.633%201.898-1.735%201.898c-1.148%200-1.758-.82-1.758-1.851v-3.422c0-3.75-2.414-6.469-6.305-6.469c-3.82%200-5.906%202.789-5.906%206.445v7.383l-.094%202.93l1.055-1.43l2.977-3.117c.351-.375.82-.54%201.265-.54c1.032%200%201.805.75%201.805%201.712c0%20.539-.164.937-.516%201.265l-6.75%206.61c-.375.375-.89.656-1.476.656c-.563%200-1.078-.281-1.5-.656l-6.633-6.586c-.352-.352-.54-.727-.54-1.242c0-1.008.774-1.758%201.759-1.758c.515%200%20.96.234%201.265.562l2.532%202.578l1.523%201.946l-.094-2.93v-7.383c0-5.765%203.586-10.054%209.516-10.054%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/arrow-uturn-down-square-fill.svg?color=%231a73e8&size=48