arrow turn down left icon
arrow-turn-down-left from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- arrow-turn-down-left
- 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 down left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M47.793 9.555c-1.219 0-2.086.843-2.086 2.062c0 .844.047 1.594.047 2.719c0 8.695-3 12.234-11.625 12.234H17.98l-5.765.352l7.898-7.242l5.203-5.297c.375-.375.586-.914.586-1.477c0-1.172-.914-2.015-2.062-2.015c-.563 0-1.055.187-1.524.632L6.73 27.086c-.468.445-.726 1.008-.726 1.57c0 .586.258 1.125.726 1.594l15.516 15.492c.539.492 1.031.703 1.594.703c1.148 0 2.062-.843 2.062-2.015a2.2 2.2 0 0 0-.586-1.5l-5.203-5.297l-7.875-7.196l5.742.329h16.36c11.132 0 15.656-4.875 15.656-16.22c0-1.382-.047-2.53-.187-3.257c-.212-.937-.774-1.734-2.016-1.734"/></svg>
React
import type { SVGProps } from "react";
export function F7ArrowTurnDownLeft(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="M47.793 9.555c-1.219 0-2.086.843-2.086 2.062c0 .844.047 1.594.047 2.719c0 8.695-3 12.234-11.625 12.234H17.98l-5.765.352l7.898-7.242l5.203-5.297c.375-.375.586-.914.586-1.477c0-1.172-.914-2.015-2.062-2.015c-.563 0-1.055.187-1.524.632L6.73 27.086c-.468.445-.726 1.008-.726 1.57c0 .586.258 1.125.726 1.594l15.516 15.492c.539.492 1.031.703 1.594.703c1.148 0 2.062-.843 2.062-2.015a2.2 2.2 0 0 0-.586-1.5l-5.203-5.297l-7.875-7.196l5.742.329h16.36c11.132 0 15.656-4.875 15.656-16.22c0-1.382-.047-2.53-.187-3.257c-.212-.937-.774-1.734-2.016-1.734"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M47.793 9.555c-1.219 0-2.086.843-2.086 2.062c0 .844.047 1.594.047 2.719c0 8.695-3 12.234-11.625 12.234H17.98l-5.765.352l7.898-7.242l5.203-5.297c.375-.375.586-.914.586-1.477c0-1.172-.914-2.015-2.062-2.015c-.563 0-1.055.187-1.524.632L6.73 27.086c-.468.445-.726 1.008-.726 1.57c0 .586.258 1.125.726 1.594l15.516 15.492c.539.492 1.031.703 1.594.703c1.148 0 2.062-.843 2.062-2.015a2.2 2.2 0 0 0-.586-1.5l-5.203-5.297l-7.875-7.196l5.742.329h16.36c11.132 0 15.656-4.875 15.656-16.22c0-1.382-.047-2.53-.187-3.257c-.212-.937-.774-1.734-2.016-1.734"/></svg> </template>
CSS
.icon-arrow-turn-down-left {
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%22M47.793%209.555c-1.219%200-2.086.843-2.086%202.062c0%20.844.047%201.594.047%202.719c0%208.695-3%2012.234-11.625%2012.234H17.98l-5.765.352l7.898-7.242l5.203-5.297c.375-.375.586-.914.586-1.477c0-1.172-.914-2.015-2.062-2.015c-.563%200-1.055.187-1.524.632L6.73%2027.086c-.468.445-.726%201.008-.726%201.57c0%20.586.258%201.125.726%201.594l15.516%2015.492c.539.492%201.031.703%201.594.703c1.148%200%202.062-.843%202.062-2.015a2.2%202.2%200%200%200-.586-1.5l-5.203-5.297l-7.875-7.196l5.742.329h16.36c11.132%200%2015.656-4.875%2015.656-16.22c0-1.382-.047-2.53-.187-3.257c-.212-.937-.774-1.734-2.016-1.734%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%22M47.793%209.555c-1.219%200-2.086.843-2.086%202.062c0%20.844.047%201.594.047%202.719c0%208.695-3%2012.234-11.625%2012.234H17.98l-5.765.352l7.898-7.242l5.203-5.297c.375-.375.586-.914.586-1.477c0-1.172-.914-2.015-2.062-2.015c-.563%200-1.055.187-1.524.632L6.73%2027.086c-.468.445-.726%201.008-.726%201.57c0%20.586.258%201.125.726%201.594l15.516%2015.492c.539.492%201.031.703%201.594.703c1.148%200%202.062-.843%202.062-2.015a2.2%202.2%200%200%200-.586-1.5l-5.203-5.297l-7.875-7.196l5.742.329h16.36c11.132%200%2015.656-4.875%2015.656-16.22c0-1.382-.047-2.53-.187-3.257c-.212-.937-.774-1.734-2.016-1.734%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/arrow-turn-down-left.svg?color=%231a73e8&size=48