tray arrow down icon
tray-arrow-down-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- tray-arrow-down-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 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 34.61c.468 0 .867-.165 1.359-.634l7.899-7.64c.351-.352.562-.727.562-1.242c0-.938-.727-1.641-1.711-1.641a1.7 1.7 0 0 0-1.266.563l-3.562 3.796l-1.57 1.641l.14-3.492V2.734c0-.984-.843-1.828-1.851-1.828s-1.875.844-1.875 1.828v23.227l.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.891.562 1.243l7.922 7.64c.469.47.867.633 1.36.633M7.715 55.093h40.57c4.899 0 7.36-2.438 7.36-7.266V34.891c0-2.11-.305-3.118-1.336-4.454l-7.876-10.054c-2.835-3.633-3.96-4.36-8.109-4.36h-4.148v3.282h4.406c1.71 0 2.836.304 4.172 2.015l8.086 10.5c.914 1.196.609 1.664-.68 1.664H35.7c-1.29 0-1.923.985-1.923 2.04v.07c0 2.882-2.25 5.93-5.789 5.93c-3.515 0-5.765-3.048-5.765-5.93v-.07c0-1.055-.633-2.04-1.922-2.04H5.863c-1.336 0-1.547-.562-.703-1.664l8.04-10.43c1.382-1.757 2.507-2.085 4.218-2.085h4.43v-3.282h-4.172c-4.149 0-5.25.727-8.156 4.43l-7.83 9.984C.661 31.773.355 32.781.355 34.891v12.937c0 4.852 2.485 7.266 7.36 7.266"/></svg>
React
import type { SVGProps } from "react";
export function F7TrayArrowDownFill(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 34.61c.468 0 .867-.165 1.359-.634l7.899-7.64c.351-.352.562-.727.562-1.242c0-.938-.727-1.641-1.711-1.641a1.7 1.7 0 0 0-1.266.563l-3.562 3.796l-1.57 1.641l.14-3.492V2.734c0-.984-.843-1.828-1.851-1.828s-1.875.844-1.875 1.828v23.227l.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.891.562 1.243l7.922 7.64c.469.47.867.633 1.36.633M7.715 55.093h40.57c4.899 0 7.36-2.438 7.36-7.266V34.891c0-2.11-.305-3.118-1.336-4.454l-7.876-10.054c-2.835-3.633-3.96-4.36-8.109-4.36h-4.148v3.282h4.406c1.71 0 2.836.304 4.172 2.015l8.086 10.5c.914 1.196.609 1.664-.68 1.664H35.7c-1.29 0-1.923.985-1.923 2.04v.07c0 2.882-2.25 5.93-5.789 5.93c-3.515 0-5.765-3.048-5.765-5.93v-.07c0-1.055-.633-2.04-1.922-2.04H5.863c-1.336 0-1.547-.562-.703-1.664l8.04-10.43c1.382-1.757 2.507-2.085 4.218-2.085h4.43v-3.282h-4.172c-4.149 0-5.25.727-8.156 4.43l-7.83 9.984C.661 31.773.355 32.781.355 34.891v12.937c0 4.852 2.485 7.266 7.36 7.266"/></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 34.61c.468 0 .867-.165 1.359-.634l7.899-7.64c.351-.352.562-.727.562-1.242c0-.938-.727-1.641-1.711-1.641a1.7 1.7 0 0 0-1.266.563l-3.562 3.796l-1.57 1.641l.14-3.492V2.734c0-.984-.843-1.828-1.851-1.828s-1.875.844-1.875 1.828v23.227l.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.891.562 1.243l7.922 7.64c.469.47.867.633 1.36.633M7.715 55.093h40.57c4.899 0 7.36-2.438 7.36-7.266V34.891c0-2.11-.305-3.118-1.336-4.454l-7.876-10.054c-2.835-3.633-3.96-4.36-8.109-4.36h-4.148v3.282h4.406c1.71 0 2.836.304 4.172 2.015l8.086 10.5c.914 1.196.609 1.664-.68 1.664H35.7c-1.29 0-1.923.985-1.923 2.04v.07c0 2.882-2.25 5.93-5.789 5.93c-3.515 0-5.765-3.048-5.765-5.93v-.07c0-1.055-.633-2.04-1.922-2.04H5.863c-1.336 0-1.547-.562-.703-1.664l8.04-10.43c1.382-1.757 2.507-2.085 4.218-2.085h4.43v-3.282h-4.172c-4.149 0-5.25.727-8.156 4.43l-7.83 9.984C.661 31.773.355 32.781.355 34.891v12.937c0 4.852 2.485 7.266 7.36 7.266"/></svg> </template>
CSS
.icon-tray-arrow-down-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%22M28.012%2034.61c.468%200%20.867-.165%201.359-.634l7.899-7.64c.351-.352.562-.727.562-1.242c0-.938-.727-1.641-1.711-1.641a1.7%201.7%200%200%200-1.266.563l-3.562%203.796l-1.57%201.641l.14-3.492V2.734c0-.984-.843-1.828-1.851-1.828s-1.875.844-1.875%201.828v23.227l.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.891.562%201.243l7.922%207.64c.469.47.867.633%201.36.633M7.715%2055.093h40.57c4.899%200%207.36-2.438%207.36-7.266V34.891c0-2.11-.305-3.118-1.336-4.454l-7.876-10.054c-2.835-3.633-3.96-4.36-8.109-4.36h-4.148v3.282h4.406c1.71%200%202.836.304%204.172%202.015l8.086%2010.5c.914%201.196.609%201.664-.68%201.664H35.7c-1.29%200-1.923.985-1.923%202.04v.07c0%202.882-2.25%205.93-5.789%205.93c-3.515%200-5.765-3.048-5.765-5.93v-.07c0-1.055-.633-2.04-1.922-2.04H5.863c-1.336%200-1.547-.562-.703-1.664l8.04-10.43c1.382-1.757%202.507-2.085%204.218-2.085h4.43v-3.282h-4.172c-4.149%200-5.25.727-8.156%204.43l-7.83%209.984C.661%2031.773.355%2032.781.355%2034.891v12.937c0%204.852%202.485%207.266%207.36%207.266%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%2034.61c.468%200%20.867-.165%201.359-.634l7.899-7.64c.351-.352.562-.727.562-1.242c0-.938-.727-1.641-1.711-1.641a1.7%201.7%200%200%200-1.266.563l-3.562%203.796l-1.57%201.641l.14-3.492V2.734c0-.984-.843-1.828-1.851-1.828s-1.875.844-1.875%201.828v23.227l.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.891.562%201.243l7.922%207.64c.469.47.867.633%201.36.633M7.715%2055.093h40.57c4.899%200%207.36-2.438%207.36-7.266V34.891c0-2.11-.305-3.118-1.336-4.454l-7.876-10.054c-2.835-3.633-3.96-4.36-8.109-4.36h-4.148v3.282h4.406c1.71%200%202.836.304%204.172%202.015l8.086%2010.5c.914%201.196.609%201.664-.68%201.664H35.7c-1.29%200-1.923.985-1.923%202.04v.07c0%202.882-2.25%205.93-5.789%205.93c-3.515%200-5.765-3.048-5.765-5.93v-.07c0-1.055-.633-2.04-1.922-2.04H5.863c-1.336%200-1.547-.562-.703-1.664l8.04-10.43c1.382-1.757%202.507-2.085%204.218-2.085h4.43v-3.282h-4.172c-4.149%200-5.25.727-8.156%204.43l-7.83%209.984C.661%2031.773.355%2032.781.355%2034.891v12.937c0%204.852%202.485%207.266%207.36%207.266%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-fill.svg?color=%231a73e8&size=48