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

Name
tray-2-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the tray 2 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 33.145h40.57c4.899 0 7.36-2.391 7.36-6.938v-9.492c0-2.133-.141-3.586-1.336-4.711l-8.32-7.852c-2.532-2.39-4.384-3.14-7.829-3.14H17.84c-3.446 0-5.297.75-7.828 3.14l-8.32 7.852C.495 13.129.354 14.582.354 16.714v9.493c0 4.547 2.485 6.938 7.36 6.938M27.988 22.62c-3.305 0-5.437-2.86-5.437-5.578v-.094c0-.984-.586-1.898-1.781-1.898H5.887c-1.36 0-1.805-.61-.727-1.617l7.734-7.29c1.454-1.335 2.368-1.851 4.618-1.851h20.976c2.25 0 3.164.516 4.594 1.851l7.734 7.29c1.125 1.054.633 1.617-.68 1.617H35.23c-1.195 0-1.78.914-1.78 1.898v.094c0 2.719-2.134 5.578-5.462 5.578M7.715 54.988h40.57c4.875 0 7.36-2.414 7.36-7.242v-8.695c0-1.336-.891-2.602-2.274-2.602H35.23c-1.196 0-1.782.914-1.782 1.875v.094c0 2.719-2.133 5.602-5.46 5.602c-3.306 0-5.438-2.883-5.438-5.602v-.094c0-.96-.586-1.875-1.781-1.875H2.629c-1.383 0-2.274 1.266-2.274 2.602v8.695c0 4.828 2.485 7.242 7.36 7.242"/></svg>

React

import type { SVGProps } from "react";

export function F7Tray2Fill(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 33.145h40.57c4.899 0 7.36-2.391 7.36-6.938v-9.492c0-2.133-.141-3.586-1.336-4.711l-8.32-7.852c-2.532-2.39-4.384-3.14-7.829-3.14H17.84c-3.446 0-5.297.75-7.828 3.14l-8.32 7.852C.495 13.129.354 14.582.354 16.714v9.493c0 4.547 2.485 6.938 7.36 6.938M27.988 22.62c-3.305 0-5.437-2.86-5.437-5.578v-.094c0-.984-.586-1.898-1.781-1.898H5.887c-1.36 0-1.805-.61-.727-1.617l7.734-7.29c1.454-1.335 2.368-1.851 4.618-1.851h20.976c2.25 0 3.164.516 4.594 1.851l7.734 7.29c1.125 1.054.633 1.617-.68 1.617H35.23c-1.195 0-1.78.914-1.78 1.898v.094c0 2.719-2.134 5.578-5.462 5.578M7.715 54.988h40.57c4.875 0 7.36-2.414 7.36-7.242v-8.695c0-1.336-.891-2.602-2.274-2.602H35.23c-1.196 0-1.782.914-1.782 1.875v.094c0 2.719-2.133 5.602-5.46 5.602c-3.306 0-5.438-2.883-5.438-5.602v-.094c0-.96-.586-1.875-1.781-1.875H2.629c-1.383 0-2.274 1.266-2.274 2.602v8.695c0 4.828 2.485 7.242 7.36 7.242"/></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 33.145h40.57c4.899 0 7.36-2.391 7.36-6.938v-9.492c0-2.133-.141-3.586-1.336-4.711l-8.32-7.852c-2.532-2.39-4.384-3.14-7.829-3.14H17.84c-3.446 0-5.297.75-7.828 3.14l-8.32 7.852C.495 13.129.354 14.582.354 16.714v9.493c0 4.547 2.485 6.938 7.36 6.938M27.988 22.62c-3.305 0-5.437-2.86-5.437-5.578v-.094c0-.984-.586-1.898-1.781-1.898H5.887c-1.36 0-1.805-.61-.727-1.617l7.734-7.29c1.454-1.335 2.368-1.851 4.618-1.851h20.976c2.25 0 3.164.516 4.594 1.851l7.734 7.29c1.125 1.054.633 1.617-.68 1.617H35.23c-1.195 0-1.78.914-1.78 1.898v.094c0 2.719-2.134 5.578-5.462 5.578M7.715 54.988h40.57c4.875 0 7.36-2.414 7.36-7.242v-8.695c0-1.336-.891-2.602-2.274-2.602H35.23c-1.196 0-1.782.914-1.782 1.875v.094c0 2.719-2.133 5.602-5.46 5.602c-3.306 0-5.438-2.883-5.438-5.602v-.094c0-.96-.586-1.875-1.781-1.875H2.629c-1.383 0-2.274 1.266-2.274 2.602v8.695c0 4.828 2.485 7.242 7.36 7.242"/></svg>
</template>

CSS

.icon-tray-2-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%2033.145h40.57c4.899%200%207.36-2.391%207.36-6.938v-9.492c0-2.133-.141-3.586-1.336-4.711l-8.32-7.852c-2.532-2.39-4.384-3.14-7.829-3.14H17.84c-3.446%200-5.297.75-7.828%203.14l-8.32%207.852C.495%2013.129.354%2014.582.354%2016.714v9.493c0%204.547%202.485%206.938%207.36%206.938M27.988%2022.62c-3.305%200-5.437-2.86-5.437-5.578v-.094c0-.984-.586-1.898-1.781-1.898H5.887c-1.36%200-1.805-.61-.727-1.617l7.734-7.29c1.454-1.335%202.368-1.851%204.618-1.851h20.976c2.25%200%203.164.516%204.594%201.851l7.734%207.29c1.125%201.054.633%201.617-.68%201.617H35.23c-1.195%200-1.78.914-1.78%201.898v.094c0%202.719-2.134%205.578-5.462%205.578M7.715%2054.988h40.57c4.875%200%207.36-2.414%207.36-7.242v-8.695c0-1.336-.891-2.602-2.274-2.602H35.23c-1.196%200-1.782.914-1.782%201.875v.094c0%202.719-2.133%205.602-5.46%205.602c-3.306%200-5.438-2.883-5.438-5.602v-.094c0-.96-.586-1.875-1.781-1.875H2.629c-1.383%200-2.274%201.266-2.274%202.602v8.695c0%204.828%202.485%207.242%207.36%207.242%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%2033.145h40.57c4.899%200%207.36-2.391%207.36-6.938v-9.492c0-2.133-.141-3.586-1.336-4.711l-8.32-7.852c-2.532-2.39-4.384-3.14-7.829-3.14H17.84c-3.446%200-5.297.75-7.828%203.14l-8.32%207.852C.495%2013.129.354%2014.582.354%2016.714v9.493c0%204.547%202.485%206.938%207.36%206.938M27.988%2022.62c-3.305%200-5.437-2.86-5.437-5.578v-.094c0-.984-.586-1.898-1.781-1.898H5.887c-1.36%200-1.805-.61-.727-1.617l7.734-7.29c1.454-1.335%202.368-1.851%204.618-1.851h20.976c2.25%200%203.164.516%204.594%201.851l7.734%207.29c1.125%201.054.633%201.617-.68%201.617H35.23c-1.195%200-1.78.914-1.78%201.898v.094c0%202.719-2.134%205.578-5.462%205.578M7.715%2054.988h40.57c4.875%200%207.36-2.414%207.36-7.242v-8.695c0-1.336-.891-2.602-2.274-2.602H35.23c-1.196%200-1.782.914-1.782%201.875v.094c0%202.719-2.133%205.602-5.46%205.602c-3.306%200-5.438-2.883-5.438-5.602v-.094c0-.96-.586-1.875-1.781-1.875H2.629c-1.383%200-2.274%201.266-2.274%202.602v8.695c0%204.828%202.485%207.242%207.36%207.242%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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