arrow turn right down icon

arrow-turn-right-down from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
arrow-turn-right-down
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

The same icon in other sets

Related icons in Framework7 Icons

Use the arrow turn right down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M14.652 5.863c-1.336 0-2.484.047-3.187.164c-.914.188-1.758.797-1.758 1.993c0 1.218.89 1.992 2.086 1.992c.82 0 1.57-.047 2.672-.047c8.32 0 12 2.836 11.976 11.32l-.023 16.031l.21 6.375l-4.687-5.156l-7.687-7.687c-.375-.375-.938-.563-1.477-.563c-1.172 0-2.015.89-2.015 2.04c0 .562.187 1.054.633 1.523l15.562 15.586c.445.468.984.703 1.57.703c.563 0 1.102-.235 1.57-.703l15.54-15.586c.445-.47.656-.961.656-1.524c0-1.148-.867-2.039-2.016-2.039c-.562 0-1.125.188-1.5.563l-7.664 7.687l-4.687 5.133l.187-6.352V21.074c0-10.898-5.11-15.21-15.96-15.21"/></svg>

React

import type { SVGProps } from "react";

export function F7ArrowTurnRightDown(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="M14.652 5.863c-1.336 0-2.484.047-3.187.164c-.914.188-1.758.797-1.758 1.993c0 1.218.89 1.992 2.086 1.992c.82 0 1.57-.047 2.672-.047c8.32 0 12 2.836 11.976 11.32l-.023 16.031l.21 6.375l-4.687-5.156l-7.687-7.687c-.375-.375-.938-.563-1.477-.563c-1.172 0-2.015.89-2.015 2.04c0 .562.187 1.054.633 1.523l15.562 15.586c.445.468.984.703 1.57.703c.563 0 1.102-.235 1.57-.703l15.54-15.586c.445-.47.656-.961.656-1.524c0-1.148-.867-2.039-2.016-2.039c-.562 0-1.125.188-1.5.563l-7.664 7.687l-4.687 5.133l.187-6.352V21.074c0-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="M14.652 5.863c-1.336 0-2.484.047-3.187.164c-.914.188-1.758.797-1.758 1.993c0 1.218.89 1.992 2.086 1.992c.82 0 1.57-.047 2.672-.047c8.32 0 12 2.836 11.976 11.32l-.023 16.031l.21 6.375l-4.687-5.156l-7.687-7.687c-.375-.375-.938-.563-1.477-.563c-1.172 0-2.015.89-2.015 2.04c0 .562.187 1.054.633 1.523l15.562 15.586c.445.468.984.703 1.57.703c.563 0 1.102-.235 1.57-.703l15.54-15.586c.445-.47.656-.961.656-1.524c0-1.148-.867-2.039-2.016-2.039c-.562 0-1.125.188-1.5.563l-7.664 7.687l-4.687 5.133l.187-6.352V21.074c0-10.898-5.11-15.21-15.96-15.21"/></svg>
</template>

CSS

.icon-arrow-turn-right-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%22M14.652%205.863c-1.336%200-2.484.047-3.187.164c-.914.188-1.758.797-1.758%201.993c0%201.218.89%201.992%202.086%201.992c.82%200%201.57-.047%202.672-.047c8.32%200%2012%202.836%2011.976%2011.32l-.023%2016.031l.21%206.375l-4.687-5.156l-7.687-7.687c-.375-.375-.938-.563-1.477-.563c-1.172%200-2.015.89-2.015%202.04c0%20.562.187%201.054.633%201.523l15.562%2015.586c.445.468.984.703%201.57.703c.563%200%201.102-.235%201.57-.703l15.54-15.586c.445-.47.656-.961.656-1.524c0-1.148-.867-2.039-2.016-2.039c-.562%200-1.125.188-1.5.563l-7.664%207.687l-4.687%205.133l.187-6.352V21.074c0-10.898-5.11-15.21-15.96-15.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%22M14.652%205.863c-1.336%200-2.484.047-3.187.164c-.914.188-1.758.797-1.758%201.993c0%201.218.89%201.992%202.086%201.992c.82%200%201.57-.047%202.672-.047c8.32%200%2012%202.836%2011.976%2011.32l-.023%2016.031l.21%206.375l-4.687-5.156l-7.687-7.687c-.375-.375-.938-.563-1.477-.563c-1.172%200-2.015.89-2.015%202.04c0%20.562.187%201.054.633%201.523l15.562%2015.586c.445.468.984.703%201.57.703c.563%200%201.102-.235%201.57-.703l15.54-15.586c.445-.47.656-.961.656-1.524c0-1.148-.867-2.039-2.016-2.039c-.562%200-1.125.188-1.5.563l-7.664%207.687l-4.687%205.133l.187-6.352V21.074c0-10.898-5.11-15.21-15.96-15.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-right-down.svg?color=%231a73e8&size=48