tray arrow up icon

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

Name
tray-arrow-up-fill
Set
Framework7 Icons
Style
Fill
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.949c0-2.109-.305-3.117-1.336-4.453l-7.876-10.054c-2.835-3.633-3.96-4.36-8.109-4.36h-4.148v3.281h4.406c1.71 0 2.836.305 4.172 2.016l8.086 10.5c.914 1.195.609 1.664-.68 1.664H35.7c-1.29 0-1.923.984-1.923 2.04v.07c0 2.882-2.25 5.93-5.789 5.93c-3.515 0-5.765-3.048-5.765-5.93v-.07c0-1.056-.633-2.04-1.922-2.04H5.863c-1.336 0-1.547-.562-.703-1.664l8.04-10.43c1.382-1.758 2.507-2.086 4.218-2.086h4.43v-3.28h-4.172c-4.149 0-5.25.726-8.156 4.429l-7.83 9.984C.661 31.832.355 32.84.355 34.95v12.938c0 4.851 2.485 7.265 7.36 7.265"/></svg>

React

import type { SVGProps } from "react";

export function F7TrayArrowUpFill(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.949c0-2.109-.305-3.117-1.336-4.453l-7.876-10.054c-2.835-3.633-3.96-4.36-8.109-4.36h-4.148v3.281h4.406c1.71 0 2.836.305 4.172 2.016l8.086 10.5c.914 1.195.609 1.664-.68 1.664H35.7c-1.29 0-1.923.984-1.923 2.04v.07c0 2.882-2.25 5.93-5.789 5.93c-3.515 0-5.765-3.048-5.765-5.93v-.07c0-1.056-.633-2.04-1.922-2.04H5.863c-1.336 0-1.547-.562-.703-1.664l8.04-10.43c1.382-1.758 2.507-2.086 4.218-2.086h4.43v-3.28h-4.172c-4.149 0-5.25.726-8.156 4.429l-7.83 9.984C.661 31.832.355 32.84.355 34.95v12.938c0 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 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.949c0-2.109-.305-3.117-1.336-4.453l-7.876-10.054c-2.835-3.633-3.96-4.36-8.109-4.36h-4.148v3.281h4.406c1.71 0 2.836.305 4.172 2.016l8.086 10.5c.914 1.195.609 1.664-.68 1.664H35.7c-1.29 0-1.923.984-1.923 2.04v.07c0 2.882-2.25 5.93-5.789 5.93c-3.515 0-5.765-3.048-5.765-5.93v-.07c0-1.056-.633-2.04-1.922-2.04H5.863c-1.336 0-1.547-.562-.703-1.664l8.04-10.43c1.382-1.758 2.507-2.086 4.218-2.086h4.43v-3.28h-4.172c-4.149 0-5.25.726-8.156 4.429l-7.83 9.984C.661 31.832.355 32.84.355 34.95v12.938c0 4.851 2.485 7.265 7.36 7.265"/></svg>
</template>

CSS

.icon-tray-arrow-up-fill {
  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.949c0-2.109-.305-3.117-1.336-4.453l-7.876-10.054c-2.835-3.633-3.96-4.36-8.109-4.36h-4.148v3.281h4.406c1.71%200%202.836.305%204.172%202.016l8.086%2010.5c.914%201.195.609%201.664-.68%201.664H35.7c-1.29%200-1.923.984-1.923%202.04v.07c0%202.882-2.25%205.93-5.789%205.93c-3.515%200-5.765-3.048-5.765-5.93v-.07c0-1.056-.633-2.04-1.922-2.04H5.863c-1.336%200-1.547-.562-.703-1.664l8.04-10.43c1.382-1.758%202.507-2.086%204.218-2.086h4.43v-3.28h-4.172c-4.149%200-5.25.726-8.156%204.429l-7.83%209.984C.661%2031.832.355%2032.84.355%2034.95v12.938c0%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%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.949c0-2.109-.305-3.117-1.336-4.453l-7.876-10.054c-2.835-3.633-3.96-4.36-8.109-4.36h-4.148v3.281h4.406c1.71%200%202.836.305%204.172%202.016l8.086%2010.5c.914%201.195.609%201.664-.68%201.664H35.7c-1.29%200-1.923.984-1.923%202.04v.07c0%202.882-2.25%205.93-5.789%205.93c-3.515%200-5.765-3.048-5.765-5.93v-.07c0-1.056-.633-2.04-1.922-2.04H5.863c-1.336%200-1.547-.562-.703-1.664l8.04-10.43c1.382-1.758%202.507-2.086%204.218-2.086h4.43v-3.28h-4.172c-4.149%200-5.25.726-8.156%204.429l-7.83%209.984C.661%2031.832.355%2032.84.355%2034.95v12.938c0%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/tray-arrow-up-fill.svg?color=%231a73e8&size=48