inbox arrow down icon
inbox-arrow-down-16-solid from HeroIcons by Refactoring UI Inc · Solid 16x16 · MIT Free for personal and commercial use.
- Name
- inbox-arrow-down-16-solid
- Set
- HeroIcons
- Style
- Solid 16x16
- Viewbox
- 16×16
- License
- MIT
3 other variants in HeroIcons
The same icon in other sets
Related icons in HeroIcons
Use the inbox arrow down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.75 2.75a.75.75 0 0 0-1.5 0v3.69l-.72-.72a.75.75 0 0 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l2-2a.75.75 0 1 0-1.06-1.06l-.72.72z"/><path fill="currentColor" d="M4.784 4.5a.75.75 0 0 0-.701.483L2.553 9h2.412a1 1 0 0 1 .832.445l.406.61a1 1 0 0 0 .832.445h1.93a1 1 0 0 0 .832-.445l.406-.61A1 1 0 0 1 11.035 9h2.412l-1.53-4.017a.75.75 0 0 0-.7-.483h-.467a.75.75 0 0 1 0-1.5h.466c.934 0 1.77.577 2.103 1.449l1.534 4.026c.097.256.147.527.147.801v1.474A2.25 2.25 0 0 1 12.75 13h-9.5A2.25 2.25 0 0 1 1 10.75V9.276c0-.274.05-.545.147-.801l1.534-4.026A2.25 2.25 0 0 1 4.784 3h.466a.75.75 0 0 1 0 1.5z"/></svg>
React
import type { SVGProps } from "react";
export function HeroiconsInboxArrowDown16Solid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.75 2.75a.75.75 0 0 0-1.5 0v3.69l-.72-.72a.75.75 0 0 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l2-2a.75.75 0 1 0-1.06-1.06l-.72.72z"/><path fill="currentColor" d="M4.784 4.5a.75.75 0 0 0-.701.483L2.553 9h2.412a1 1 0 0 1 .832.445l.406.61a1 1 0 0 0 .832.445h1.93a1 1 0 0 0 .832-.445l.406-.61A1 1 0 0 1 11.035 9h2.412l-1.53-4.017a.75.75 0 0 0-.7-.483h-.467a.75.75 0 0 1 0-1.5h.466c.934 0 1.77.577 2.103 1.449l1.534 4.026c.097.256.147.527.147.801v1.474A2.25 2.25 0 0 1 12.75 13h-9.5A2.25 2.25 0 0 1 1 10.75V9.276c0-.274.05-.545.147-.801l1.534-4.026A2.25 2.25 0 0 1 4.784 3h.466a.75.75 0 0 1 0 1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.75 2.75a.75.75 0 0 0-1.5 0v3.69l-.72-.72a.75.75 0 0 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l2-2a.75.75 0 1 0-1.06-1.06l-.72.72z"/><path fill="currentColor" d="M4.784 4.5a.75.75 0 0 0-.701.483L2.553 9h2.412a1 1 0 0 1 .832.445l.406.61a1 1 0 0 0 .832.445h1.93a1 1 0 0 0 .832-.445l.406-.61A1 1 0 0 1 11.035 9h2.412l-1.53-4.017a.75.75 0 0 0-.7-.483h-.467a.75.75 0 0 1 0-1.5h.466c.934 0 1.77.577 2.103 1.449l1.534 4.026c.097.256.147.527.147.801v1.474A2.25 2.25 0 0 1 12.75 13h-9.5A2.25 2.25 0 0 1 1 10.75V9.276c0-.274.05-.545.147-.801l1.534-4.026A2.25 2.25 0 0 1 4.784 3h.466a.75.75 0 0 1 0 1.5z"/></svg> </template>
CSS
.icon-inbox-arrow-down-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.75%202.75a.75.75%200%200%200-1.5%200v3.69l-.72-.72a.75.75%200%200%200-1.06%201.06l2%202a.75.75%200%200%200%201.06%200l2-2a.75.75%200%201%200-1.06-1.06l-.72.72z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.784%204.5a.75.75%200%200%200-.701.483L2.553%209h2.412a1%201%200%200%201%20.832.445l.406.61a1%201%200%200%200%20.832.445h1.93a1%201%200%200%200%20.832-.445l.406-.61A1%201%200%200%201%2011.035%209h2.412l-1.53-4.017a.75.75%200%200%200-.7-.483h-.467a.75.75%200%200%201%200-1.5h.466c.934%200%201.77.577%202.103%201.449l1.534%204.026c.097.256.147.527.147.801v1.474A2.25%202.25%200%200%201%2012.75%2013h-9.5A2.25%202.25%200%200%201%201%2010.75V9.276c0-.274.05-.545.147-.801l1.534-4.026A2.25%202.25%200%200%201%204.784%203h.466a.75.75%200%200%201%200%201.5z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.75%202.75a.75.75%200%200%200-1.5%200v3.69l-.72-.72a.75.75%200%200%200-1.06%201.06l2%202a.75.75%200%200%200%201.06%200l2-2a.75.75%200%201%200-1.06-1.06l-.72.72z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.784%204.5a.75.75%200%200%200-.701.483L2.553%209h2.412a1%201%200%200%201%20.832.445l.406.61a1%201%200%200%200%20.832.445h1.93a1%201%200%200%200%20.832-.445l.406-.61A1%201%200%200%201%2011.035%209h2.412l-1.53-4.017a.75.75%200%200%200-.7-.483h-.467a.75.75%200%200%201%200-1.5h.466c.934%200%201.77.577%202.103%201.449l1.534%204.026c.097.256.147.527.147.801v1.474A2.25%202.25%200%200%201%2012.75%2013h-9.5A2.25%202.25%200%200%201%201%2010.75V9.276c0-.274.05-.545.147-.801l1.534-4.026A2.25%202.25%200%200%201%204.784%203h.466a.75.75%200%200%201%200%201.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/heroicons/inbox-arrow-down-16-solid.svg?color=%231a73e8&size=48