tray arrow down icon
tray-arrow-down from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- tray-arrow-down
- 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 arrow down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28.012 31.094c.468 0 .867-.164 1.359-.633l7.899-7.64c.351-.352.562-.727.562-1.243c0-.937-.727-1.64-1.711-1.64a1.7 1.7 0 0 0-1.266.562l-3.562 3.797l-1.57 1.64l.14-3.492V3.906c0-.984-.843-1.828-1.851-1.828s-1.875.844-1.875 1.828v18.54l.14 3.515l-1.57-1.664l-3.563-3.797c-.328-.375-.843-.562-1.289-.562c-.984 0-1.687.703-1.687 1.64c0 .516.21.89.562 1.242l7.922 7.641c.469.469.867.633 1.36.633M7.715 53.922h40.57c4.899 0 7.36-2.437 7.36-7.266V32.781c0-2.11-.305-3.164-1.336-4.453l-8.11-10.008c-2.742-3.375-4.43-5.343-8.578-5.343h-3.445v3.28h3.703c1.71 0 3.492 1.524 4.664 2.977l8.297 10.477c.937 1.195.609 1.664-.68 1.664H35.23c-1.195 0-1.78.914-1.78 1.898v.07c0 2.72-2.134 5.602-5.462 5.602c-3.305 0-5.437-2.882-5.437-5.601v-.07c0-.985-.586-1.899-1.781-1.899H5.863c-1.336 0-1.594-.539-.703-1.664l8.297-10.477c1.172-1.453 2.953-2.976 4.664-2.976h3.727v-3.281h-3.47c-4.148 0-5.835 1.968-8.577 5.343L1.69 28.328C.661 29.618.355 30.672.355 32.781v13.875c0 4.852 2.485 7.266 7.36 7.266m.07-3.773c-2.344 0-3.656-1.243-3.656-3.68V34.797h14.86c.585 4.383 4.241 7.617 9 7.617c4.757 0 8.437-3.258 9-7.617H51.87v11.672c0 2.437-1.336 3.68-3.656 3.68Z"/></svg>
React
import type { SVGProps } from "react";
export function F7TrayArrowDown(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="M28.012 31.094c.468 0 .867-.164 1.359-.633l7.899-7.64c.351-.352.562-.727.562-1.243c0-.937-.727-1.64-1.711-1.64a1.7 1.7 0 0 0-1.266.562l-3.562 3.797l-1.57 1.64l.14-3.492V3.906c0-.984-.843-1.828-1.851-1.828s-1.875.844-1.875 1.828v18.54l.14 3.515l-1.57-1.664l-3.563-3.797c-.328-.375-.843-.562-1.289-.562c-.984 0-1.687.703-1.687 1.64c0 .516.21.89.562 1.242l7.922 7.641c.469.469.867.633 1.36.633M7.715 53.922h40.57c4.899 0 7.36-2.437 7.36-7.266V32.781c0-2.11-.305-3.164-1.336-4.453l-8.11-10.008c-2.742-3.375-4.43-5.343-8.578-5.343h-3.445v3.28h3.703c1.71 0 3.492 1.524 4.664 2.977l8.297 10.477c.937 1.195.609 1.664-.68 1.664H35.23c-1.195 0-1.78.914-1.78 1.898v.07c0 2.72-2.134 5.602-5.462 5.602c-3.305 0-5.437-2.882-5.437-5.601v-.07c0-.985-.586-1.899-1.781-1.899H5.863c-1.336 0-1.594-.539-.703-1.664l8.297-10.477c1.172-1.453 2.953-2.976 4.664-2.976h3.727v-3.281h-3.47c-4.148 0-5.835 1.968-8.577 5.343L1.69 28.328C.661 29.618.355 30.672.355 32.781v13.875c0 4.852 2.485 7.266 7.36 7.266m.07-3.773c-2.344 0-3.656-1.243-3.656-3.68V34.797h14.86c.585 4.383 4.241 7.617 9 7.617c4.757 0 8.437-3.258 9-7.617H51.87v11.672c0 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="M28.012 31.094c.468 0 .867-.164 1.359-.633l7.899-7.64c.351-.352.562-.727.562-1.243c0-.937-.727-1.64-1.711-1.64a1.7 1.7 0 0 0-1.266.562l-3.562 3.797l-1.57 1.64l.14-3.492V3.906c0-.984-.843-1.828-1.851-1.828s-1.875.844-1.875 1.828v18.54l.14 3.515l-1.57-1.664l-3.563-3.797c-.328-.375-.843-.562-1.289-.562c-.984 0-1.687.703-1.687 1.64c0 .516.21.89.562 1.242l7.922 7.641c.469.469.867.633 1.36.633M7.715 53.922h40.57c4.899 0 7.36-2.437 7.36-7.266V32.781c0-2.11-.305-3.164-1.336-4.453l-8.11-10.008c-2.742-3.375-4.43-5.343-8.578-5.343h-3.445v3.28h3.703c1.71 0 3.492 1.524 4.664 2.977l8.297 10.477c.937 1.195.609 1.664-.68 1.664H35.23c-1.195 0-1.78.914-1.78 1.898v.07c0 2.72-2.134 5.602-5.462 5.602c-3.305 0-5.437-2.882-5.437-5.601v-.07c0-.985-.586-1.899-1.781-1.899H5.863c-1.336 0-1.594-.539-.703-1.664l8.297-10.477c1.172-1.453 2.953-2.976 4.664-2.976h3.727v-3.281h-3.47c-4.148 0-5.835 1.968-8.577 5.343L1.69 28.328C.661 29.618.355 30.672.355 32.781v13.875c0 4.852 2.485 7.266 7.36 7.266m.07-3.773c-2.344 0-3.656-1.243-3.656-3.68V34.797h14.86c.585 4.383 4.241 7.617 9 7.617c4.757 0 8.437-3.258 9-7.617H51.87v11.672c0 2.437-1.336 3.68-3.656 3.68Z"/></svg> </template>
CSS
.icon-tray-arrow-down {
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%22M28.012%2031.094c.468%200%20.867-.164%201.359-.633l7.899-7.64c.351-.352.562-.727.562-1.243c0-.937-.727-1.64-1.711-1.64a1.7%201.7%200%200%200-1.266.562l-3.562%203.797l-1.57%201.64l.14-3.492V3.906c0-.984-.843-1.828-1.851-1.828s-1.875.844-1.875%201.828v18.54l.14%203.515l-1.57-1.664l-3.563-3.797c-.328-.375-.843-.562-1.289-.562c-.984%200-1.687.703-1.687%201.64c0%20.516.21.89.562%201.242l7.922%207.641c.469.469.867.633%201.36.633M7.715%2053.922h40.57c4.899%200%207.36-2.437%207.36-7.266V32.781c0-2.11-.305-3.164-1.336-4.453l-8.11-10.008c-2.742-3.375-4.43-5.343-8.578-5.343h-3.445v3.28h3.703c1.71%200%203.492%201.524%204.664%202.977l8.297%2010.477c.937%201.195.609%201.664-.68%201.664H35.23c-1.195%200-1.78.914-1.78%201.898v.07c0%202.72-2.134%205.602-5.462%205.602c-3.305%200-5.437-2.882-5.437-5.601v-.07c0-.985-.586-1.899-1.781-1.899H5.863c-1.336%200-1.594-.539-.703-1.664l8.297-10.477c1.172-1.453%202.953-2.976%204.664-2.976h3.727v-3.281h-3.47c-4.148%200-5.835%201.968-8.577%205.343L1.69%2028.328C.661%2029.618.355%2030.672.355%2032.781v13.875c0%204.852%202.485%207.266%207.36%207.266m.07-3.773c-2.344%200-3.656-1.243-3.656-3.68V34.797h14.86c.585%204.383%204.241%207.617%209%207.617c4.757%200%208.437-3.258%209-7.617H51.87v11.672c0%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%22M28.012%2031.094c.468%200%20.867-.164%201.359-.633l7.899-7.64c.351-.352.562-.727.562-1.243c0-.937-.727-1.64-1.711-1.64a1.7%201.7%200%200%200-1.266.562l-3.562%203.797l-1.57%201.64l.14-3.492V3.906c0-.984-.843-1.828-1.851-1.828s-1.875.844-1.875%201.828v18.54l.14%203.515l-1.57-1.664l-3.563-3.797c-.328-.375-.843-.562-1.289-.562c-.984%200-1.687.703-1.687%201.64c0%20.516.21.89.562%201.242l7.922%207.641c.469.469.867.633%201.36.633M7.715%2053.922h40.57c4.899%200%207.36-2.437%207.36-7.266V32.781c0-2.11-.305-3.164-1.336-4.453l-8.11-10.008c-2.742-3.375-4.43-5.343-8.578-5.343h-3.445v3.28h3.703c1.71%200%203.492%201.524%204.664%202.977l8.297%2010.477c.937%201.195.609%201.664-.68%201.664H35.23c-1.195%200-1.78.914-1.78%201.898v.07c0%202.72-2.134%205.602-5.462%205.602c-3.305%200-5.437-2.882-5.437-5.601v-.07c0-.985-.586-1.899-1.781-1.899H5.863c-1.336%200-1.594-.539-.703-1.664l8.297-10.477c1.172-1.453%202.953-2.976%204.664-2.976h3.727v-3.281h-3.47c-4.148%200-5.835%201.968-8.577%205.343L1.69%2028.328C.661%2029.618.355%2030.672.355%2032.781v13.875c0%204.852%202.485%207.266%207.36%207.266m.07-3.773c-2.344%200-3.656-1.243-3.656-3.68V34.797h14.86c.585%204.383%204.241%207.617%209%207.617c4.757%200%208.437-3.258%209-7.617H51.87v11.672c0%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-arrow-down.svg?color=%231a73e8&size=48