tray 2 icon
tray-2 from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- tray-2
- Set
- Framework7 Icons
- Style
- Outline
- 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 54.988h40.57c4.875 0 7.36-2.414 7.36-7.242v-12c0-.82-.352-1.617-.938-2.11c.61-1.054.938-2.39.938-3.984V16.715c0-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.714v12.938c0 1.594.305 2.93.938 3.985c-.586.492-.938 1.289-.938 2.11v12c0 4.827 2.485 7.241 7.36 7.241m20.273-32.367c-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.785 33.145c-2.344 0-3.656-1.266-3.656-3.704V18.496h14.86c.585 4.36 4.241 7.617 9 7.617c4.757 0 8.437-3.258 9-7.617H51.87v10.945c0 2.438-1.336 3.704-3.656 3.704Zm20.203 7.57c-2.718 0-4.64-1.945-5.25-4.125h10.5c-.586 2.18-2.508 4.125-5.25 4.125m-20.203 10.5c-2.344 0-3.656-1.242-3.656-3.68V36.59h14.86c.585 4.36 4.241 7.617 9 7.617c4.757 0 8.437-3.258 9-7.617H51.87v10.945c0 2.438-1.336 3.68-3.656 3.68Z"/></svg>
React
import type { SVGProps } from "react";
export function F7Tray2(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 54.988h40.57c4.875 0 7.36-2.414 7.36-7.242v-12c0-.82-.352-1.617-.938-2.11c.61-1.054.938-2.39.938-3.984V16.715c0-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.714v12.938c0 1.594.305 2.93.938 3.985c-.586.492-.938 1.289-.938 2.11v12c0 4.827 2.485 7.241 7.36 7.241m20.273-32.367c-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.785 33.145c-2.344 0-3.656-1.266-3.656-3.704V18.496h14.86c.585 4.36 4.241 7.617 9 7.617c4.757 0 8.437-3.258 9-7.617H51.87v10.945c0 2.438-1.336 3.704-3.656 3.704Zm20.203 7.57c-2.718 0-4.64-1.945-5.25-4.125h10.5c-.586 2.18-2.508 4.125-5.25 4.125m-20.203 10.5c-2.344 0-3.656-1.242-3.656-3.68V36.59h14.86c.585 4.36 4.241 7.617 9 7.617c4.757 0 8.437-3.258 9-7.617H51.87v10.945c0 2.438-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 54.988h40.57c4.875 0 7.36-2.414 7.36-7.242v-12c0-.82-.352-1.617-.938-2.11c.61-1.054.938-2.39.938-3.984V16.715c0-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.714v12.938c0 1.594.305 2.93.938 3.985c-.586.492-.938 1.289-.938 2.11v12c0 4.827 2.485 7.241 7.36 7.241m20.273-32.367c-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.785 33.145c-2.344 0-3.656-1.266-3.656-3.704V18.496h14.86c.585 4.36 4.241 7.617 9 7.617c4.757 0 8.437-3.258 9-7.617H51.87v10.945c0 2.438-1.336 3.704-3.656 3.704Zm20.203 7.57c-2.718 0-4.64-1.945-5.25-4.125h10.5c-.586 2.18-2.508 4.125-5.25 4.125m-20.203 10.5c-2.344 0-3.656-1.242-3.656-3.68V36.59h14.86c.585 4.36 4.241 7.617 9 7.617c4.757 0 8.437-3.258 9-7.617H51.87v10.945c0 2.438-1.336 3.68-3.656 3.68Z"/></svg> </template>
CSS
.icon-tray-2 {
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%2054.988h40.57c4.875%200%207.36-2.414%207.36-7.242v-12c0-.82-.352-1.617-.938-2.11c.61-1.054.938-2.39.938-3.984V16.715c0-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.714v12.938c0%201.594.305%202.93.938%203.985c-.586.492-.938%201.289-.938%202.11v12c0%204.827%202.485%207.241%207.36%207.241m20.273-32.367c-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.785%2033.145c-2.344%200-3.656-1.266-3.656-3.704V18.496h14.86c.585%204.36%204.241%207.617%209%207.617c4.757%200%208.437-3.258%209-7.617H51.87v10.945c0%202.438-1.336%203.704-3.656%203.704Zm20.203%207.57c-2.718%200-4.64-1.945-5.25-4.125h10.5c-.586%202.18-2.508%204.125-5.25%204.125m-20.203%2010.5c-2.344%200-3.656-1.242-3.656-3.68V36.59h14.86c.585%204.36%204.241%207.617%209%207.617c4.757%200%208.437-3.258%209-7.617H51.87v10.945c0%202.438-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%2054.988h40.57c4.875%200%207.36-2.414%207.36-7.242v-12c0-.82-.352-1.617-.938-2.11c.61-1.054.938-2.39.938-3.984V16.715c0-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.714v12.938c0%201.594.305%202.93.938%203.985c-.586.492-.938%201.289-.938%202.11v12c0%204.827%202.485%207.241%207.36%207.241m20.273-32.367c-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.785%2033.145c-2.344%200-3.656-1.266-3.656-3.704V18.496h14.86c.585%204.36%204.241%207.617%209%207.617c4.757%200%208.437-3.258%209-7.617H51.87v10.945c0%202.438-1.336%203.704-3.656%203.704Zm20.203%207.57c-2.718%200-4.64-1.945-5.25-4.125h10.5c-.586%202.18-2.508%204.125-5.25%204.125m-20.203%2010.5c-2.344%200-3.656-1.242-3.656-3.68V36.59h14.86c.585%204.36%204.241%207.617%209%207.617c4.757%200%208.437-3.258%209-7.617H51.87v10.945c0%202.438-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-2.svg?color=%231a73e8&size=48