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

Name
tray-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 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.93"/></svg>

React

import type { SVGProps } from "react";

export function F7TrayFill(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.93"/></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.93"/></svg>
</template>

CSS

.icon-tray-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.93%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.93%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Tray fill icon — Framework7 Icons · IconsDB