cloud upload icon
cloud-upload-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- cloud-upload-fill
- Set
- Bootstrap Icons
- Style
- Fill
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
The same icon in other sets
cloud-uploadAkar Iconscloud-upload-outlinedAnt Design Iconscloud-uploadBoxIcons v2cloud-uploadBoxIcons v2 Solidcloud-uploadCarboncloud-uploadCodiconscloud-upload-fillEva Iconscloud-uploadFramework7 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 Bootstrap Icons
Use the cloud upload icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M8 0a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 4.095 0 5.555 0 7.318C0 9.366 1.708 11 3.781 11H7.5V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11h4.188C14.502 11 16 9.57 16 7.773c0-1.636-1.242-2.969-2.834-3.194C12.923 1.999 10.69 0 8 0m-.5 14.5V11h1v3.5a.5.5 0 0 1-1 0"/></svg>
React
import type { SVGProps } from "react";
export function BiCloudUploadFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fillRule="evenodd" d="M8 0a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 4.095 0 5.555 0 7.318C0 9.366 1.708 11 3.781 11H7.5V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11h4.188C14.502 11 16 9.57 16 7.773c0-1.636-1.242-2.969-2.834-3.194C12.923 1.999 10.69 0 8 0m-.5 14.5V11h1v3.5a.5.5 0 0 1-1 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M8 0a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 4.095 0 5.555 0 7.318C0 9.366 1.708 11 3.781 11H7.5V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11h4.188C14.502 11 16 9.57 16 7.773c0-1.636-1.242-2.969-2.834-3.194C12.923 1.999 10.69 0 8 0m-.5 14.5V11h1v3.5a.5.5 0 0 1-1 0"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8%200a5.53%205.53%200%200%200-3.594%201.342c-.766.66-1.321%201.52-1.464%202.383C1.266%204.095%200%205.555%200%207.318C0%209.366%201.708%2011%203.781%2011H7.5V5.707L5.354%207.854a.5.5%200%201%201-.708-.708l3-3a.5.5%200%200%201%20.708%200l3%203a.5.5%200%200%201-.708.708L8.5%205.707V11h4.188C14.502%2011%2016%209.57%2016%207.773c0-1.636-1.242-2.969-2.834-3.194C12.923%201.999%2010.69%200%208%200m-.5%2014.5V11h1v3.5a.5.5%200%200%201-1%200%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8%200a5.53%205.53%200%200%200-3.594%201.342c-.766.66-1.321%201.52-1.464%202.383C1.266%204.095%200%205.555%200%207.318C0%209.366%201.708%2011%203.781%2011H7.5V5.707L5.354%207.854a.5.5%200%201%201-.708-.708l3-3a.5.5%200%200%201%20.708%200l3%203a.5.5%200%200%201-.708.708L8.5%205.707V11h4.188C14.502%2011%2016%209.57%2016%207.773c0-1.636-1.242-2.969-2.834-3.194C12.923%201.999%2010.69%200%208%200m-.5%2014.5V11h1v3.5a.5.5%200%200%201-1%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/cloud-upload-fill.svg?color=%231a73e8&size=48