arrow turn down right icon
arrow-turn-down-right from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- arrow-turn-down-right
- 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 right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M8.207 9.555c-1.219 0-1.805.797-1.992 1.734c-.164.727-.211 1.875-.211 3.258c0 11.344 4.547 16.219 15.656 16.219h16.383l5.742-.328l-7.875 7.195l-5.203 5.297a2.2 2.2 0 0 0-.586 1.5c0 1.172.914 2.015 2.063 2.015c.538 0 1.054-.21 1.57-.703L49.27 30.25c.491-.469.726-1.008.726-1.594c0-.562-.235-1.125-.727-1.57L33.708 11.523c-.469-.445-.985-.632-1.523-.632c-1.149 0-2.063.843-2.063 2.015c0 .563.21 1.102.586 1.477l5.203 5.297l7.899 7.242l-5.766-.352H21.87c-8.602 0-11.625-3.539-11.625-12.234c0-1.125.07-1.875.07-2.719c0-1.219-.867-2.062-2.11-2.062"/></svg>
React
import type { SVGProps } from "react";
export function F7ArrowTurnDownRight(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="M8.207 9.555c-1.219 0-1.805.797-1.992 1.734c-.164.727-.211 1.875-.211 3.258c0 11.344 4.547 16.219 15.656 16.219h16.383l5.742-.328l-7.875 7.195l-5.203 5.297a2.2 2.2 0 0 0-.586 1.5c0 1.172.914 2.015 2.063 2.015c.538 0 1.054-.21 1.57-.703L49.27 30.25c.491-.469.726-1.008.726-1.594c0-.562-.235-1.125-.727-1.57L33.708 11.523c-.469-.445-.985-.632-1.523-.632c-1.149 0-2.063.843-2.063 2.015c0 .563.21 1.102.586 1.477l5.203 5.297l7.899 7.242l-5.766-.352H21.87c-8.602 0-11.625-3.539-11.625-12.234c0-1.125.07-1.875.07-2.719c0-1.219-.867-2.062-2.11-2.062"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M8.207 9.555c-1.219 0-1.805.797-1.992 1.734c-.164.727-.211 1.875-.211 3.258c0 11.344 4.547 16.219 15.656 16.219h16.383l5.742-.328l-7.875 7.195l-5.203 5.297a2.2 2.2 0 0 0-.586 1.5c0 1.172.914 2.015 2.063 2.015c.538 0 1.054-.21 1.57-.703L49.27 30.25c.491-.469.726-1.008.726-1.594c0-.562-.235-1.125-.727-1.57L33.708 11.523c-.469-.445-.985-.632-1.523-.632c-1.149 0-2.063.843-2.063 2.015c0 .563.21 1.102.586 1.477l5.203 5.297l7.899 7.242l-5.766-.352H21.87c-8.602 0-11.625-3.539-11.625-12.234c0-1.125.07-1.875.07-2.719c0-1.219-.867-2.062-2.11-2.062"/></svg> </template>
CSS
.icon-arrow-turn-down-right {
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%22M8.207%209.555c-1.219%200-1.805.797-1.992%201.734c-.164.727-.211%201.875-.211%203.258c0%2011.344%204.547%2016.219%2015.656%2016.219h16.383l5.742-.328l-7.875%207.195l-5.203%205.297a2.2%202.2%200%200%200-.586%201.5c0%201.172.914%202.015%202.063%202.015c.538%200%201.054-.21%201.57-.703L49.27%2030.25c.491-.469.726-1.008.726-1.594c0-.562-.235-1.125-.727-1.57L33.708%2011.523c-.469-.445-.985-.632-1.523-.632c-1.149%200-2.063.843-2.063%202.015c0%20.563.21%201.102.586%201.477l5.203%205.297l7.899%207.242l-5.766-.352H21.87c-8.602%200-11.625-3.539-11.625-12.234c0-1.125.07-1.875.07-2.719c0-1.219-.867-2.062-2.11-2.062%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%22M8.207%209.555c-1.219%200-1.805.797-1.992%201.734c-.164.727-.211%201.875-.211%203.258c0%2011.344%204.547%2016.219%2015.656%2016.219h16.383l5.742-.328l-7.875%207.195l-5.203%205.297a2.2%202.2%200%200%200-.586%201.5c0%201.172.914%202.015%202.063%202.015c.538%200%201.054-.21%201.57-.703L49.27%2030.25c.491-.469.726-1.008.726-1.594c0-.562-.235-1.125-.727-1.57L33.708%2011.523c-.469-.445-.985-.632-1.523-.632c-1.149%200-2.063.843-2.063%202.015c0%20.563.21%201.102.586%201.477l5.203%205.297l7.899%207.242l-5.766-.352H21.87c-8.602%200-11.625-3.539-11.625-12.234c0-1.125.07-1.875.07-2.719c0-1.219-.867-2.062-2.11-2.062%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-right.svg?color=%231a73e8&size=48