cloud upload icon

cloud-upload from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
cloud-upload
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Prime 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="M17.5 18.25a.75.75 0 0 1 0-1.5c1.66 0 2.25-.83 2.25-3.18a3.57 3.57 0 0 0-3.25-3.25a3.3 3.3 0 0 0-1 .18a.74.74 0 0 1-1-.49a5.25 5.25 0 0 0-10.25 1.56c0 3.44.76 5.18 2.25 5.18a.75.75 0 0 1 0 1.5c-2.5 0-3.75-2.25-3.75-6.68a6.75 6.75 0 0 1 13-2.68a4.4 4.4 0 0 1 .8-.07a5.07 5.07 0 0 1 4.75 4.75c-.05 1.28-.05 4.68-3.8 4.68"/><path fill="currentColor" d="M14.83 15.65a.77.77 0 0 1-.53-.22l-2.3-2.3l-2.3 2.3a.75.75 0 0 1-1.06-1.06l2.83-2.83a.74.74 0 0 1 1.06 0l2.83 2.83a.75.75 0 0 1 0 1.06a.8.8 0 0 1-.53.22"/><path fill="currentColor" d="M12 19.18a.75.75 0 0 1-.75-.75v-6.36a.75.75 0 0 1 1.5 0v6.36a.75.75 0 0 1-.75.75"/></svg>

React

import type { SVGProps } from "react";

export function PrimeCloudUpload(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="M17.5 18.25a.75.75 0 0 1 0-1.5c1.66 0 2.25-.83 2.25-3.18a3.57 3.57 0 0 0-3.25-3.25a3.3 3.3 0 0 0-1 .18a.74.74 0 0 1-1-.49a5.25 5.25 0 0 0-10.25 1.56c0 3.44.76 5.18 2.25 5.18a.75.75 0 0 1 0 1.5c-2.5 0-3.75-2.25-3.75-6.68a6.75 6.75 0 0 1 13-2.68a4.4 4.4 0 0 1 .8-.07a5.07 5.07 0 0 1 4.75 4.75c-.05 1.28-.05 4.68-3.8 4.68"/><path fill="currentColor" d="M14.83 15.65a.77.77 0 0 1-.53-.22l-2.3-2.3l-2.3 2.3a.75.75 0 0 1-1.06-1.06l2.83-2.83a.74.74 0 0 1 1.06 0l2.83 2.83a.75.75 0 0 1 0 1.06a.8.8 0 0 1-.53.22"/><path fill="currentColor" d="M12 19.18a.75.75 0 0 1-.75-.75v-6.36a.75.75 0 0 1 1.5 0v6.36a.75.75 0 0 1-.75.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 18.25a.75.75 0 0 1 0-1.5c1.66 0 2.25-.83 2.25-3.18a3.57 3.57 0 0 0-3.25-3.25a3.3 3.3 0 0 0-1 .18a.74.74 0 0 1-1-.49a5.25 5.25 0 0 0-10.25 1.56c0 3.44.76 5.18 2.25 5.18a.75.75 0 0 1 0 1.5c-2.5 0-3.75-2.25-3.75-6.68a6.75 6.75 0 0 1 13-2.68a4.4 4.4 0 0 1 .8-.07a5.07 5.07 0 0 1 4.75 4.75c-.05 1.28-.05 4.68-3.8 4.68"/><path fill="currentColor" d="M14.83 15.65a.77.77 0 0 1-.53-.22l-2.3-2.3l-2.3 2.3a.75.75 0 0 1-1.06-1.06l2.83-2.83a.74.74 0 0 1 1.06 0l2.83 2.83a.75.75 0 0 1 0 1.06a.8.8 0 0 1-.53.22"/><path fill="currentColor" d="M12 19.18a.75.75 0 0 1-.75-.75v-6.36a.75.75 0 0 1 1.5 0v6.36a.75.75 0 0 1-.75.75"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.5%2018.25a.75.75%200%200%201%200-1.5c1.66%200%202.25-.83%202.25-3.18a3.57%203.57%200%200%200-3.25-3.25a3.3%203.3%200%200%200-1%20.18a.74.74%200%200%201-1-.49a5.25%205.25%200%200%200-10.25%201.56c0%203.44.76%205.18%202.25%205.18a.75.75%200%200%201%200%201.5c-2.5%200-3.75-2.25-3.75-6.68a6.75%206.75%200%200%201%2013-2.68a4.4%204.4%200%200%201%20.8-.07a5.07%205.07%200%200%201%204.75%204.75c-.05%201.28-.05%204.68-3.8%204.68%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.83%2015.65a.77.77%200%200%201-.53-.22l-2.3-2.3l-2.3%202.3a.75.75%200%200%201-1.06-1.06l2.83-2.83a.74.74%200%200%201%201.06%200l2.83%202.83a.75.75%200%200%201%200%201.06a.8.8%200%200%201-.53.22%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2019.18a.75.75%200%200%201-.75-.75v-6.36a.75.75%200%200%201%201.5%200v6.36a.75.75%200%200%201-.75.75%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%22M17.5%2018.25a.75.75%200%200%201%200-1.5c1.66%200%202.25-.83%202.25-3.18a3.57%203.57%200%200%200-3.25-3.25a3.3%203.3%200%200%200-1%20.18a.74.74%200%200%201-1-.49a5.25%205.25%200%200%200-10.25%201.56c0%203.44.76%205.18%202.25%205.18a.75.75%200%200%201%200%201.5c-2.5%200-3.75-2.25-3.75-6.68a6.75%206.75%200%200%201%2013-2.68a4.4%204.4%200%200%201%20.8-.07a5.07%205.07%200%200%201%204.75%204.75c-.05%201.28-.05%204.68-3.8%204.68%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.83%2015.65a.77.77%200%200%201-.53-.22l-2.3-2.3l-2.3%202.3a.75.75%200%200%201-1.06-1.06l2.83-2.83a.74.74%200%200%201%201.06%200l2.83%202.83a.75.75%200%200%201%200%201.06a.8.8%200%200%201-.53.22%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2019.18a.75.75%200%200%201-.75-.75v-6.36a.75.75%200%200%201%201.5%200v6.36a.75.75%200%200%201-.75.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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