inbox upload icon
inbox-upload-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- inbox-upload-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
Related icons in Mage Icons
Use the inbox upload icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.97 10.393v4.87A6.745 6.745 0 0 1 15.23 22H8.74A6.75 6.75 0 0 1 2 15.264V8.777A6.745 6.745 0 0 1 8.74 2.04h4.862a.749.749 0 1 1 0 1.497H8.74a5.243 5.243 0 0 0-5.242 5.24v2.495h2.496a2.72 2.72 0 0 1 1.937.798a2.82 2.82 0 0 1 .809 1.946a1.247 1.247 0 0 0 1.248 1.248h3.994a1.22 1.22 0 0 0 .878-.37c.234-.233.367-.548.37-.878a2.72 2.72 0 0 1 2.746-2.745h2.496v-.878a.749.749 0 0 1 1.497 0"/><path fill="currentColor" d="M18.924 8.527a.75.75 0 0 1-.739-.748v-4.99a.74.74 0 0 1 .74-.749a.75.75 0 0 1 .758.749v4.99a.76.76 0 0 1-.759.748"/><path fill="currentColor" d="M21.8 4.355L19.803 2.36a1.05 1.05 0 0 0-.39-.27a1.2 1.2 0 0 0-.459-.09c-.15.002-.3.032-.44.09a1.4 1.4 0 0 0-.389.27l-1.997 1.995a.75.75 0 0 0 0 1.058a.74.74 0 0 0 1.059 0l.998-.998l.75-.748l1.757 1.756a.73.73 0 0 0 .529.22a.74.74 0 0 0 .529-.22a.75.75 0 0 0 .05-1.068"/></svg>
React
import type { SVGProps } from "react";
export function MageInboxUploadFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.97 10.393v4.87A6.745 6.745 0 0 1 15.23 22H8.74A6.75 6.75 0 0 1 2 15.264V8.777A6.745 6.745 0 0 1 8.74 2.04h4.862a.749.749 0 1 1 0 1.497H8.74a5.243 5.243 0 0 0-5.242 5.24v2.495h2.496a2.72 2.72 0 0 1 1.937.798a2.82 2.82 0 0 1 .809 1.946a1.247 1.247 0 0 0 1.248 1.248h3.994a1.22 1.22 0 0 0 .878-.37c.234-.233.367-.548.37-.878a2.72 2.72 0 0 1 2.746-2.745h2.496v-.878a.749.749 0 0 1 1.497 0"/><path fill="currentColor" d="M18.924 8.527a.75.75 0 0 1-.739-.748v-4.99a.74.74 0 0 1 .74-.749a.75.75 0 0 1 .758.749v4.99a.76.76 0 0 1-.759.748"/><path fill="currentColor" d="M21.8 4.355L19.803 2.36a1.05 1.05 0 0 0-.39-.27a1.2 1.2 0 0 0-.459-.09c-.15.002-.3.032-.44.09a1.4 1.4 0 0 0-.389.27l-1.997 1.995a.75.75 0 0 0 0 1.058a.74.74 0 0 0 1.059 0l.998-.998l.75-.748l1.757 1.756a.73.73 0 0 0 .529.22a.74.74 0 0 0 .529-.22a.75.75 0 0 0 .05-1.068"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.97 10.393v4.87A6.745 6.745 0 0 1 15.23 22H8.74A6.75 6.75 0 0 1 2 15.264V8.777A6.745 6.745 0 0 1 8.74 2.04h4.862a.749.749 0 1 1 0 1.497H8.74a5.243 5.243 0 0 0-5.242 5.24v2.495h2.496a2.72 2.72 0 0 1 1.937.798a2.82 2.82 0 0 1 .809 1.946a1.247 1.247 0 0 0 1.248 1.248h3.994a1.22 1.22 0 0 0 .878-.37c.234-.233.367-.548.37-.878a2.72 2.72 0 0 1 2.746-2.745h2.496v-.878a.749.749 0 0 1 1.497 0"/><path fill="currentColor" d="M18.924 8.527a.75.75 0 0 1-.739-.748v-4.99a.74.74 0 0 1 .74-.749a.75.75 0 0 1 .758.749v4.99a.76.76 0 0 1-.759.748"/><path fill="currentColor" d="M21.8 4.355L19.803 2.36a1.05 1.05 0 0 0-.39-.27a1.2 1.2 0 0 0-.459-.09c-.15.002-.3.032-.44.09a1.4 1.4 0 0 0-.389.27l-1.997 1.995a.75.75 0 0 0 0 1.058a.74.74 0 0 0 1.059 0l.998-.998l.75-.748l1.757 1.756a.73.73 0 0 0 .529.22a.74.74 0 0 0 .529-.22a.75.75 0 0 0 .05-1.068"/></svg> </template>
CSS
.icon-inbox-upload-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.97%2010.393v4.87A6.745%206.745%200%200%201%2015.23%2022H8.74A6.75%206.75%200%200%201%202%2015.264V8.777A6.745%206.745%200%200%201%208.74%202.04h4.862a.749.749%200%201%201%200%201.497H8.74a5.243%205.243%200%200%200-5.242%205.24v2.495h2.496a2.72%202.72%200%200%201%201.937.798a2.82%202.82%200%200%201%20.809%201.946a1.247%201.247%200%200%200%201.248%201.248h3.994a1.22%201.22%200%200%200%20.878-.37c.234-.233.367-.548.37-.878a2.72%202.72%200%200%201%202.746-2.745h2.496v-.878a.749.749%200%200%201%201.497%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.924%208.527a.75.75%200%200%201-.739-.748v-4.99a.74.74%200%200%201%20.74-.749a.75.75%200%200%201%20.758.749v4.99a.76.76%200%200%201-.759.748%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.8%204.355L19.803%202.36a1.05%201.05%200%200%200-.39-.27a1.2%201.2%200%200%200-.459-.09c-.15.002-.3.032-.44.09a1.4%201.4%200%200%200-.389.27l-1.997%201.995a.75.75%200%200%200%200%201.058a.74.74%200%200%200%201.059%200l.998-.998l.75-.748l1.757%201.756a.73.73%200%200%200%20.529.22a.74.74%200%200%200%20.529-.22a.75.75%200%200%200%20.05-1.068%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.97%2010.393v4.87A6.745%206.745%200%200%201%2015.23%2022H8.74A6.75%206.75%200%200%201%202%2015.264V8.777A6.745%206.745%200%200%201%208.74%202.04h4.862a.749.749%200%201%201%200%201.497H8.74a5.243%205.243%200%200%200-5.242%205.24v2.495h2.496a2.72%202.72%200%200%201%201.937.798a2.82%202.82%200%200%201%20.809%201.946a1.247%201.247%200%200%200%201.248%201.248h3.994a1.22%201.22%200%200%200%20.878-.37c.234-.233.367-.548.37-.878a2.72%202.72%200%200%201%202.746-2.745h2.496v-.878a.749.749%200%200%201%201.497%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.924%208.527a.75.75%200%200%201-.739-.748v-4.99a.74.74%200%200%201%20.74-.749a.75.75%200%200%201%20.758.749v4.99a.76.76%200%200%201-.759.748%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.8%204.355L19.803%202.36a1.05%201.05%200%200%200-.39-.27a1.2%201.2%200%200%200-.459-.09c-.15.002-.3.032-.44.09a1.4%201.4%200%200%200-.389.27l-1.997%201.995a.75.75%200%200%200%200%201.058a.74.74%200%200%200%201.059%200l.998-.998l.75-.748l1.757%201.756a.73.73%200%200%200%20.529.22a.74.74%200%200%200%20.529-.22a.75.75%200%200%200%20.05-1.068%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/inbox-upload-fill.svg?color=%231a73e8&size=48