arrow right to line icon

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

Name
arrow-right-to-line
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

The same icon in other sets

Related icons in Framework7 Icons

Use the arrow right to line icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M7.352 28.012c0 1.218.843 2.086 2.085 2.086H33.11l5.016-.164l-7.711 7.03l-5.18 5.25a2.25 2.25 0 0 0-.586 1.524c0 1.172.891 2.016 2.04 2.016c.585 0 1.101-.211 1.593-.68l15.516-15.492c.351-.328.562-.703.656-1.102v15.352c0 1.195.89 2.016 2.11 2.016c1.218 0 2.085-.82 2.085-2.016V12.215c0-1.219-.867-2.063-2.086-2.063s-2.109.844-2.109 2.063V27.52a2.17 2.17 0 0 0-.656-1.102L28.28 10.926c-.492-.469-1.008-.703-1.593-.703c-1.149 0-2.04.867-2.04 2.039c0 .562.211 1.125.586 1.5l5.18 5.273l7.688 7.055l-4.993-.188H9.438c-1.243 0-2.086.867-2.086 2.11"/></svg>

React

import type { SVGProps } from "react";

export function F7ArrowRightToLine(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="M7.352 28.012c0 1.218.843 2.086 2.085 2.086H33.11l5.016-.164l-7.711 7.03l-5.18 5.25a2.25 2.25 0 0 0-.586 1.524c0 1.172.891 2.016 2.04 2.016c.585 0 1.101-.211 1.593-.68l15.516-15.492c.351-.328.562-.703.656-1.102v15.352c0 1.195.89 2.016 2.11 2.016c1.218 0 2.085-.82 2.085-2.016V12.215c0-1.219-.867-2.063-2.086-2.063s-2.109.844-2.109 2.063V27.52a2.17 2.17 0 0 0-.656-1.102L28.28 10.926c-.492-.469-1.008-.703-1.593-.703c-1.149 0-2.04.867-2.04 2.039c0 .562.211 1.125.586 1.5l5.18 5.273l7.688 7.055l-4.993-.188H9.438c-1.243 0-2.086.867-2.086 2.11"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M7.352 28.012c0 1.218.843 2.086 2.085 2.086H33.11l5.016-.164l-7.711 7.03l-5.18 5.25a2.25 2.25 0 0 0-.586 1.524c0 1.172.891 2.016 2.04 2.016c.585 0 1.101-.211 1.593-.68l15.516-15.492c.351-.328.562-.703.656-1.102v15.352c0 1.195.89 2.016 2.11 2.016c1.218 0 2.085-.82 2.085-2.016V12.215c0-1.219-.867-2.063-2.086-2.063s-2.109.844-2.109 2.063V27.52a2.17 2.17 0 0 0-.656-1.102L28.28 10.926c-.492-.469-1.008-.703-1.593-.703c-1.149 0-2.04.867-2.04 2.039c0 .562.211 1.125.586 1.5l5.18 5.273l7.688 7.055l-4.993-.188H9.438c-1.243 0-2.086.867-2.086 2.11"/></svg>
</template>

CSS

.icon-arrow-right-to-line {
  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%22M7.352%2028.012c0%201.218.843%202.086%202.085%202.086H33.11l5.016-.164l-7.711%207.03l-5.18%205.25a2.25%202.25%200%200%200-.586%201.524c0%201.172.891%202.016%202.04%202.016c.585%200%201.101-.211%201.593-.68l15.516-15.492c.351-.328.562-.703.656-1.102v15.352c0%201.195.89%202.016%202.11%202.016c1.218%200%202.085-.82%202.085-2.016V12.215c0-1.219-.867-2.063-2.086-2.063s-2.109.844-2.109%202.063V27.52a2.17%202.17%200%200%200-.656-1.102L28.28%2010.926c-.492-.469-1.008-.703-1.593-.703c-1.149%200-2.04.867-2.04%202.039c0%20.562.211%201.125.586%201.5l5.18%205.273l7.688%207.055l-4.993-.188H9.438c-1.243%200-2.086.867-2.086%202.11%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%22M7.352%2028.012c0%201.218.843%202.086%202.085%202.086H33.11l5.016-.164l-7.711%207.03l-5.18%205.25a2.25%202.25%200%200%200-.586%201.524c0%201.172.891%202.016%202.04%202.016c.585%200%201.101-.211%201.593-.68l15.516-15.492c.351-.328.562-.703.656-1.102v15.352c0%201.195.89%202.016%202.11%202.016c1.218%200%202.085-.82%202.085-2.016V12.215c0-1.219-.867-2.063-2.086-2.063s-2.109.844-2.109%202.063V27.52a2.17%202.17%200%200%200-.656-1.102L28.28%2010.926c-.492-.469-1.008-.703-1.593-.703c-1.149%200-2.04.867-2.04%202.039c0%20.562.211%201.125.586%201.5l5.18%205.273l7.688%207.055l-4.993-.188H9.438c-1.243%200-2.086.867-2.086%202.11%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/arrow-right-to-line.svg?color=%231a73e8&size=48