cloud upload icon
cloud-upload-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- cloud-upload-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
cloud-uploadAkar Iconscloud-upload-outlinedAnt Design Iconscloud-uploadBootstrap Iconscloud-uploadBoxIcons v2cloud-uploadBoxIcons v2 Solidcloud-uploadCarboncloud-uploadCodiconscloud-upload-fillEva Iconscloud-uploadFont Awesome Solidcloud-uploadHuge Iconscloud-uploadIconoircloud-uploadIonIconscloud-uploadLucidecloud-uploadMajesticonscloud-uploadMaterial Symbolscloud-uploadMaterial Symbols Lightcloud-uploadMaterial Design Iconscloud-uploadMyna UI Iconscloud-uploadOcticonscloud-uploadPixelarticonscloud-uploadPrime Iconscloud-upload-boldSolarcloud-uploadTabler Iconscloud-uploadTDesign Icons
Related icons in Framework7 Icons
Use the cloud upload icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="M29.956 39.852v6.722a2 2 0 1 1-4 0v-6.722H10.872c-5.71 0-10.34-4.629-10.34-10.34c0-4.907 3.42-9.017 8.007-10.075l-.004-.264a8.744 8.744 0 0 1 11.225-8.387c2.747-4.223 7.508-7.015 12.921-7.015c8.507 0 15.403 6.896 15.403 15.402q0 .726-.066 1.435c4.303 1.014 7.506 4.88 7.506 9.492c0 5.386-4.366 9.752-9.752 9.752zm-2.012-19.794c-.468 0-.89.164-1.359.633l-7.922 7.64c-.351.352-.539.727-.539 1.243c0 .96.727 1.64 1.711 1.64a1.7 1.7 0 0 0 1.266-.562l3.539-3.773l1.594-1.664l-.141 3.492v9.98c0 .984.844 1.805 1.851 1.805s1.875-.82 1.875-1.805v-9.98l-.164-3.492l1.594 1.664l3.563 3.773c.328.375.82.563 1.289.563c.984 0 1.687-.68 1.687-1.641c0-.516-.21-.89-.562-1.242l-7.922-7.64c-.469-.47-.867-.634-1.36-.634"/></svg>
React
import type { SVGProps } from "react";
export function F7CloudUploadFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fillRule="evenodd" d="M29.956 39.852v6.722a2 2 0 1 1-4 0v-6.722H10.872c-5.71 0-10.34-4.629-10.34-10.34c0-4.907 3.42-9.017 8.007-10.075l-.004-.264a8.744 8.744 0 0 1 11.225-8.387c2.747-4.223 7.508-7.015 12.921-7.015c8.507 0 15.403 6.896 15.403 15.402q0 .726-.066 1.435c4.303 1.014 7.506 4.88 7.506 9.492c0 5.386-4.366 9.752-9.752 9.752zm-2.012-19.794c-.468 0-.89.164-1.359.633l-7.922 7.64c-.351.352-.539.727-.539 1.243c0 .96.727 1.64 1.711 1.64a1.7 1.7 0 0 0 1.266-.562l3.539-3.773l1.594-1.664l-.141 3.492v9.98c0 .984.844 1.805 1.851 1.805s1.875-.82 1.875-1.805v-9.98l-.164-3.492l1.594 1.664l3.563 3.773c.328.375.82.563 1.289.563c.984 0 1.687-.68 1.687-1.641c0-.516-.21-.89-.562-1.242l-7.922-7.64c-.469-.47-.867-.634-1.36-.634"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="M29.956 39.852v6.722a2 2 0 1 1-4 0v-6.722H10.872c-5.71 0-10.34-4.629-10.34-10.34c0-4.907 3.42-9.017 8.007-10.075l-.004-.264a8.744 8.744 0 0 1 11.225-8.387c2.747-4.223 7.508-7.015 12.921-7.015c8.507 0 15.403 6.896 15.403 15.402q0 .726-.066 1.435c4.303 1.014 7.506 4.88 7.506 9.492c0 5.386-4.366 9.752-9.752 9.752zm-2.012-19.794c-.468 0-.89.164-1.359.633l-7.922 7.64c-.351.352-.539.727-.539 1.243c0 .96.727 1.64 1.711 1.64a1.7 1.7 0 0 0 1.266-.562l3.539-3.773l1.594-1.664l-.141 3.492v9.98c0 .984.844 1.805 1.851 1.805s1.875-.82 1.875-1.805v-9.98l-.164-3.492l1.594 1.664l3.563 3.773c.328.375.82.563 1.289.563c.984 0 1.687-.68 1.687-1.641c0-.516-.21-.89-.562-1.242l-7.922-7.64c-.469-.47-.867-.634-1.36-.634"/></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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M29.956%2039.852v6.722a2%202%200%201%201-4%200v-6.722H10.872c-5.71%200-10.34-4.629-10.34-10.34c0-4.907%203.42-9.017%208.007-10.075l-.004-.264a8.744%208.744%200%200%201%2011.225-8.387c2.747-4.223%207.508-7.015%2012.921-7.015c8.507%200%2015.403%206.896%2015.403%2015.402q0%20.726-.066%201.435c4.303%201.014%207.506%204.88%207.506%209.492c0%205.386-4.366%209.752-9.752%209.752zm-2.012-19.794c-.468%200-.89.164-1.359.633l-7.922%207.64c-.351.352-.539.727-.539%201.243c0%20.96.727%201.64%201.711%201.64a1.7%201.7%200%200%200%201.266-.562l3.539-3.773l1.594-1.664l-.141%203.492v9.98c0%20.984.844%201.805%201.851%201.805s1.875-.82%201.875-1.805v-9.98l-.164-3.492l1.594%201.664l3.563%203.773c.328.375.82.563%201.289.563c.984%200%201.687-.68%201.687-1.641c0-.516-.21-.89-.562-1.242l-7.922-7.64c-.469-.47-.867-.634-1.36-.634%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M29.956%2039.852v6.722a2%202%200%201%201-4%200v-6.722H10.872c-5.71%200-10.34-4.629-10.34-10.34c0-4.907%203.42-9.017%208.007-10.075l-.004-.264a8.744%208.744%200%200%201%2011.225-8.387c2.747-4.223%207.508-7.015%2012.921-7.015c8.507%200%2015.403%206.896%2015.403%2015.402q0%20.726-.066%201.435c4.303%201.014%207.506%204.88%207.506%209.492c0%205.386-4.366%209.752-9.752%209.752zm-2.012-19.794c-.468%200-.89.164-1.359.633l-7.922%207.64c-.351.352-.539.727-.539%201.243c0%20.96.727%201.64%201.711%201.64a1.7%201.7%200%200%200%201.266-.562l3.539-3.773l1.594-1.664l-.141%203.492v9.98c0%20.984.844%201.805%201.851%201.805s1.875-.82%201.875-1.805v-9.98l-.164-3.492l1.594%201.664l3.563%203.773c.328.375.82.563%201.289.563c.984%200%201.687-.68%201.687-1.641c0-.516-.21-.89-.562-1.242l-7.922-7.64c-.469-.47-.867-.634-1.36-.634%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/cloud-upload-fill.svg?color=%231a73e8&size=48