arrow turn left down icon
arrow-turn-left-down from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- arrow-turn-left-down
- 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 down 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 5.863c-10.852 0-15.961 4.313-15.961 15.211v16.242l.187 6.352l-4.687-5.133l-7.664-7.687c-.375-.375-.938-.563-1.5-.563c-1.149 0-2.016.89-2.016 2.04c0 .562.21 1.054.656 1.523l15.563 15.586c.445.468.984.703 1.547.703c.586 0 1.125-.235 1.57-.703l15.562-15.586c.446-.47.657-.961.657-1.524c0-1.148-.867-2.039-2.04-2.039c-.538 0-1.1.188-1.476.563l-7.687 7.687l-4.688 5.156l.211-6.375l-.023-16.03c-.024-8.485 3.656-11.321 12-11.321c1.078 0 1.851.047 2.648.047c1.195 0 2.086-.774 2.086-1.992c0-1.196-.844-1.805-1.758-1.993c-.703-.117-1.851-.164-3.187-.164"/></svg>
React
import type { SVGProps } from "react";
export function F7ArrowTurnLeftDown(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 5.863c-10.852 0-15.961 4.313-15.961 15.211v16.242l.187 6.352l-4.687-5.133l-7.664-7.687c-.375-.375-.938-.563-1.5-.563c-1.149 0-2.016.89-2.016 2.04c0 .562.21 1.054.656 1.523l15.563 15.586c.445.468.984.703 1.547.703c.586 0 1.125-.235 1.57-.703l15.562-15.586c.446-.47.657-.961.657-1.524c0-1.148-.867-2.039-2.04-2.039c-.538 0-1.1.188-1.476.563l-7.687 7.687l-4.688 5.156l.211-6.375l-.023-16.03c-.024-8.485 3.656-11.321 12-11.321c1.078 0 1.851.047 2.648.047c1.195 0 2.086-.774 2.086-1.992c0-1.196-.844-1.805-1.758-1.993c-.703-.117-1.851-.164-3.187-.164"/></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 5.863c-10.852 0-15.961 4.313-15.961 15.211v16.242l.187 6.352l-4.687-5.133l-7.664-7.687c-.375-.375-.938-.563-1.5-.563c-1.149 0-2.016.89-2.016 2.04c0 .562.21 1.054.656 1.523l15.563 15.586c.445.468.984.703 1.547.703c.586 0 1.125-.235 1.57-.703l15.562-15.586c.446-.47.657-.961.657-1.524c0-1.148-.867-2.039-2.04-2.039c-.538 0-1.1.188-1.476.563l-7.687 7.687l-4.688 5.156l.211-6.375l-.023-16.03c-.024-8.485 3.656-11.321 12-11.321c1.078 0 1.851.047 2.648.047c1.195 0 2.086-.774 2.086-1.992c0-1.196-.844-1.805-1.758-1.993c-.703-.117-1.851-.164-3.187-.164"/></svg> </template>
CSS
.icon-arrow-turn-left-down {
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%205.863c-10.852%200-15.961%204.313-15.961%2015.211v16.242l.187%206.352l-4.687-5.133l-7.664-7.687c-.375-.375-.938-.563-1.5-.563c-1.149%200-2.016.89-2.016%202.04c0%20.562.21%201.054.656%201.523l15.563%2015.586c.445.468.984.703%201.547.703c.586%200%201.125-.235%201.57-.703l15.562-15.586c.446-.47.657-.961.657-1.524c0-1.148-.867-2.039-2.04-2.039c-.538%200-1.1.188-1.476.563l-7.687%207.687l-4.688%205.156l.211-6.375l-.023-16.03c-.024-8.485%203.656-11.321%2012-11.321c1.078%200%201.851.047%202.648.047c1.195%200%202.086-.774%202.086-1.992c0-1.196-.844-1.805-1.758-1.993c-.703-.117-1.851-.164-3.187-.164%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%205.863c-10.852%200-15.961%204.313-15.961%2015.211v16.242l.187%206.352l-4.687-5.133l-7.664-7.687c-.375-.375-.938-.563-1.5-.563c-1.149%200-2.016.89-2.016%202.04c0%20.562.21%201.054.656%201.523l15.563%2015.586c.445.468.984.703%201.547.703c.586%200%201.125-.235%201.57-.703l15.562-15.586c.446-.47.657-.961.657-1.524c0-1.148-.867-2.039-2.04-2.039c-.538%200-1.1.188-1.476.563l-7.687%207.687l-4.688%205.156l.211-6.375l-.023-16.03c-.024-8.485%203.656-11.321%2012-11.321c1.078%200%201.851.047%202.648.047c1.195%200%202.086-.774%202.086-1.992c0-1.196-.844-1.805-1.758-1.993c-.703-.117-1.851-.164-3.187-.164%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-down.svg?color=%231a73e8&size=48