cloud download icon

cloud-download from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
cloud-download
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Related icons in Codicons

Use the cloud download icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.5 7a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m2.354 4.854l-2 2a.5.5 0 0 1-.35.147h-.006a.5.5 0 0 1-.348-.144l-.003-.003l-2-2a.5.5 0 0 1 .707-.707L11 12.294V9.001a.5.5 0 0 1 1 0v3.293l1.146-1.147a.5.5 0 0 1 .707.707zM4.25 12H6v1H4.25a3.25 3.25 0 0 1-.22-6.493A4 4 0 0 1 8 3a3.99 3.99 0 0 1 3.857 3h-1.046A2.99 2.99 0 0 0 8 4a3 3 0 0 0-3 3a.5.5 0 0 1-.5.5h-.25a2.25 2.25 0 1 0 0 4.5"/></svg>

React

import type { SVGProps } from "react";

export function CodiconCloudDownload(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" d="M11.5 7a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m2.354 4.854l-2 2a.5.5 0 0 1-.35.147h-.006a.5.5 0 0 1-.348-.144l-.003-.003l-2-2a.5.5 0 0 1 .707-.707L11 12.294V9.001a.5.5 0 0 1 1 0v3.293l1.146-1.147a.5.5 0 0 1 .707.707zM4.25 12H6v1H4.25a3.25 3.25 0 0 1-.22-6.493A4 4 0 0 1 8 3a3.99 3.99 0 0 1 3.857 3h-1.046A2.99 2.99 0 0 0 8 4a3 3 0 0 0-3 3a.5.5 0 0 1-.5.5h-.25a2.25 2.25 0 1 0 0 4.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.5 7a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m2.354 4.854l-2 2a.5.5 0 0 1-.35.147h-.006a.5.5 0 0 1-.348-.144l-.003-.003l-2-2a.5.5 0 0 1 .707-.707L11 12.294V9.001a.5.5 0 0 1 1 0v3.293l1.146-1.147a.5.5 0 0 1 .707.707zM4.25 12H6v1H4.25a3.25 3.25 0 0 1-.22-6.493A4 4 0 0 1 8 3a3.99 3.99 0 0 1 3.857 3h-1.046A2.99 2.99 0 0 0 8 4a3 3 0 0 0-3 3a.5.5 0 0 1-.5.5h-.25a2.25 2.25 0 1 0 0 4.5"/></svg>
</template>

CSS

.icon-cloud-download {
  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%20d%3D%22M11.5%207a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9m2.354%204.854l-2%202a.5.5%200%200%201-.35.147h-.006a.5.5%200%200%201-.348-.144l-.003-.003l-2-2a.5.5%200%200%201%20.707-.707L11%2012.294V9.001a.5.5%200%200%201%201%200v3.293l1.146-1.147a.5.5%200%200%201%20.707.707zM4.25%2012H6v1H4.25a3.25%203.25%200%200%201-.22-6.493A4%204%200%200%201%208%203a3.99%203.99%200%200%201%203.857%203h-1.046A2.99%202.99%200%200%200%208%204a3%203%200%200%200-3%203a.5.5%200%200%201-.5.5h-.25a2.25%202.25%200%201%200%200%204.5%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%20d%3D%22M11.5%207a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9m2.354%204.854l-2%202a.5.5%200%200%201-.35.147h-.006a.5.5%200%200%201-.348-.144l-.003-.003l-2-2a.5.5%200%200%201%20.707-.707L11%2012.294V9.001a.5.5%200%200%201%201%200v3.293l1.146-1.147a.5.5%200%200%201%20.707.707zM4.25%2012H6v1H4.25a3.25%203.25%200%200%201-.22-6.493A4%204%200%200%201%208%203a3.99%203.99%200%200%201%203.857%203h-1.046A2.99%202.99%200%200%200%208%204a3%203%200%200%200-3%203a.5.5%200%200%201-.5.5h-.25a2.25%202.25%200%201%200%200%204.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/cloud-download.svg?color=%231a73e8&size=48