cloud arrow up icon

cloud-arrow-up-solid from Flowbite Icons by Themesberg · Solid · General · MIT Free for personal and commercial use.

Name
cloud-arrow-up-solid
Set
Flowbite Icons
Style
Solid
Category
General
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More general icons from Flowbite Icons

Use the cloud arrow up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.383 4.076a6.5 6.5 0 0 0-6.887 3.95A5 5 0 0 0 7 18h3v-4a2 2 0 0 1-1.414-3.414l2-2a2 2 0 0 1 2.828 0l2 2A2 2 0 0 1 14 14v4h4a4 4 0 0 0 .988-7.876a6.5 6.5 0 0 0-5.605-6.048"/><path d="M12.707 9.293a1 1 0 0 0-1.414 0l-2 2a1 1 0 1 0 1.414 1.414l.293-.293V19a1 1 0 1 0 2 0v-6.586l.293.293a1 1 0 0 0 1.414-1.414z"/></g></svg>

React

import type { SVGProps } from "react";

export function FlowbiteCloudArrowUpSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.383 4.076a6.5 6.5 0 0 0-6.887 3.95A5 5 0 0 0 7 18h3v-4a2 2 0 0 1-1.414-3.414l2-2a2 2 0 0 1 2.828 0l2 2A2 2 0 0 1 14 14v4h4a4 4 0 0 0 .988-7.876a6.5 6.5 0 0 0-5.605-6.048"/><path d="M12.707 9.293a1 1 0 0 0-1.414 0l-2 2a1 1 0 1 0 1.414 1.414l.293-.293V19a1 1 0 1 0 2 0v-6.586l.293.293a1 1 0 0 0 1.414-1.414z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.383 4.076a6.5 6.5 0 0 0-6.887 3.95A5 5 0 0 0 7 18h3v-4a2 2 0 0 1-1.414-3.414l2-2a2 2 0 0 1 2.828 0l2 2A2 2 0 0 1 14 14v4h4a4 4 0 0 0 .988-7.876a6.5 6.5 0 0 0-5.605-6.048"/><path d="M12.707 9.293a1 1 0 0 0-1.414 0l-2 2a1 1 0 1 0 1.414 1.414l.293-.293V19a1 1 0 1 0 2 0v-6.586l.293.293a1 1 0 0 0 1.414-1.414z"/></g></svg>
</template>

CSS

.icon-cloud-arrow-up-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13.383%204.076a6.5%206.5%200%200%200-6.887%203.95A5%205%200%200%200%207%2018h3v-4a2%202%200%200%201-1.414-3.414l2-2a2%202%200%200%201%202.828%200l2%202A2%202%200%200%201%2014%2014v4h4a4%204%200%200%200%20.988-7.876a6.5%206.5%200%200%200-5.605-6.048%22%2F%3E%3Cpath%20d%3D%22M12.707%209.293a1%201%200%200%200-1.414%200l-2%202a1%201%200%201%200%201.414%201.414l.293-.293V19a1%201%200%201%200%202%200v-6.586l.293.293a1%201%200%200%200%201.414-1.414z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13.383%204.076a6.5%206.5%200%200%200-6.887%203.95A5%205%200%200%200%207%2018h3v-4a2%202%200%200%201-1.414-3.414l2-2a2%202%200%200%201%202.828%200l2%202A2%202%200%200%201%2014%2014v4h4a4%204%200%200%200%20.988-7.876a6.5%206.5%200%200%200-5.605-6.048%22%2F%3E%3Cpath%20d%3D%22M12.707%209.293a1%201%200%200%200-1.414%200l-2%202a1%201%200%201%200%201.414%201.414l.293-.293V19a1%201%200%201%200%202%200v-6.586l.293.293a1%201%200%200%200%201.414-1.414z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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