square arrow up icon

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

Name
square-arrow-up
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Related icons in Framework7 Icons

Use the square arrow up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28.012 36.098c1.008 0 1.851-.844 1.851-1.829V10.2l-.14-3.492l1.593 1.664l3.54 3.773c.328.375.82.563 1.265.563c.984 0 1.711-.703 1.711-1.64c0-.516-.187-.891-.539-1.243l-7.922-7.64c-.469-.47-.89-.633-1.36-.633c-.491 0-.89.164-1.359.633l-7.922 7.64c-.351.352-.562.727-.562 1.242c0 .938.703 1.64 1.688 1.64c.468 0 .96-.187 1.288-.562l3.563-3.773l1.594-1.687l-.164 3.515v24.07c0 .985.867 1.828 1.875 1.828m-13.453 18.35H41.44c4.922 0 7.36-2.437 7.36-7.265v-23.11c0-4.828-2.438-7.266-7.36-7.266h-6.515v3.774h6.468c2.297 0 3.633 1.242 3.633 3.68v22.734c0 2.438-1.336 3.68-3.633 3.68H14.63c-2.344 0-3.656-1.242-3.656-3.68V24.262c0-2.438 1.312-3.68 3.656-3.68h6.469v-3.774h-6.54c-4.874 0-7.359 2.415-7.359 7.266v23.11c0 4.851 2.485 7.265 7.36 7.265"/></svg>

React

import type { SVGProps } from "react";

export function F7SquareArrowUp(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.012 36.098c1.008 0 1.851-.844 1.851-1.829V10.2l-.14-3.492l1.593 1.664l3.54 3.773c.328.375.82.563 1.265.563c.984 0 1.711-.703 1.711-1.64c0-.516-.187-.891-.539-1.243l-7.922-7.64c-.469-.47-.89-.633-1.36-.633c-.491 0-.89.164-1.359.633l-7.922 7.64c-.351.352-.562.727-.562 1.242c0 .938.703 1.64 1.688 1.64c.468 0 .96-.187 1.288-.562l3.563-3.773l1.594-1.687l-.164 3.515v24.07c0 .985.867 1.828 1.875 1.828m-13.453 18.35H41.44c4.922 0 7.36-2.437 7.36-7.265v-23.11c0-4.828-2.438-7.266-7.36-7.266h-6.515v3.774h6.468c2.297 0 3.633 1.242 3.633 3.68v22.734c0 2.438-1.336 3.68-3.633 3.68H14.63c-2.344 0-3.656-1.242-3.656-3.68V24.262c0-2.438 1.312-3.68 3.656-3.68h6.469v-3.774h-6.54c-4.874 0-7.359 2.415-7.359 7.266v23.11c0 4.851 2.485 7.265 7.36 7.265"/></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.012 36.098c1.008 0 1.851-.844 1.851-1.829V10.2l-.14-3.492l1.593 1.664l3.54 3.773c.328.375.82.563 1.265.563c.984 0 1.711-.703 1.711-1.64c0-.516-.187-.891-.539-1.243l-7.922-7.64c-.469-.47-.89-.633-1.36-.633c-.491 0-.89.164-1.359.633l-7.922 7.64c-.351.352-.562.727-.562 1.242c0 .938.703 1.64 1.688 1.64c.468 0 .96-.187 1.288-.562l3.563-3.773l1.594-1.687l-.164 3.515v24.07c0 .985.867 1.828 1.875 1.828m-13.453 18.35H41.44c4.922 0 7.36-2.437 7.36-7.265v-23.11c0-4.828-2.438-7.266-7.36-7.266h-6.515v3.774h6.468c2.297 0 3.633 1.242 3.633 3.68v22.734c0 2.438-1.336 3.68-3.633 3.68H14.63c-2.344 0-3.656-1.242-3.656-3.68V24.262c0-2.438 1.312-3.68 3.656-3.68h6.469v-3.774h-6.54c-4.874 0-7.359 2.415-7.359 7.266v23.11c0 4.851 2.485 7.265 7.36 7.265"/></svg>
</template>

CSS

.icon-square-arrow-up {
  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.012%2036.098c1.008%200%201.851-.844%201.851-1.829V10.2l-.14-3.492l1.593%201.664l3.54%203.773c.328.375.82.563%201.265.563c.984%200%201.711-.703%201.711-1.64c0-.516-.187-.891-.539-1.243l-7.922-7.64c-.469-.47-.89-.633-1.36-.633c-.491%200-.89.164-1.359.633l-7.922%207.64c-.351.352-.562.727-.562%201.242c0%20.938.703%201.64%201.688%201.64c.468%200%20.96-.187%201.288-.562l3.563-3.773l1.594-1.687l-.164%203.515v24.07c0%20.985.867%201.828%201.875%201.828m-13.453%2018.35H41.44c4.922%200%207.36-2.437%207.36-7.265v-23.11c0-4.828-2.438-7.266-7.36-7.266h-6.515v3.774h6.468c2.297%200%203.633%201.242%203.633%203.68v22.734c0%202.438-1.336%203.68-3.633%203.68H14.63c-2.344%200-3.656-1.242-3.656-3.68V24.262c0-2.438%201.312-3.68%203.656-3.68h6.469v-3.774h-6.54c-4.874%200-7.359%202.415-7.359%207.266v23.11c0%204.851%202.485%207.265%207.36%207.265%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.012%2036.098c1.008%200%201.851-.844%201.851-1.829V10.2l-.14-3.492l1.593%201.664l3.54%203.773c.328.375.82.563%201.265.563c.984%200%201.711-.703%201.711-1.64c0-.516-.187-.891-.539-1.243l-7.922-7.64c-.469-.47-.89-.633-1.36-.633c-.491%200-.89.164-1.359.633l-7.922%207.64c-.351.352-.562.727-.562%201.242c0%20.938.703%201.64%201.688%201.64c.468%200%20.96-.187%201.288-.562l3.563-3.773l1.594-1.687l-.164%203.515v24.07c0%20.985.867%201.828%201.875%201.828m-13.453%2018.35H41.44c4.922%200%207.36-2.437%207.36-7.265v-23.11c0-4.828-2.438-7.266-7.36-7.266h-6.515v3.774h6.468c2.297%200%203.633%201.242%203.633%203.68v22.734c0%202.438-1.336%203.68-3.633%203.68H14.63c-2.344%200-3.656-1.242-3.656-3.68V24.262c0-2.438%201.312-3.68%203.656-3.68h6.469v-3.774h-6.54c-4.874%200-7.359%202.415-7.359%207.266v23.11c0%204.851%202.485%207.265%207.36%207.265%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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