tray full icon
tray-full-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- tray-full-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 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.266V27.801c0-2.11-.352-3.094-1.336-4.453l-8.11-10.946c-2.554-3.492-3.96-4.406-8.11-4.406H17.91c-4.148 0-5.555.914-8.11 4.406L1.692 23.348C.707 24.707.355 25.69.355 27.8v12.937c0 4.852 2.485 7.266 7.36 7.266m20.273-13.57c-3.515 0-5.765-3.047-5.765-5.93v-.07c0-1.055-.633-2.04-1.922-2.04H5.348c-.774 0-.938-.656-.563-1.171l8.672-11.907c1.101-1.5 2.484-2.039 4.195-2.039h20.696c1.71 0 3.093.54 4.195 2.04l8.648 11.906c.375.515.211 1.172-.562 1.172H35.7c-1.289 0-1.922.984-1.922 2.039v.07c0 2.883-2.25 5.93-5.789 5.93m9.867-19.711H18.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.218"/></svg>
React
import type { SVGProps } from "react";
export function F7TrayFullFill(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.266V27.801c0-2.11-.352-3.094-1.336-4.453l-8.11-10.946c-2.554-3.492-3.96-4.406-8.11-4.406H17.91c-4.148 0-5.555.914-8.11 4.406L1.692 23.348C.707 24.707.355 25.69.355 27.8v12.937c0 4.852 2.485 7.266 7.36 7.266m20.273-13.57c-3.515 0-5.765-3.047-5.765-5.93v-.07c0-1.055-.633-2.04-1.922-2.04H5.348c-.774 0-.938-.656-.563-1.171l8.672-11.907c1.101-1.5 2.484-2.039 4.195-2.039h20.696c1.71 0 3.093.54 4.195 2.04l8.648 11.906c.375.515.211 1.172-.562 1.172H35.7c-1.289 0-1.922.984-1.922 2.039v.07c0 2.883-2.25 5.93-5.789 5.93m9.867-19.711H18.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.218"/></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.266V27.801c0-2.11-.352-3.094-1.336-4.453l-8.11-10.946c-2.554-3.492-3.96-4.406-8.11-4.406H17.91c-4.148 0-5.555.914-8.11 4.406L1.692 23.348C.707 24.707.355 25.69.355 27.8v12.937c0 4.852 2.485 7.266 7.36 7.266m20.273-13.57c-3.515 0-5.765-3.047-5.765-5.93v-.07c0-1.055-.633-2.04-1.922-2.04H5.348c-.774 0-.938-.656-.563-1.171l8.672-11.907c1.101-1.5 2.484-2.039 4.195-2.039h20.696c1.71 0 3.093.54 4.195 2.04l8.648 11.906c.375.515.211 1.172-.562 1.172H35.7c-1.289 0-1.922.984-1.922 2.039v.07c0 2.883-2.25 5.93-5.789 5.93m9.867-19.711H18.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.218"/></svg> </template>
CSS
.icon-tray-full-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%22M7.715%2048.004h40.57c4.899%200%207.36-2.438%207.36-7.266V27.801c0-2.11-.352-3.094-1.336-4.453l-8.11-10.946c-2.554-3.492-3.96-4.406-8.11-4.406H17.91c-4.148%200-5.555.914-8.11%204.406L1.692%2023.348C.707%2024.707.355%2025.69.355%2027.8v12.937c0%204.852%202.485%207.266%207.36%207.266m20.273-13.57c-3.515%200-5.765-3.047-5.765-5.93v-.07c0-1.055-.633-2.04-1.922-2.04H5.348c-.774%200-.938-.656-.563-1.171l8.672-11.907c1.101-1.5%202.484-2.039%204.195-2.039h20.696c1.71%200%203.093.54%204.195%202.04l8.648%2011.906c.375.515.211%201.172-.562%201.172H35.7c-1.289%200-1.922.984-1.922%202.039v.07c0%202.883-2.25%205.93-5.789%205.93m9.867-19.711H18.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.218%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.266V27.801c0-2.11-.352-3.094-1.336-4.453l-8.11-10.946c-2.554-3.492-3.96-4.406-8.11-4.406H17.91c-4.148%200-5.555.914-8.11%204.406L1.692%2023.348C.707%2024.707.355%2025.69.355%2027.8v12.937c0%204.852%202.485%207.266%207.36%207.266m20.273-13.57c-3.515%200-5.765-3.047-5.765-5.93v-.07c0-1.055-.633-2.04-1.922-2.04H5.348c-.774%200-.938-.656-.563-1.171l8.672-11.907c1.101-1.5%202.484-2.039%204.195-2.039h20.696c1.71%200%203.093.54%204.195%202.04l8.648%2011.906c.375.515.211%201.172-.562%201.172H35.7c-1.289%200-1.922.984-1.922%202.039v.07c0%202.883-2.25%205.93-5.789%205.93m9.867-19.711H18.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.218%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/tray-full-fill.svg?color=%231a73e8&size=48