arrow right to line alt icon

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

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

Related icons in Framework7 Icons

Use the arrow right to line alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M30.262 45.766c.539 0 1.03-.188 1.5-.633L47.347 29.57c.4-.375.657-.843.703-1.336V43.75c0 1.195.891 2.016 2.11 2.016s2.086-.82 2.086-2.016V12.32c0-1.218-.867-2.086-2.086-2.086s-2.11.868-2.11 2.086v15.47c-.046-.493-.304-.962-.703-1.36L31.762 10.89c-.47-.445-.961-.656-1.5-.656c-1.172 0-2.063.868-2.063 2.016c0 .563.211 1.125.563 1.5l5.25 5.32l7.687 7.032l-4.992-.188H5.817c-1.196 0-2.063.867-2.063 2.086s.867 2.11 2.062 2.11h30.89l5.016-.188l-7.71 7.008l-5.25 5.343c-.352.375-.563.938-.563 1.477c0 1.172.89 2.016 2.063 2.016"/></svg>

React

import type { SVGProps } from "react";

export function F7ArrowRightToLineAlt(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="M30.262 45.766c.539 0 1.03-.188 1.5-.633L47.347 29.57c.4-.375.657-.843.703-1.336V43.75c0 1.195.891 2.016 2.11 2.016s2.086-.82 2.086-2.016V12.32c0-1.218-.867-2.086-2.086-2.086s-2.11.868-2.11 2.086v15.47c-.046-.493-.304-.962-.703-1.36L31.762 10.89c-.47-.445-.961-.656-1.5-.656c-1.172 0-2.063.868-2.063 2.016c0 .563.211 1.125.563 1.5l5.25 5.32l7.687 7.032l-4.992-.188H5.817c-1.196 0-2.063.867-2.063 2.086s.867 2.11 2.062 2.11h30.89l5.016-.188l-7.71 7.008l-5.25 5.343c-.352.375-.563.938-.563 1.477c0 1.172.89 2.016 2.063 2.016"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M30.262 45.766c.539 0 1.03-.188 1.5-.633L47.347 29.57c.4-.375.657-.843.703-1.336V43.75c0 1.195.891 2.016 2.11 2.016s2.086-.82 2.086-2.016V12.32c0-1.218-.867-2.086-2.086-2.086s-2.11.868-2.11 2.086v15.47c-.046-.493-.304-.962-.703-1.36L31.762 10.89c-.47-.445-.961-.656-1.5-.656c-1.172 0-2.063.868-2.063 2.016c0 .563.211 1.125.563 1.5l5.25 5.32l7.687 7.032l-4.992-.188H5.817c-1.196 0-2.063.867-2.063 2.086s.867 2.11 2.062 2.11h30.89l5.016-.188l-7.71 7.008l-5.25 5.343c-.352.375-.563.938-.563 1.477c0 1.172.89 2.016 2.063 2.016"/></svg>
</template>

CSS

.icon-arrow-right-to-line-alt {
  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%22M30.262%2045.766c.539%200%201.03-.188%201.5-.633L47.347%2029.57c.4-.375.657-.843.703-1.336V43.75c0%201.195.891%202.016%202.11%202.016s2.086-.82%202.086-2.016V12.32c0-1.218-.867-2.086-2.086-2.086s-2.11.868-2.11%202.086v15.47c-.046-.493-.304-.962-.703-1.36L31.762%2010.89c-.47-.445-.961-.656-1.5-.656c-1.172%200-2.063.868-2.063%202.016c0%20.563.211%201.125.563%201.5l5.25%205.32l7.687%207.032l-4.992-.188H5.817c-1.196%200-2.063.867-2.063%202.086s.867%202.11%202.062%202.11h30.89l5.016-.188l-7.71%207.008l-5.25%205.343c-.352.375-.563.938-.563%201.477c0%201.172.89%202.016%202.063%202.016%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%22M30.262%2045.766c.539%200%201.03-.188%201.5-.633L47.347%2029.57c.4-.375.657-.843.703-1.336V43.75c0%201.195.891%202.016%202.11%202.016s2.086-.82%202.086-2.016V12.32c0-1.218-.867-2.086-2.086-2.086s-2.11.868-2.11%202.086v15.47c-.046-.493-.304-.962-.703-1.36L31.762%2010.89c-.47-.445-.961-.656-1.5-.656c-1.172%200-2.063.868-2.063%202.016c0%20.563.211%201.125.563%201.5l5.25%205.32l7.687%207.032l-4.992-.188H5.817c-1.196%200-2.063.867-2.063%202.086s.867%202.11%202.062%202.11h30.89l5.016-.188l-7.71%207.008l-5.25%205.343c-.352.375-.563.938-.563%201.477c0%201.172.89%202.016%202.063%202.016%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-alt.svg?color=%231a73e8&size=48