arrow turn left up icon
arrow-turn-left-up from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- arrow-turn-left-up
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
The same icon in other sets
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 turn left up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M41.348 50.137c1.336 0 2.484-.024 3.187-.164c.914-.211 1.758-.797 1.758-1.992c0-1.22-.89-1.993-2.086-1.993c-.797 0-1.57.047-2.648.047c-8.344 0-12.024-2.836-12-11.32l.023-16.031l-.21-6.375l4.687 5.156l7.687 7.687c.375.375.938.563 1.477.563c1.172 0 2.039-.89 2.039-2.04c0-.562-.211-1.054-.657-1.523L29.043 6.566c-.445-.468-.984-.703-1.57-.703c-.563 0-1.102.235-1.547.703L10.363 22.152c-.445.47-.656.961-.656 1.524c0 1.148.867 2.039 2.016 2.039c.562 0 1.125-.188 1.5-.563l7.664-7.687l4.687-5.133l-.187 6.352v16.242c0 10.898 5.11 15.21 15.96 15.21"/></svg>
React
import type { SVGProps } from "react";
export function F7ArrowTurnLeftUp(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="M41.348 50.137c1.336 0 2.484-.024 3.187-.164c.914-.211 1.758-.797 1.758-1.992c0-1.22-.89-1.993-2.086-1.993c-.797 0-1.57.047-2.648.047c-8.344 0-12.024-2.836-12-11.32l.023-16.031l-.21-6.375l4.687 5.156l7.687 7.687c.375.375.938.563 1.477.563c1.172 0 2.039-.89 2.039-2.04c0-.562-.211-1.054-.657-1.523L29.043 6.566c-.445-.468-.984-.703-1.57-.703c-.563 0-1.102.235-1.547.703L10.363 22.152c-.445.47-.656.961-.656 1.524c0 1.148.867 2.039 2.016 2.039c.562 0 1.125-.188 1.5-.563l7.664-7.687l4.687-5.133l-.187 6.352v16.242c0 10.898 5.11 15.21 15.96 15.21"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M41.348 50.137c1.336 0 2.484-.024 3.187-.164c.914-.211 1.758-.797 1.758-1.992c0-1.22-.89-1.993-2.086-1.993c-.797 0-1.57.047-2.648.047c-8.344 0-12.024-2.836-12-11.32l.023-16.031l-.21-6.375l4.687 5.156l7.687 7.687c.375.375.938.563 1.477.563c1.172 0 2.039-.89 2.039-2.04c0-.562-.211-1.054-.657-1.523L29.043 6.566c-.445-.468-.984-.703-1.57-.703c-.563 0-1.102.235-1.547.703L10.363 22.152c-.445.47-.656.961-.656 1.524c0 1.148.867 2.039 2.016 2.039c.562 0 1.125-.188 1.5-.563l7.664-7.687l4.687-5.133l-.187 6.352v16.242c0 10.898 5.11 15.21 15.96 15.21"/></svg> </template>
CSS
.icon-arrow-turn-left-up {
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%22M41.348%2050.137c1.336%200%202.484-.024%203.187-.164c.914-.211%201.758-.797%201.758-1.992c0-1.22-.89-1.993-2.086-1.993c-.797%200-1.57.047-2.648.047c-8.344%200-12.024-2.836-12-11.32l.023-16.031l-.21-6.375l4.687%205.156l7.687%207.687c.375.375.938.563%201.477.563c1.172%200%202.039-.89%202.039-2.04c0-.562-.211-1.054-.657-1.523L29.043%206.566c-.445-.468-.984-.703-1.57-.703c-.563%200-1.102.235-1.547.703L10.363%2022.152c-.445.47-.656.961-.656%201.524c0%201.148.867%202.039%202.016%202.039c.562%200%201.125-.188%201.5-.563l7.664-7.687l4.687-5.133l-.187%206.352v16.242c0%2010.898%205.11%2015.21%2015.96%2015.21%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%22M41.348%2050.137c1.336%200%202.484-.024%203.187-.164c.914-.211%201.758-.797%201.758-1.992c0-1.22-.89-1.993-2.086-1.993c-.797%200-1.57.047-2.648.047c-8.344%200-12.024-2.836-12-11.32l.023-16.031l-.21-6.375l4.687%205.156l7.687%207.687c.375.375.938.563%201.477.563c1.172%200%202.039-.89%202.039-2.04c0-.562-.211-1.054-.657-1.523L29.043%206.566c-.445-.468-.984-.703-1.57-.703c-.563%200-1.102.235-1.547.703L10.363%2022.152c-.445.47-.656.961-.656%201.524c0%201.148.867%202.039%202.016%202.039c.562%200%201.125-.188%201.5-.563l7.664-7.687l4.687-5.133l-.187%206.352v16.242c0%2010.898%205.11%2015.21%2015.96%2015.21%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/arrow-turn-left-up.svg?color=%231a73e8&size=48