cloud upload icon

cloud-upload from Octicons by GitHub · Regular · MIT Free for personal and commercial use.

Name
cloud-upload
Set
Octicons
Style
Regular
Viewbox
16×16
License
MIT

The same icon in other sets

Related icons in Octicons

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-rule="evenodd" d="M7 9H5l3-3l3 3H9v5H7V9zm5-4c0-.44-.91-3-4.5-3C5.08 2 3 3.92 3 6C1.02 6 0 7.52 0 9c0 1.53 1 3 3 3h3v-1.3H3c-1.62 0-1.7-1.42-1.7-1.7c0-.17.05-1.7 1.7-1.7h1.3V6c0-1.39 1.56-2.7 3.2-2.7c2.55 0 3.13 1.55 3.2 1.8v1.2H12c.81 0 2.7.22 2.7 2.2c0 2.09-2.25 2.2-2.7 2.2h-2V12h2c2.08 0 4-1.16 4-3.5C16 6.06 14.08 5 12 5z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function OcticonCloudUpload(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fillRule="evenodd" d="M7 9H5l3-3l3 3H9v5H7V9zm5-4c0-.44-.91-3-4.5-3C5.08 2 3 3.92 3 6C1.02 6 0 7.52 0 9c0 1.53 1 3 3 3h3v-1.3H3c-1.62 0-1.7-1.42-1.7-1.7c0-.17.05-1.7 1.7-1.7h1.3V6c0-1.39 1.56-2.7 3.2-2.7c2.55 0 3.13 1.55 3.2 1.8v1.2H12c.81 0 2.7.22 2.7 2.2c0 2.09-2.25 2.2-2.7 2.2h-2V12h2c2.08 0 4-1.16 4-3.5C16 6.06 14.08 5 12 5z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M7 9H5l3-3l3 3H9v5H7V9zm5-4c0-.44-.91-3-4.5-3C5.08 2 3 3.92 3 6C1.02 6 0 7.52 0 9c0 1.53 1 3 3 3h3v-1.3H3c-1.62 0-1.7-1.42-1.7-1.7c0-.17.05-1.7 1.7-1.7h1.3V6c0-1.39 1.56-2.7 3.2-2.7c2.55 0 3.13 1.55 3.2 1.8v1.2H12c.81 0 2.7.22 2.7 2.2c0 2.09-2.25 2.2-2.7 2.2h-2V12h2c2.08 0 4-1.16 4-3.5C16 6.06 14.08 5 12 5z" fill="currentColor"/></svg>
</template>

CSS

.icon-cloud-upload {
  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-rule%3D%22evenodd%22%20d%3D%22M7%209H5l3-3l3%203H9v5H7V9zm5-4c0-.44-.91-3-4.5-3C5.08%202%203%203.92%203%206C1.02%206%200%207.52%200%209c0%201.53%201%203%203%203h3v-1.3H3c-1.62%200-1.7-1.42-1.7-1.7c0-.17.05-1.7%201.7-1.7h1.3V6c0-1.39%201.56-2.7%203.2-2.7c2.55%200%203.13%201.55%203.2%201.8v1.2H12c.81%200%202.7.22%202.7%202.2c0%202.09-2.25%202.2-2.7%202.2h-2V12h2c2.08%200%204-1.16%204-3.5C16%206.06%2014.08%205%2012%205z%22%20fill%3D%22currentColor%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-rule%3D%22evenodd%22%20d%3D%22M7%209H5l3-3l3%203H9v5H7V9zm5-4c0-.44-.91-3-4.5-3C5.08%202%203%203.92%203%206C1.02%206%200%207.52%200%209c0%201.53%201%203%203%203h3v-1.3H3c-1.62%200-1.7-1.42-1.7-1.7c0-.17.05-1.7%201.7-1.7h1.3V6c0-1.39%201.56-2.7%203.2-2.7c2.55%200%203.13%201.55%203.2%201.8v1.2H12c.81%200%202.7.22%202.7%202.2c0%202.09-2.25%202.2-2.7%202.2h-2V12h2c2.08%200%204-1.16%204-3.5C16%206.06%2014.08%205%2012%205z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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