upload 3 icon
upload-3-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- upload-3-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Related icons in MingCute Icon
Use the upload 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.117 9.474a1.25 1.25 0 0 1 1.767 0l2.822 2.818a1 1 0 0 1-1.412 1.416L13 12.416V21a1 1 0 0 1-2 0v-8.583l-1.293 1.291a1 1 0 0 1-1.413-1.416zM11.5 2a6.5 6.5 0 0 1 6.085 4.213A6.001 6.001 0 0 1 16 18h-1v-2.001a3 3 0 0 0 2.12-5.121l-2.824-2.82a3.25 3.25 0 0 0-4.593 0l-2.823 2.82A3 3 0 0 0 9 15.999V18H7a5 5 0 0 1-1.998-9.585A6.5 6.5 0 0 1 11.5 2"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteUpload3Fill(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="M11.117 9.474a1.25 1.25 0 0 1 1.767 0l2.822 2.818a1 1 0 0 1-1.412 1.416L13 12.416V21a1 1 0 0 1-2 0v-8.583l-1.293 1.291a1 1 0 0 1-1.413-1.416zM11.5 2a6.5 6.5 0 0 1 6.085 4.213A6.001 6.001 0 0 1 16 18h-1v-2.001a3 3 0 0 0 2.12-5.121l-2.824-2.82a3.25 3.25 0 0 0-4.593 0l-2.823 2.82A3 3 0 0 0 9 15.999V18H7a5 5 0 0 1-1.998-9.585A6.5 6.5 0 0 1 11.5 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.117 9.474a1.25 1.25 0 0 1 1.767 0l2.822 2.818a1 1 0 0 1-1.412 1.416L13 12.416V21a1 1 0 0 1-2 0v-8.583l-1.293 1.291a1 1 0 0 1-1.413-1.416zM11.5 2a6.5 6.5 0 0 1 6.085 4.213A6.001 6.001 0 0 1 16 18h-1v-2.001a3 3 0 0 0 2.12-5.121l-2.824-2.82a3.25 3.25 0 0 0-4.593 0l-2.823 2.82A3 3 0 0 0 9 15.999V18H7a5 5 0 0 1-1.998-9.585A6.5 6.5 0 0 1 11.5 2"/></svg> </template>
CSS
.icon-upload-3-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%22M11.117%209.474a1.25%201.25%200%200%201%201.767%200l2.822%202.818a1%201%200%200%201-1.412%201.416L13%2012.416V21a1%201%200%200%201-2%200v-8.583l-1.293%201.291a1%201%200%200%201-1.413-1.416zM11.5%202a6.5%206.5%200%200%201%206.085%204.213A6.001%206.001%200%200%201%2016%2018h-1v-2.001a3%203%200%200%200%202.12-5.121l-2.824-2.82a3.25%203.25%200%200%200-4.593%200l-2.823%202.82A3%203%200%200%200%209%2015.999V18H7a5%205%200%200%201-1.998-9.585A6.5%206.5%200%200%201%2011.5%202%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%22M11.117%209.474a1.25%201.25%200%200%201%201.767%200l2.822%202.818a1%201%200%200%201-1.412%201.416L13%2012.416V21a1%201%200%200%201-2%200v-8.583l-1.293%201.291a1%201%200%200%201-1.413-1.416zM11.5%202a6.5%206.5%200%200%201%206.085%204.213A6.001%206.001%200%200%201%2016%2018h-1v-2.001a3%203%200%200%200%202.12-5.121l-2.824-2.82a3.25%203.25%200%200%200-4.593%200l-2.823%202.82A3%203%200%200%200%209%2015.999V18H7a5%205%200%200%201-1.998-9.585A6.5%206.5%200%200%201%2011.5%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/upload-3-fill.svg?color=%231a73e8&size=48