tray arrow up icon

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

Name
tray-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 tray 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 35.184c1.008 0 1.851-.844 1.851-1.828V9.496l-.14-3.516l1.57 1.665l3.562 3.773c.329.375.82.563 1.266.563c.984 0 1.71-.68 1.71-1.641c0-.492-.21-.867-.562-1.219l-7.898-7.664c-.492-.469-.89-.61-1.36-.61c-.491 0-.89.141-1.359.61L18.73 9.121c-.351.352-.562.727-.562 1.219c0 .96.703 1.64 1.687 1.64c.446 0 .961-.187 1.29-.562l3.562-3.773l1.57-1.664l-.14 3.515v23.86c0 .984.867 1.828 1.875 1.828M7.715 55.152h40.57c4.899 0 7.36-2.437 7.36-7.265V34.012c0-2.11-.282-3.164-1.336-4.453l-7.407-9.117c-2.906-3.54-3.96-4.36-8.11-4.36h-4.616v3.281h4.875c1.71 0 2.789.329 4.172 2.016l7.617 9.563c.96 1.195.609 1.664-.68 1.664H35.23c-1.195 0-1.78.914-1.78 1.898v.07c0 2.72-2.134 5.602-5.462 5.602c-3.305 0-5.437-2.883-5.437-5.602v-.07c0-.984-.586-1.898-1.781-1.898H5.863c-1.336 0-1.594-.54-.703-1.665l7.57-9.492c1.43-1.734 2.508-2.086 4.22-2.086h4.898v-3.28h-4.641c-4.148 0-5.18.796-8.156 4.429l-7.36 9.047C.661 30.824.355 31.902.355 34.012v13.875c0 4.851 2.485 7.265 7.36 7.265m.07-3.773c-2.344 0-3.656-1.242-3.656-3.68V36.027h14.86c.585 4.383 4.241 7.618 9 7.618c4.757 0 8.437-3.258 9-7.618H51.87V47.7c0 2.438-1.336 3.68-3.656 3.68Z"/></svg>

React

import type { SVGProps } from "react";

export function F7TrayArrowUp(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 35.184c1.008 0 1.851-.844 1.851-1.828V9.496l-.14-3.516l1.57 1.665l3.562 3.773c.329.375.82.563 1.266.563c.984 0 1.71-.68 1.71-1.641c0-.492-.21-.867-.562-1.219l-7.898-7.664c-.492-.469-.89-.61-1.36-.61c-.491 0-.89.141-1.359.61L18.73 9.121c-.351.352-.562.727-.562 1.219c0 .96.703 1.64 1.687 1.64c.446 0 .961-.187 1.29-.562l3.562-3.773l1.57-1.664l-.14 3.515v23.86c0 .984.867 1.828 1.875 1.828M7.715 55.152h40.57c4.899 0 7.36-2.437 7.36-7.265V34.012c0-2.11-.282-3.164-1.336-4.453l-7.407-9.117c-2.906-3.54-3.96-4.36-8.11-4.36h-4.616v3.281h4.875c1.71 0 2.789.329 4.172 2.016l7.617 9.563c.96 1.195.609 1.664-.68 1.664H35.23c-1.195 0-1.78.914-1.78 1.898v.07c0 2.72-2.134 5.602-5.462 5.602c-3.305 0-5.437-2.883-5.437-5.602v-.07c0-.984-.586-1.898-1.781-1.898H5.863c-1.336 0-1.594-.54-.703-1.665l7.57-9.492c1.43-1.734 2.508-2.086 4.22-2.086h4.898v-3.28h-4.641c-4.148 0-5.18.796-8.156 4.429l-7.36 9.047C.661 30.824.355 31.902.355 34.012v13.875c0 4.851 2.485 7.265 7.36 7.265m.07-3.773c-2.344 0-3.656-1.242-3.656-3.68V36.027h14.86c.585 4.383 4.241 7.618 9 7.618c4.757 0 8.437-3.258 9-7.618H51.87V47.7c0 2.438-1.336 3.68-3.656 3.68Z"/></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 35.184c1.008 0 1.851-.844 1.851-1.828V9.496l-.14-3.516l1.57 1.665l3.562 3.773c.329.375.82.563 1.266.563c.984 0 1.71-.68 1.71-1.641c0-.492-.21-.867-.562-1.219l-7.898-7.664c-.492-.469-.89-.61-1.36-.61c-.491 0-.89.141-1.359.61L18.73 9.121c-.351.352-.562.727-.562 1.219c0 .96.703 1.64 1.687 1.64c.446 0 .961-.187 1.29-.562l3.562-3.773l1.57-1.664l-.14 3.515v23.86c0 .984.867 1.828 1.875 1.828M7.715 55.152h40.57c4.899 0 7.36-2.437 7.36-7.265V34.012c0-2.11-.282-3.164-1.336-4.453l-7.407-9.117c-2.906-3.54-3.96-4.36-8.11-4.36h-4.616v3.281h4.875c1.71 0 2.789.329 4.172 2.016l7.617 9.563c.96 1.195.609 1.664-.68 1.664H35.23c-1.195 0-1.78.914-1.78 1.898v.07c0 2.72-2.134 5.602-5.462 5.602c-3.305 0-5.437-2.883-5.437-5.602v-.07c0-.984-.586-1.898-1.781-1.898H5.863c-1.336 0-1.594-.54-.703-1.665l7.57-9.492c1.43-1.734 2.508-2.086 4.22-2.086h4.898v-3.28h-4.641c-4.148 0-5.18.796-8.156 4.429l-7.36 9.047C.661 30.824.355 31.902.355 34.012v13.875c0 4.851 2.485 7.265 7.36 7.265m.07-3.773c-2.344 0-3.656-1.242-3.656-3.68V36.027h14.86c.585 4.383 4.241 7.618 9 7.618c4.757 0 8.437-3.258 9-7.618H51.87V47.7c0 2.438-1.336 3.68-3.656 3.68Z"/></svg>
</template>

CSS

.icon-tray-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%2035.184c1.008%200%201.851-.844%201.851-1.828V9.496l-.14-3.516l1.57%201.665l3.562%203.773c.329.375.82.563%201.266.563c.984%200%201.71-.68%201.71-1.641c0-.492-.21-.867-.562-1.219l-7.898-7.664c-.492-.469-.89-.61-1.36-.61c-.491%200-.89.141-1.359.61L18.73%209.121c-.351.352-.562.727-.562%201.219c0%20.96.703%201.64%201.687%201.64c.446%200%20.961-.187%201.29-.562l3.562-3.773l1.57-1.664l-.14%203.515v23.86c0%20.984.867%201.828%201.875%201.828M7.715%2055.152h40.57c4.899%200%207.36-2.437%207.36-7.265V34.012c0-2.11-.282-3.164-1.336-4.453l-7.407-9.117c-2.906-3.54-3.96-4.36-8.11-4.36h-4.616v3.281h4.875c1.71%200%202.789.329%204.172%202.016l7.617%209.563c.96%201.195.609%201.664-.68%201.664H35.23c-1.195%200-1.78.914-1.78%201.898v.07c0%202.72-2.134%205.602-5.462%205.602c-3.305%200-5.437-2.883-5.437-5.602v-.07c0-.984-.586-1.898-1.781-1.898H5.863c-1.336%200-1.594-.54-.703-1.665l7.57-9.492c1.43-1.734%202.508-2.086%204.22-2.086h4.898v-3.28h-4.641c-4.148%200-5.18.796-8.156%204.429l-7.36%209.047C.661%2030.824.355%2031.902.355%2034.012v13.875c0%204.851%202.485%207.265%207.36%207.265m.07-3.773c-2.344%200-3.656-1.242-3.656-3.68V36.027h14.86c.585%204.383%204.241%207.618%209%207.618c4.757%200%208.437-3.258%209-7.618H51.87V47.7c0%202.438-1.336%203.68-3.656%203.68Z%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%2035.184c1.008%200%201.851-.844%201.851-1.828V9.496l-.14-3.516l1.57%201.665l3.562%203.773c.329.375.82.563%201.266.563c.984%200%201.71-.68%201.71-1.641c0-.492-.21-.867-.562-1.219l-7.898-7.664c-.492-.469-.89-.61-1.36-.61c-.491%200-.89.141-1.359.61L18.73%209.121c-.351.352-.562.727-.562%201.219c0%20.96.703%201.64%201.687%201.64c.446%200%20.961-.187%201.29-.562l3.562-3.773l1.57-1.664l-.14%203.515v23.86c0%20.984.867%201.828%201.875%201.828M7.715%2055.152h40.57c4.899%200%207.36-2.437%207.36-7.265V34.012c0-2.11-.282-3.164-1.336-4.453l-7.407-9.117c-2.906-3.54-3.96-4.36-8.11-4.36h-4.616v3.281h4.875c1.71%200%202.789.329%204.172%202.016l7.617%209.563c.96%201.195.609%201.664-.68%201.664H35.23c-1.195%200-1.78.914-1.78%201.898v.07c0%202.72-2.134%205.602-5.462%205.602c-3.305%200-5.437-2.883-5.437-5.602v-.07c0-.984-.586-1.898-1.781-1.898H5.863c-1.336%200-1.594-.54-.703-1.665l7.57-9.492c1.43-1.734%202.508-2.086%204.22-2.086h4.898v-3.28h-4.641c-4.148%200-5.18.796-8.156%204.429l-7.36%209.047C.661%2030.824.355%2031.902.355%2034.012v13.875c0%204.851%202.485%207.265%207.36%207.265m.07-3.773c-2.344%200-3.656-1.242-3.656-3.68V36.027h14.86c.585%204.383%204.241%207.618%209%207.618c4.757%200%208.437-3.258%209-7.618H51.87V47.7c0%202.438-1.336%203.68-3.656%203.68Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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