arrow up to line icon

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

Name
arrow-up-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 up 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="M28 48.66c1.219 0 2.11-.867 2.11-2.086V22.902l-.188-5.015l7.055 7.71l5.25 5.18a2.2 2.2 0 0 0 1.5.586c1.195 0 2.039-.89 2.039-2.062c0-.563-.211-1.078-.68-1.57L29.57 12.215a2.4 2.4 0 0 0-1.101-.68h15.304c1.243 0 2.086-.867 2.086-2.086s-.843-2.11-2.086-2.11H12.18c-1.219 0-2.04.891-2.04 2.11s.821 2.086 2.04 2.086h15.35a2.4 2.4 0 0 0-1.101.68L10.938 27.73c-.47.492-.704 1.007-.704 1.57c0 1.172.868 2.062 2.04 2.062c.562 0 1.124-.21 1.5-.586l5.25-5.18l7.054-7.734l-.164 5.04v23.671c0 1.219.867 2.086 2.086 2.086"/></svg>

React

import type { SVGProps } from "react";

export function F7ArrowUpToLine(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="M28 48.66c1.219 0 2.11-.867 2.11-2.086V22.902l-.188-5.015l7.055 7.71l5.25 5.18a2.2 2.2 0 0 0 1.5.586c1.195 0 2.039-.89 2.039-2.062c0-.563-.211-1.078-.68-1.57L29.57 12.215a2.4 2.4 0 0 0-1.101-.68h15.304c1.243 0 2.086-.867 2.086-2.086s-.843-2.11-2.086-2.11H12.18c-1.219 0-2.04.891-2.04 2.11s.821 2.086 2.04 2.086h15.35a2.4 2.4 0 0 0-1.101.68L10.938 27.73c-.47.492-.704 1.007-.704 1.57c0 1.172.868 2.062 2.04 2.062c.562 0 1.124-.21 1.5-.586l5.25-5.18l7.054-7.734l-.164 5.04v23.671c0 1.219.867 2.086 2.086 2.086"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 48.66c1.219 0 2.11-.867 2.11-2.086V22.902l-.188-5.015l7.055 7.71l5.25 5.18a2.2 2.2 0 0 0 1.5.586c1.195 0 2.039-.89 2.039-2.062c0-.563-.211-1.078-.68-1.57L29.57 12.215a2.4 2.4 0 0 0-1.101-.68h15.304c1.243 0 2.086-.867 2.086-2.086s-.843-2.11-2.086-2.11H12.18c-1.219 0-2.04.891-2.04 2.11s.821 2.086 2.04 2.086h15.35a2.4 2.4 0 0 0-1.101.68L10.938 27.73c-.47.492-.704 1.007-.704 1.57c0 1.172.868 2.062 2.04 2.062c.562 0 1.124-.21 1.5-.586l5.25-5.18l7.054-7.734l-.164 5.04v23.671c0 1.219.867 2.086 2.086 2.086"/></svg>
</template>

CSS

.icon-arrow-up-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%22M28%2048.66c1.219%200%202.11-.867%202.11-2.086V22.902l-.188-5.015l7.055%207.71l5.25%205.18a2.2%202.2%200%200%200%201.5.586c1.195%200%202.039-.89%202.039-2.062c0-.563-.211-1.078-.68-1.57L29.57%2012.215a2.4%202.4%200%200%200-1.101-.68h15.304c1.243%200%202.086-.867%202.086-2.086s-.843-2.11-2.086-2.11H12.18c-1.219%200-2.04.891-2.04%202.11s.821%202.086%202.04%202.086h15.35a2.4%202.4%200%200%200-1.101.68L10.938%2027.73c-.47.492-.704%201.007-.704%201.57c0%201.172.868%202.062%202.04%202.062c.562%200%201.124-.21%201.5-.586l5.25-5.18l7.054-7.734l-.164%205.04v23.671c0%201.219.867%202.086%202.086%202.086%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%22M28%2048.66c1.219%200%202.11-.867%202.11-2.086V22.902l-.188-5.015l7.055%207.71l5.25%205.18a2.2%202.2%200%200%200%201.5.586c1.195%200%202.039-.89%202.039-2.062c0-.563-.211-1.078-.68-1.57L29.57%2012.215a2.4%202.4%200%200%200-1.101-.68h15.304c1.243%200%202.086-.867%202.086-2.086s-.843-2.11-2.086-2.11H12.18c-1.219%200-2.04.891-2.04%202.11s.821%202.086%202.04%202.086h15.35a2.4%202.4%200%200%200-1.101.68L10.938%2027.73c-.47.492-.704%201.007-.704%201.57c0%201.172.868%202.062%202.04%202.062c.562%200%201.124-.21%201.5-.586l5.25-5.18l7.054-7.734l-.164%205.04v23.671c0%201.219.867%202.086%202.086%202.086%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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