cloud upload icon

cloud-upload-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
cloud-upload-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI 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="M16.596 8.388c-.832-2.66-2.494-4.222-4.493-4.836c-2.087-.641-4.42-.215-6.354.832s-3.576 2.77-4.216 4.859c-.651 2.13-.228 4.533 1.773 6.796a6.14 6.14 0 0 0 4.72 2.211h3.19V20a.75.75 0 0 0 1.5 0v-1.75h4.156c1.218 0 2.778-.227 3.894-1.184c1.036-.888 1.6-1.91 1.713-2.974c.112-1.057-.23-2.06-.82-2.9c-1.065-1.52-3.012-2.627-5.063-2.804m-3.88 9.862h-1.5l-.004-5.303l-1.902 1.902a.75.75 0 1 1-1.06-1.061l3.182-3.182a.75.75 0 0 1 1.06 0l3.182 3.182a.75.75 0 0 1-1.06 1.06l-1.902-1.9z"/></svg>

React

import type { SVGProps } from "react";

export function MynauiCloudUploadSolid(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="M16.596 8.388c-.832-2.66-2.494-4.222-4.493-4.836c-2.087-.641-4.42-.215-6.354.832s-3.576 2.77-4.216 4.859c-.651 2.13-.228 4.533 1.773 6.796a6.14 6.14 0 0 0 4.72 2.211h3.19V20a.75.75 0 0 0 1.5 0v-1.75h4.156c1.218 0 2.778-.227 3.894-1.184c1.036-.888 1.6-1.91 1.713-2.974c.112-1.057-.23-2.06-.82-2.9c-1.065-1.52-3.012-2.627-5.063-2.804m-3.88 9.862h-1.5l-.004-5.303l-1.902 1.902a.75.75 0 1 1-1.06-1.061l3.182-3.182a.75.75 0 0 1 1.06 0l3.182 3.182a.75.75 0 0 1-1.06 1.06l-1.902-1.9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.596 8.388c-.832-2.66-2.494-4.222-4.493-4.836c-2.087-.641-4.42-.215-6.354.832s-3.576 2.77-4.216 4.859c-.651 2.13-.228 4.533 1.773 6.796a6.14 6.14 0 0 0 4.72 2.211h3.19V20a.75.75 0 0 0 1.5 0v-1.75h4.156c1.218 0 2.778-.227 3.894-1.184c1.036-.888 1.6-1.91 1.713-2.974c.112-1.057-.23-2.06-.82-2.9c-1.065-1.52-3.012-2.627-5.063-2.804m-3.88 9.862h-1.5l-.004-5.303l-1.902 1.902a.75.75 0 1 1-1.06-1.061l3.182-3.182a.75.75 0 0 1 1.06 0l3.182 3.182a.75.75 0 0 1-1.06 1.06l-1.902-1.9z"/></svg>
</template>

CSS

.icon-cloud-upload-solid {
  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%22M16.596%208.388c-.832-2.66-2.494-4.222-4.493-4.836c-2.087-.641-4.42-.215-6.354.832s-3.576%202.77-4.216%204.859c-.651%202.13-.228%204.533%201.773%206.796a6.14%206.14%200%200%200%204.72%202.211h3.19V20a.75.75%200%200%200%201.5%200v-1.75h4.156c1.218%200%202.778-.227%203.894-1.184c1.036-.888%201.6-1.91%201.713-2.974c.112-1.057-.23-2.06-.82-2.9c-1.065-1.52-3.012-2.627-5.063-2.804m-3.88%209.862h-1.5l-.004-5.303l-1.902%201.902a.75.75%200%201%201-1.06-1.061l3.182-3.182a.75.75%200%200%201%201.06%200l3.182%203.182a.75.75%200%200%201-1.06%201.06l-1.902-1.9z%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%22M16.596%208.388c-.832-2.66-2.494-4.222-4.493-4.836c-2.087-.641-4.42-.215-6.354.832s-3.576%202.77-4.216%204.859c-.651%202.13-.228%204.533%201.773%206.796a6.14%206.14%200%200%200%204.72%202.211h3.19V20a.75.75%200%200%200%201.5%200v-1.75h4.156c1.218%200%202.778-.227%203.894-1.184c1.036-.888%201.6-1.91%201.713-2.974c.112-1.057-.23-2.06-.82-2.9c-1.065-1.52-3.012-2.627-5.063-2.804m-3.88%209.862h-1.5l-.004-5.303l-1.902%201.902a.75.75%200%201%201-1.06-1.061l3.182-3.182a.75.75%200%200%201%201.06%200l3.182%203.182a.75.75%200%200%201-1.06%201.06l-1.902-1.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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