arrow left to line icon

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

Name
arrow-left-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 left 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="M11.547 43.832V28.48c.117.399.328.774.68 1.102l15.515 15.492c.492.469 1.008.68 1.57.68c1.172 0 2.063-.844 2.063-2.016a2.25 2.25 0 0 0-.586-1.523l-5.18-5.25l-7.734-7.031l5.039.164h23.672c1.219 0 2.062-.868 2.062-2.086c0-1.242-.843-2.11-2.062-2.11H22.914l-5.016.188l7.711-7.055l5.18-5.273c.375-.375.586-.938.586-1.5c0-1.172-.89-2.04-2.062-2.04c-.563 0-1.079.235-1.57.704L12.226 26.418a2.4 2.4 0 0 0-.68 1.102V12.215c0-1.219-.867-2.063-2.086-2.063c-1.242 0-2.11.844-2.11 2.063v31.617c0 1.195.868 2.016 2.11 2.016c1.219 0 2.086-.82 2.086-2.016"/></svg>

React

import type { SVGProps } from "react";

export function F7ArrowLeftToLine(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="M11.547 43.832V28.48c.117.399.328.774.68 1.102l15.515 15.492c.492.469 1.008.68 1.57.68c1.172 0 2.063-.844 2.063-2.016a2.25 2.25 0 0 0-.586-1.523l-5.18-5.25l-7.734-7.031l5.039.164h23.672c1.219 0 2.062-.868 2.062-2.086c0-1.242-.843-2.11-2.062-2.11H22.914l-5.016.188l7.711-7.055l5.18-5.273c.375-.375.586-.938.586-1.5c0-1.172-.89-2.04-2.062-2.04c-.563 0-1.079.235-1.57.704L12.226 26.418a2.4 2.4 0 0 0-.68 1.102V12.215c0-1.219-.867-2.063-2.086-2.063c-1.242 0-2.11.844-2.11 2.063v31.617c0 1.195.868 2.016 2.11 2.016c1.219 0 2.086-.82 2.086-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="M11.547 43.832V28.48c.117.399.328.774.68 1.102l15.515 15.492c.492.469 1.008.68 1.57.68c1.172 0 2.063-.844 2.063-2.016a2.25 2.25 0 0 0-.586-1.523l-5.18-5.25l-7.734-7.031l5.039.164h23.672c1.219 0 2.062-.868 2.062-2.086c0-1.242-.843-2.11-2.062-2.11H22.914l-5.016.188l7.711-7.055l5.18-5.273c.375-.375.586-.938.586-1.5c0-1.172-.89-2.04-2.062-2.04c-.563 0-1.079.235-1.57.704L12.226 26.418a2.4 2.4 0 0 0-.68 1.102V12.215c0-1.219-.867-2.063-2.086-2.063c-1.242 0-2.11.844-2.11 2.063v31.617c0 1.195.868 2.016 2.11 2.016c1.219 0 2.086-.82 2.086-2.016"/></svg>
</template>

CSS

.icon-arrow-left-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%22M11.547%2043.832V28.48c.117.399.328.774.68%201.102l15.515%2015.492c.492.469%201.008.68%201.57.68c1.172%200%202.063-.844%202.063-2.016a2.25%202.25%200%200%200-.586-1.523l-5.18-5.25l-7.734-7.031l5.039.164h23.672c1.219%200%202.062-.868%202.062-2.086c0-1.242-.843-2.11-2.062-2.11H22.914l-5.016.188l7.711-7.055l5.18-5.273c.375-.375.586-.938.586-1.5c0-1.172-.89-2.04-2.062-2.04c-.563%200-1.079.235-1.57.704L12.226%2026.418a2.4%202.4%200%200%200-.68%201.102V12.215c0-1.219-.867-2.063-2.086-2.063c-1.242%200-2.11.844-2.11%202.063v31.617c0%201.195.868%202.016%202.11%202.016c1.219%200%202.086-.82%202.086-2.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%22M11.547%2043.832V28.48c.117.399.328.774.68%201.102l15.515%2015.492c.492.469%201.008.68%201.57.68c1.172%200%202.063-.844%202.063-2.016a2.25%202.25%200%200%200-.586-1.523l-5.18-5.25l-7.734-7.031l5.039.164h23.672c1.219%200%202.062-.868%202.062-2.086c0-1.242-.843-2.11-2.062-2.11H22.914l-5.016.188l7.711-7.055l5.18-5.273c.375-.375.586-.938.586-1.5c0-1.172-.89-2.04-2.062-2.04c-.563%200-1.079.235-1.57.704L12.226%2026.418a2.4%202.4%200%200%200-.68%201.102V12.215c0-1.219-.867-2.063-2.086-2.063c-1.242%200-2.11.844-2.11%202.063v31.617c0%201.195.868%202.016%202.11%202.016c1.219%200%202.086-.82%202.086-2.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.svg?color=%231a73e8&size=48