download 3 icon
download-3-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- download-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 download 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 11a1 1 0 0 1 1 1v6.583l1.294-1.291a1 1 0 0 1 1.412 1.415l-2.822 2.82q-.045.045-.095.084a.997.997 0 0 1-1.581-.003a1 1 0 0 1-.09-.082l-2.824-2.819a1 1 0 0 1 1.413-1.415L11 18.582V12a1 1 0 0 1 1-1m-.5-9a6.5 6.5 0 0 1 6.085 4.213a6.001 6.001 0 0 1 .393 11.451A2.994 2.994 0 0 0 15 15v-3a3 3 0 0 0-5.999 0v3a2.994 2.994 0 0 0-2.996 2.9a5.001 5.001 0 0 1-1.002-9.485A6.5 6.5 0 0 1 11.5 2"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteDownload3Fill(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="M12 11a1 1 0 0 1 1 1v6.583l1.294-1.291a1 1 0 0 1 1.412 1.415l-2.822 2.82q-.045.045-.095.084a.997.997 0 0 1-1.581-.003a1 1 0 0 1-.09-.082l-2.824-2.819a1 1 0 0 1 1.413-1.415L11 18.582V12a1 1 0 0 1 1-1m-.5-9a6.5 6.5 0 0 1 6.085 4.213a6.001 6.001 0 0 1 .393 11.451A2.994 2.994 0 0 0 15 15v-3a3 3 0 0 0-5.999 0v3a2.994 2.994 0 0 0-2.996 2.9a5.001 5.001 0 0 1-1.002-9.485A6.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="M12 11a1 1 0 0 1 1 1v6.583l1.294-1.291a1 1 0 0 1 1.412 1.415l-2.822 2.82q-.045.045-.095.084a.997.997 0 0 1-1.581-.003a1 1 0 0 1-.09-.082l-2.824-2.819a1 1 0 0 1 1.413-1.415L11 18.582V12a1 1 0 0 1 1-1m-.5-9a6.5 6.5 0 0 1 6.085 4.213a6.001 6.001 0 0 1 .393 11.451A2.994 2.994 0 0 0 15 15v-3a3 3 0 0 0-5.999 0v3a2.994 2.994 0 0 0-2.996 2.9a5.001 5.001 0 0 1-1.002-9.485A6.5 6.5 0 0 1 11.5 2"/></svg> </template>
CSS
.icon-download-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%22M12%2011a1%201%200%200%201%201%201v6.583l1.294-1.291a1%201%200%200%201%201.412%201.415l-2.822%202.82q-.045.045-.095.084a.997.997%200%200%201-1.581-.003a1%201%200%200%201-.09-.082l-2.824-2.819a1%201%200%200%201%201.413-1.415L11%2018.582V12a1%201%200%200%201%201-1m-.5-9a6.5%206.5%200%200%201%206.085%204.213a6.001%206.001%200%200%201%20.393%2011.451A2.994%202.994%200%200%200%2015%2015v-3a3%203%200%200%200-5.999%200v3a2.994%202.994%200%200%200-2.996%202.9a5.001%205.001%200%200%201-1.002-9.485A6.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%22M12%2011a1%201%200%200%201%201%201v6.583l1.294-1.291a1%201%200%200%201%201.412%201.415l-2.822%202.82q-.045.045-.095.084a.997.997%200%200%201-1.581-.003a1%201%200%200%201-.09-.082l-2.824-2.819a1%201%200%200%201%201.413-1.415L11%2018.582V12a1%201%200%200%201%201-1m-.5-9a6.5%206.5%200%200%201%206.085%204.213a6.001%206.001%200%200%201%20.393%2011.451A2.994%202.994%200%200%200%2015%2015v-3a3%203%200%200%200-5.999%200v3a2.994%202.994%200%200%200-2.996%202.9a5.001%205.001%200%200%201-1.002-9.485A6.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/download-3-fill.svg?color=%231a73e8&size=48