cloud upload icon
cloud-upload-fill from Eva Icons by Akveo · Fill · MIT Free for personal and commercial use.
- Name
- cloud-upload-fill
- Set
- Eva Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- MIT
1 other variant in Eva Icons
The same icon in other sets
cloud-uploadAkar Iconscloud-uploadBootstrap Iconscloud-uploadBoxIcons v2cloud-uploadBoxIcons v2 Solidcloud-uploadCarboncloud-uploadFramework7 Iconscloud-uploadHuge Iconscloud-uploadIconoircloud-uploadIonIconscloud-uploadLucidecloud-uploadMajesticonscloud-uploadMaterial Symbolscloud-uploadMaterial Design Iconscloud-uploadOcticonscloud-uploadPixelarticonscloud-upload-boldSolarcloud-uploadTabler Iconscloud-uploadUnicons
Related icons in Eva Icons
Use the cloud 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.9 12c0-.11-.06-.22-.09-.33a4 4 0 0 0-.18-.57c-.05-.12-.12-.24-.18-.37s-.15-.3-.24-.44S21 10.08 21 10s-.2-.25-.31-.37s-.21-.2-.32-.3L20 9l-.36-.24a4 4 0 0 0-.44-.23l-.39-.18a4 4 0 0 0-.5-.15a3 3 0 0 0-.41-.09L17.67 8A6 6 0 0 0 6.33 8l-.18.05a3 3 0 0 0-.41.09a4 4 0 0 0-.5.15l-.39.18a4 4 0 0 0-.44.23l-.36.3l-.37.31c-.11.1-.22.19-.32.3s-.21.25-.31.37s-.18.23-.26.36s-.16.29-.24.44s-.13.25-.18.37a4 4 0 0 0-.18.57c0 .11-.07.22-.09.33A5 5 0 0 0 2 13a5.5 5.5 0 0 0 .09.91c0 .1.05.19.07.29a6 6 0 0 0 .18.58l.12.29a5 5 0 0 0 .3.56l.14.22a1 1 0 0 0 .05.08L3 16a5 5 0 0 0 4 2h3v-1.37a2 2 0 0 1-1 .27a2.05 2.05 0 0 1-1.44-.61a2 2 0 0 1 .05-2.83l3-2.9A2 2 0 0 1 12 10a2 2 0 0 1 1.41.59l3 3a2 2 0 0 1 0 2.82A2 2 0 0 1 15 17a1.9 1.9 0 0 1-1-.27V18h3a5 5 0 0 0 4-2l.05-.05a1 1 0 0 0 .05-.08l.14-.22a5 5 0 0 0 .3-.56l.12-.29a6 6 0 0 0 .18-.58c0-.1.05-.19.07-.29A5.5 5.5 0 0 0 22 13a5 5 0 0 0-.1-1"/><path fill="currentColor" d="M12.71 11.29a1 1 0 0 0-1.4 0l-3 2.9a1 1 0 1 0 1.38 1.44L11 14.36V20a1 1 0 0 0 2 0v-5.59l1.29 1.3a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42Z"/></svg>
React
import type { SVGProps } from "react";
export function EvaCloudUploadFill(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.9 12c0-.11-.06-.22-.09-.33a4 4 0 0 0-.18-.57c-.05-.12-.12-.24-.18-.37s-.15-.3-.24-.44S21 10.08 21 10s-.2-.25-.31-.37s-.21-.2-.32-.3L20 9l-.36-.24a4 4 0 0 0-.44-.23l-.39-.18a4 4 0 0 0-.5-.15a3 3 0 0 0-.41-.09L17.67 8A6 6 0 0 0 6.33 8l-.18.05a3 3 0 0 0-.41.09a4 4 0 0 0-.5.15l-.39.18a4 4 0 0 0-.44.23l-.36.3l-.37.31c-.11.1-.22.19-.32.3s-.21.25-.31.37s-.18.23-.26.36s-.16.29-.24.44s-.13.25-.18.37a4 4 0 0 0-.18.57c0 .11-.07.22-.09.33A5 5 0 0 0 2 13a5.5 5.5 0 0 0 .09.91c0 .1.05.19.07.29a6 6 0 0 0 .18.58l.12.29a5 5 0 0 0 .3.56l.14.22a1 1 0 0 0 .05.08L3 16a5 5 0 0 0 4 2h3v-1.37a2 2 0 0 1-1 .27a2.05 2.05 0 0 1-1.44-.61a2 2 0 0 1 .05-2.83l3-2.9A2 2 0 0 1 12 10a2 2 0 0 1 1.41.59l3 3a2 2 0 0 1 0 2.82A2 2 0 0 1 15 17a1.9 1.9 0 0 1-1-.27V18h3a5 5 0 0 0 4-2l.05-.05a1 1 0 0 0 .05-.08l.14-.22a5 5 0 0 0 .3-.56l.12-.29a6 6 0 0 0 .18-.58c0-.1.05-.19.07-.29A5.5 5.5 0 0 0 22 13a5 5 0 0 0-.1-1"/><path fill="currentColor" d="M12.71 11.29a1 1 0 0 0-1.4 0l-3 2.9a1 1 0 1 0 1.38 1.44L11 14.36V20a1 1 0 0 0 2 0v-5.59l1.29 1.3a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42Z"/></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.9 12c0-.11-.06-.22-.09-.33a4 4 0 0 0-.18-.57c-.05-.12-.12-.24-.18-.37s-.15-.3-.24-.44S21 10.08 21 10s-.2-.25-.31-.37s-.21-.2-.32-.3L20 9l-.36-.24a4 4 0 0 0-.44-.23l-.39-.18a4 4 0 0 0-.5-.15a3 3 0 0 0-.41-.09L17.67 8A6 6 0 0 0 6.33 8l-.18.05a3 3 0 0 0-.41.09a4 4 0 0 0-.5.15l-.39.18a4 4 0 0 0-.44.23l-.36.3l-.37.31c-.11.1-.22.19-.32.3s-.21.25-.31.37s-.18.23-.26.36s-.16.29-.24.44s-.13.25-.18.37a4 4 0 0 0-.18.57c0 .11-.07.22-.09.33A5 5 0 0 0 2 13a5.5 5.5 0 0 0 .09.91c0 .1.05.19.07.29a6 6 0 0 0 .18.58l.12.29a5 5 0 0 0 .3.56l.14.22a1 1 0 0 0 .05.08L3 16a5 5 0 0 0 4 2h3v-1.37a2 2 0 0 1-1 .27a2.05 2.05 0 0 1-1.44-.61a2 2 0 0 1 .05-2.83l3-2.9A2 2 0 0 1 12 10a2 2 0 0 1 1.41.59l3 3a2 2 0 0 1 0 2.82A2 2 0 0 1 15 17a1.9 1.9 0 0 1-1-.27V18h3a5 5 0 0 0 4-2l.05-.05a1 1 0 0 0 .05-.08l.14-.22a5 5 0 0 0 .3-.56l.12-.29a6 6 0 0 0 .18-.58c0-.1.05-.19.07-.29A5.5 5.5 0 0 0 22 13a5 5 0 0 0-.1-1"/><path fill="currentColor" d="M12.71 11.29a1 1 0 0 0-1.4 0l-3 2.9a1 1 0 1 0 1.38 1.44L11 14.36V20a1 1 0 0 0 2 0v-5.59l1.29 1.3a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42Z"/></svg> </template>
CSS
.icon-cloud-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.9%2012c0-.11-.06-.22-.09-.33a4%204%200%200%200-.18-.57c-.05-.12-.12-.24-.18-.37s-.15-.3-.24-.44S21%2010.08%2021%2010s-.2-.25-.31-.37s-.21-.2-.32-.3L20%209l-.36-.24a4%204%200%200%200-.44-.23l-.39-.18a4%204%200%200%200-.5-.15a3%203%200%200%200-.41-.09L17.67%208A6%206%200%200%200%206.33%208l-.18.05a3%203%200%200%200-.41.09a4%204%200%200%200-.5.15l-.39.18a4%204%200%200%200-.44.23l-.36.3l-.37.31c-.11.1-.22.19-.32.3s-.21.25-.31.37s-.18.23-.26.36s-.16.29-.24.44s-.13.25-.18.37a4%204%200%200%200-.18.57c0%20.11-.07.22-.09.33A5%205%200%200%200%202%2013a5.5%205.5%200%200%200%20.09.91c0%20.1.05.19.07.29a6%206%200%200%200%20.18.58l.12.29a5%205%200%200%200%20.3.56l.14.22a1%201%200%200%200%20.05.08L3%2016a5%205%200%200%200%204%202h3v-1.37a2%202%200%200%201-1%20.27a2.05%202.05%200%200%201-1.44-.61a2%202%200%200%201%20.05-2.83l3-2.9A2%202%200%200%201%2012%2010a2%202%200%200%201%201.41.59l3%203a2%202%200%200%201%200%202.82A2%202%200%200%201%2015%2017a1.9%201.9%200%200%201-1-.27V18h3a5%205%200%200%200%204-2l.05-.05a1%201%200%200%200%20.05-.08l.14-.22a5%205%200%200%200%20.3-.56l.12-.29a6%206%200%200%200%20.18-.58c0-.1.05-.19.07-.29A5.5%205.5%200%200%200%2022%2013a5%205%200%200%200-.1-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.71%2011.29a1%201%200%200%200-1.4%200l-3%202.9a1%201%200%201%200%201.38%201.44L11%2014.36V20a1%201%200%200%200%202%200v-5.59l1.29%201.3a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42Z%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.9%2012c0-.11-.06-.22-.09-.33a4%204%200%200%200-.18-.57c-.05-.12-.12-.24-.18-.37s-.15-.3-.24-.44S21%2010.08%2021%2010s-.2-.25-.31-.37s-.21-.2-.32-.3L20%209l-.36-.24a4%204%200%200%200-.44-.23l-.39-.18a4%204%200%200%200-.5-.15a3%203%200%200%200-.41-.09L17.67%208A6%206%200%200%200%206.33%208l-.18.05a3%203%200%200%200-.41.09a4%204%200%200%200-.5.15l-.39.18a4%204%200%200%200-.44.23l-.36.3l-.37.31c-.11.1-.22.19-.32.3s-.21.25-.31.37s-.18.23-.26.36s-.16.29-.24.44s-.13.25-.18.37a4%204%200%200%200-.18.57c0%20.11-.07.22-.09.33A5%205%200%200%200%202%2013a5.5%205.5%200%200%200%20.09.91c0%20.1.05.19.07.29a6%206%200%200%200%20.18.58l.12.29a5%205%200%200%200%20.3.56l.14.22a1%201%200%200%200%20.05.08L3%2016a5%205%200%200%200%204%202h3v-1.37a2%202%200%200%201-1%20.27a2.05%202.05%200%200%201-1.44-.61a2%202%200%200%201%20.05-2.83l3-2.9A2%202%200%200%201%2012%2010a2%202%200%200%201%201.41.59l3%203a2%202%200%200%201%200%202.82A2%202%200%200%201%2015%2017a1.9%201.9%200%200%201-1-.27V18h3a5%205%200%200%200%204-2l.05-.05a1%201%200%200%200%20.05-.08l.14-.22a5%205%200%200%200%20.3-.56l.12-.29a6%206%200%200%200%20.18-.58c0-.1.05-.19.07-.29A5.5%205.5%200%200%200%2022%2013a5%205%200%200%200-.1-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.71%2011.29a1%201%200%200%200-1.4%200l-3%202.9a1%201%200%201%200%201.38%201.44L11%2014.36V20a1%201%200%200%200%202%200v-5.59l1.29%201.3a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/cloud-upload-fill.svg?color=%231a73e8&size=48