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

Name
tray-full
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 full icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M7.715 48.004h40.57c4.899 0 7.36-2.438 7.36-7.266V26.863c0-2.11-.305-3.164-1.336-4.453l-8.11-10.008c-2.742-3.375-3.96-4.406-8.11-4.406H17.91c-4.148 0-5.367 1.031-8.11 4.406L1.692 22.41C.661 23.7.355 24.754.355 26.863v13.875c0 4.852 2.485 7.266 7.36 7.266m20.273-14.977c-3.305 0-5.437-2.883-5.437-5.601v-.07c0-.985-.586-1.899-1.781-1.899H5.3c-.773 0-.937-.68-.538-1.172l8.695-10.969c1.172-1.453 2.484-2.039 4.195-2.039h20.696c1.71 0 3.023.586 4.195 2.04l8.695 10.968c.399.492.234 1.172-.539 1.172H35.23c-1.195 0-1.78.914-1.78 1.898v.07c0 2.72-2.134 5.602-5.462 5.602m9.867-18.304H18.168c-.656 0-1.125.492-1.125 1.125c0 .632.469 1.125 1.125 1.125h19.687c.633 0 1.102-.492 1.102-1.125s-.469-1.125-1.102-1.125m3.118 5.297H15.05c-.68 0-1.172.585-1.172 1.218a1.16 1.16 0 0 0 1.172 1.172h25.922c.656 0 1.148-.539 1.148-1.172s-.492-1.218-1.148-1.218M7.785 44.23c-2.344 0-3.656-1.242-3.656-3.68V28.88h14.86c.585 4.383 4.241 7.617 9 7.617c4.757 0 8.437-3.258 9-7.617H51.87v11.67c0 2.437-1.336 3.68-3.656 3.68Z"/></svg>

React

import type { SVGProps } from "react";

export function F7TrayFull(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="M7.715 48.004h40.57c4.899 0 7.36-2.438 7.36-7.266V26.863c0-2.11-.305-3.164-1.336-4.453l-8.11-10.008c-2.742-3.375-3.96-4.406-8.11-4.406H17.91c-4.148 0-5.367 1.031-8.11 4.406L1.692 22.41C.661 23.7.355 24.754.355 26.863v13.875c0 4.852 2.485 7.266 7.36 7.266m20.273-14.977c-3.305 0-5.437-2.883-5.437-5.601v-.07c0-.985-.586-1.899-1.781-1.899H5.3c-.773 0-.937-.68-.538-1.172l8.695-10.969c1.172-1.453 2.484-2.039 4.195-2.039h20.696c1.71 0 3.023.586 4.195 2.04l8.695 10.968c.399.492.234 1.172-.539 1.172H35.23c-1.195 0-1.78.914-1.78 1.898v.07c0 2.72-2.134 5.602-5.462 5.602m9.867-18.304H18.168c-.656 0-1.125.492-1.125 1.125c0 .632.469 1.125 1.125 1.125h19.687c.633 0 1.102-.492 1.102-1.125s-.469-1.125-1.102-1.125m3.118 5.297H15.05c-.68 0-1.172.585-1.172 1.218a1.16 1.16 0 0 0 1.172 1.172h25.922c.656 0 1.148-.539 1.148-1.172s-.492-1.218-1.148-1.218M7.785 44.23c-2.344 0-3.656-1.242-3.656-3.68V28.88h14.86c.585 4.383 4.241 7.617 9 7.617c4.757 0 8.437-3.258 9-7.617H51.87v11.67c0 2.437-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="M7.715 48.004h40.57c4.899 0 7.36-2.438 7.36-7.266V26.863c0-2.11-.305-3.164-1.336-4.453l-8.11-10.008c-2.742-3.375-3.96-4.406-8.11-4.406H17.91c-4.148 0-5.367 1.031-8.11 4.406L1.692 22.41C.661 23.7.355 24.754.355 26.863v13.875c0 4.852 2.485 7.266 7.36 7.266m20.273-14.977c-3.305 0-5.437-2.883-5.437-5.601v-.07c0-.985-.586-1.899-1.781-1.899H5.3c-.773 0-.937-.68-.538-1.172l8.695-10.969c1.172-1.453 2.484-2.039 4.195-2.039h20.696c1.71 0 3.023.586 4.195 2.04l8.695 10.968c.399.492.234 1.172-.539 1.172H35.23c-1.195 0-1.78.914-1.78 1.898v.07c0 2.72-2.134 5.602-5.462 5.602m9.867-18.304H18.168c-.656 0-1.125.492-1.125 1.125c0 .632.469 1.125 1.125 1.125h19.687c.633 0 1.102-.492 1.102-1.125s-.469-1.125-1.102-1.125m3.118 5.297H15.05c-.68 0-1.172.585-1.172 1.218a1.16 1.16 0 0 0 1.172 1.172h25.922c.656 0 1.148-.539 1.148-1.172s-.492-1.218-1.148-1.218M7.785 44.23c-2.344 0-3.656-1.242-3.656-3.68V28.88h14.86c.585 4.383 4.241 7.617 9 7.617c4.757 0 8.437-3.258 9-7.617H51.87v11.67c0 2.437-1.336 3.68-3.656 3.68Z"/></svg>
</template>

CSS

.icon-tray-full {
  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%22M7.715%2048.004h40.57c4.899%200%207.36-2.438%207.36-7.266V26.863c0-2.11-.305-3.164-1.336-4.453l-8.11-10.008c-2.742-3.375-3.96-4.406-8.11-4.406H17.91c-4.148%200-5.367%201.031-8.11%204.406L1.692%2022.41C.661%2023.7.355%2024.754.355%2026.863v13.875c0%204.852%202.485%207.266%207.36%207.266m20.273-14.977c-3.305%200-5.437-2.883-5.437-5.601v-.07c0-.985-.586-1.899-1.781-1.899H5.3c-.773%200-.937-.68-.538-1.172l8.695-10.969c1.172-1.453%202.484-2.039%204.195-2.039h20.696c1.71%200%203.023.586%204.195%202.04l8.695%2010.968c.399.492.234%201.172-.539%201.172H35.23c-1.195%200-1.78.914-1.78%201.898v.07c0%202.72-2.134%205.602-5.462%205.602m9.867-18.304H18.168c-.656%200-1.125.492-1.125%201.125c0%20.632.469%201.125%201.125%201.125h19.687c.633%200%201.102-.492%201.102-1.125s-.469-1.125-1.102-1.125m3.118%205.297H15.05c-.68%200-1.172.585-1.172%201.218a1.16%201.16%200%200%200%201.172%201.172h25.922c.656%200%201.148-.539%201.148-1.172s-.492-1.218-1.148-1.218M7.785%2044.23c-2.344%200-3.656-1.242-3.656-3.68V28.88h14.86c.585%204.383%204.241%207.617%209%207.617c4.757%200%208.437-3.258%209-7.617H51.87v11.67c0%202.437-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%22M7.715%2048.004h40.57c4.899%200%207.36-2.438%207.36-7.266V26.863c0-2.11-.305-3.164-1.336-4.453l-8.11-10.008c-2.742-3.375-3.96-4.406-8.11-4.406H17.91c-4.148%200-5.367%201.031-8.11%204.406L1.692%2022.41C.661%2023.7.355%2024.754.355%2026.863v13.875c0%204.852%202.485%207.266%207.36%207.266m20.273-14.977c-3.305%200-5.437-2.883-5.437-5.601v-.07c0-.985-.586-1.899-1.781-1.899H5.3c-.773%200-.937-.68-.538-1.172l8.695-10.969c1.172-1.453%202.484-2.039%204.195-2.039h20.696c1.71%200%203.023.586%204.195%202.04l8.695%2010.968c.399.492.234%201.172-.539%201.172H35.23c-1.195%200-1.78.914-1.78%201.898v.07c0%202.72-2.134%205.602-5.462%205.602m9.867-18.304H18.168c-.656%200-1.125.492-1.125%201.125c0%20.632.469%201.125%201.125%201.125h19.687c.633%200%201.102-.492%201.102-1.125s-.469-1.125-1.102-1.125m3.118%205.297H15.05c-.68%200-1.172.585-1.172%201.218a1.16%201.16%200%200%200%201.172%201.172h25.922c.656%200%201.148-.539%201.148-1.172s-.492-1.218-1.148-1.218M7.785%2044.23c-2.344%200-3.656-1.242-3.656-3.68V28.88h14.86c.585%204.383%204.241%207.617%209%207.617c4.757%200%208.437-3.258%209-7.617H51.87v11.67c0%202.437-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-full.svg?color=%231a73e8&size=48