arrow left to line alt icon

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

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

Related icons in Framework7 Icons

Use the arrow left 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="M5.863 45.766c1.219 0 2.086-.82 2.086-2.016V28.234c.07.493.305.961.703 1.336l15.586 15.563c.469.445.961.633 1.524.633c1.148 0 2.039-.844 2.039-2.016c0-.54-.188-1.102-.563-1.477l-5.25-5.343l-7.71-7.008l5.015.187h30.89c1.22 0 2.063-.89 2.063-2.109s-.844-2.086-2.062-2.086H19.293l-4.992.188l7.687-7.032l5.25-5.32c.375-.375.563-.937.563-1.5c0-1.148-.89-2.016-2.04-2.016c-.562 0-1.054.211-1.523.657L8.652 26.43a2.4 2.4 0 0 0-.703 1.36V12.32c0-1.218-.867-2.086-2.086-2.086s-2.11.868-2.11 2.086v31.43c0 1.195.891 2.016 2.11 2.016"/></svg>

React

import type { SVGProps } from "react";

export function F7ArrowLeftToLineAlt(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="M5.863 45.766c1.219 0 2.086-.82 2.086-2.016V28.234c.07.493.305.961.703 1.336l15.586 15.563c.469.445.961.633 1.524.633c1.148 0 2.039-.844 2.039-2.016c0-.54-.188-1.102-.563-1.477l-5.25-5.343l-7.71-7.008l5.015.187h30.89c1.22 0 2.063-.89 2.063-2.109s-.844-2.086-2.062-2.086H19.293l-4.992.188l7.687-7.032l5.25-5.32c.375-.375.563-.937.563-1.5c0-1.148-.89-2.016-2.04-2.016c-.562 0-1.054.211-1.523.657L8.652 26.43a2.4 2.4 0 0 0-.703 1.36V12.32c0-1.218-.867-2.086-2.086-2.086s-2.11.868-2.11 2.086v31.43c0 1.195.891 2.016 2.11 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="M5.863 45.766c1.219 0 2.086-.82 2.086-2.016V28.234c.07.493.305.961.703 1.336l15.586 15.563c.469.445.961.633 1.524.633c1.148 0 2.039-.844 2.039-2.016c0-.54-.188-1.102-.563-1.477l-5.25-5.343l-7.71-7.008l5.015.187h30.89c1.22 0 2.063-.89 2.063-2.109s-.844-2.086-2.062-2.086H19.293l-4.992.188l7.687-7.032l5.25-5.32c.375-.375.563-.937.563-1.5c0-1.148-.89-2.016-2.04-2.016c-.562 0-1.054.211-1.523.657L8.652 26.43a2.4 2.4 0 0 0-.703 1.36V12.32c0-1.218-.867-2.086-2.086-2.086s-2.11.868-2.11 2.086v31.43c0 1.195.891 2.016 2.11 2.016"/></svg>
</template>

CSS

.icon-arrow-left-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%22M5.863%2045.766c1.219%200%202.086-.82%202.086-2.016V28.234c.07.493.305.961.703%201.336l15.586%2015.563c.469.445.961.633%201.524.633c1.148%200%202.039-.844%202.039-2.016c0-.54-.188-1.102-.563-1.477l-5.25-5.343l-7.71-7.008l5.015.187h30.89c1.22%200%202.063-.89%202.063-2.109s-.844-2.086-2.062-2.086H19.293l-4.992.188l7.687-7.032l5.25-5.32c.375-.375.563-.937.563-1.5c0-1.148-.89-2.016-2.04-2.016c-.562%200-1.054.211-1.523.657L8.652%2026.43a2.4%202.4%200%200%200-.703%201.36V12.32c0-1.218-.867-2.086-2.086-2.086s-2.11.868-2.11%202.086v31.43c0%201.195.891%202.016%202.11%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%22M5.863%2045.766c1.219%200%202.086-.82%202.086-2.016V28.234c.07.493.305.961.703%201.336l15.586%2015.563c.469.445.961.633%201.524.633c1.148%200%202.039-.844%202.039-2.016c0-.54-.188-1.102-.563-1.477l-5.25-5.343l-7.71-7.008l5.015.187h30.89c1.22%200%202.063-.89%202.063-2.109s-.844-2.086-2.062-2.086H19.293l-4.992.188l7.687-7.032l5.25-5.32c.375-.375.563-.937.563-1.5c0-1.148-.89-2.016-2.04-2.016c-.562%200-1.054.211-1.523.657L8.652%2026.43a2.4%202.4%200%200%200-.703%201.36V12.32c0-1.218-.867-2.086-2.086-2.086s-2.11.868-2.11%202.086v31.43c0%201.195.891%202.016%202.11%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-left-to-line-alt.svg?color=%231a73e8&size=48