arrow up tray icon
arrow-up-tray-16-solid from HeroIcons by Refactoring UI Inc · Solid 16x16 · MIT Free for personal and commercial use.
- Name
- arrow-up-tray-16-solid
- Set
- HeroIcons
- Style
- Solid 16x16
- Viewbox
- 16×16
- License
- MIT
3 other variants in HeroIcons
Related icons in HeroIcons
arrow-downarrow-down-circlearrow-down-leftarrow-down-on-squarearrow-down-on-square-stackarrow-down-rightarrow-down-trayarrow-leftarrow-left-circlearrow-left-end-on-rectanglearrow-left-on-rectanglearrow-left-start-on-rectanglearrow-long-downarrow-long-leftarrow-long-rightarrow-long-uparrow-patharrow-path-rounded-squarearrow-rightarrow-right-circlearrow-right-end-on-rectanglearrow-right-on-rectanglearrow-right-start-on-rectanglearrow-small-down
Use the arrow up tray icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M7.25 10.25a.75.75 0 0 0 1.5 0V4.56l2.22 2.22a.75.75 0 1 0 1.06-1.06l-3.5-3.5a.75.75 0 0 0-1.06 0l-3.5 3.5a.75.75 0 0 0 1.06 1.06l2.22-2.22z"/><path d="M3.5 9.75a.75.75 0 0 0-1.5 0v1.5A2.75 2.75 0 0 0 4.75 14h6.5A2.75 2.75 0 0 0 14 11.25v-1.5a.75.75 0 0 0-1.5 0v1.5c0 .69-.56 1.25-1.25 1.25h-6.5c-.69 0-1.25-.56-1.25-1.25z"/></g></svg>
React
import type { SVGProps } from "react";
export function HeroiconsArrowUpTray16Solid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M7.25 10.25a.75.75 0 0 0 1.5 0V4.56l2.22 2.22a.75.75 0 1 0 1.06-1.06l-3.5-3.5a.75.75 0 0 0-1.06 0l-3.5 3.5a.75.75 0 0 0 1.06 1.06l2.22-2.22z"/><path d="M3.5 9.75a.75.75 0 0 0-1.5 0v1.5A2.75 2.75 0 0 0 4.75 14h6.5A2.75 2.75 0 0 0 14 11.25v-1.5a.75.75 0 0 0-1.5 0v1.5c0 .69-.56 1.25-1.25 1.25h-6.5c-.69 0-1.25-.56-1.25-1.25z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M7.25 10.25a.75.75 0 0 0 1.5 0V4.56l2.22 2.22a.75.75 0 1 0 1.06-1.06l-3.5-3.5a.75.75 0 0 0-1.06 0l-3.5 3.5a.75.75 0 0 0 1.06 1.06l2.22-2.22z"/><path d="M3.5 9.75a.75.75 0 0 0-1.5 0v1.5A2.75 2.75 0 0 0 4.75 14h6.5A2.75 2.75 0 0 0 14 11.25v-1.5a.75.75 0 0 0-1.5 0v1.5c0 .69-.56 1.25-1.25 1.25h-6.5c-.69 0-1.25-.56-1.25-1.25z"/></g></svg> </template>
CSS
.icon-arrow-up-tray-16-solid {
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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7.25%2010.25a.75.75%200%200%200%201.5%200V4.56l2.22%202.22a.75.75%200%201%200%201.06-1.06l-3.5-3.5a.75.75%200%200%200-1.06%200l-3.5%203.5a.75.75%200%200%200%201.06%201.06l2.22-2.22z%22%2F%3E%3Cpath%20d%3D%22M3.5%209.75a.75.75%200%200%200-1.5%200v1.5A2.75%202.75%200%200%200%204.75%2014h6.5A2.75%202.75%200%200%200%2014%2011.25v-1.5a.75.75%200%200%200-1.5%200v1.5c0%20.69-.56%201.25-1.25%201.25h-6.5c-.69%200-1.25-.56-1.25-1.25z%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7.25%2010.25a.75.75%200%200%200%201.5%200V4.56l2.22%202.22a.75.75%200%201%200%201.06-1.06l-3.5-3.5a.75.75%200%200%200-1.06%200l-3.5%203.5a.75.75%200%200%200%201.06%201.06l2.22-2.22z%22%2F%3E%3Cpath%20d%3D%22M3.5%209.75a.75.75%200%200%200-1.5%200v1.5A2.75%202.75%200%200%200%204.75%2014h6.5A2.75%202.75%200%200%200%2014%2011.25v-1.5a.75.75%200%200%200-1.5%200v1.5c0%20.69-.56%201.25-1.25%201.25h-6.5c-.69%200-1.25-.56-1.25-1.25z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/heroicons/arrow-up-tray-16-solid.svg?color=%231a73e8&size=48