cloud-arrow-up-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
cloud-arrow-up-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT
Aliases
cloud-backup-20-filled

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the cloud arrow up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2c2.817 0 4.415 1.923 4.647 4.246h.07C16.532 6.246 18 7.758 18 9.623q0 .143-.011.283A5.75 5.75 0 0 0 7.772 13h-2.49C3.469 13 2 11.488 2 9.623s1.47-3.377 3.282-3.377h.071C5.587 3.908 7.183 2 10 2m3.5 7a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m1.602 4.898a.562.562 0 1 0 .796-.796l-2-2a.56.56 0 0 0-.796 0l-2 2a.562.562 0 1 0 .796.796L13 12.796V15.5a.5.5 0 0 0 1 0v-2.704z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCloudArrowUp20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2c2.817 0 4.415 1.923 4.647 4.246h.07C16.532 6.246 18 7.758 18 9.623q0 .143-.011.283A5.75 5.75 0 0 0 7.772 13h-2.49C3.469 13 2 11.488 2 9.623s1.47-3.377 3.282-3.377h.071C5.587 3.908 7.183 2 10 2m3.5 7a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m1.602 4.898a.562.562 0 1 0 .796-.796l-2-2a.56.56 0 0 0-.796 0l-2 2a.562.562 0 1 0 .796.796L13 12.796V15.5a.5.5 0 0 0 1 0v-2.704z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2c2.817 0 4.415 1.923 4.647 4.246h.07C16.532 6.246 18 7.758 18 9.623q0 .143-.011.283A5.75 5.75 0 0 0 7.772 13h-2.49C3.469 13 2 11.488 2 9.623s1.47-3.377 3.282-3.377h.071C5.587 3.908 7.183 2 10 2m3.5 7a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m1.602 4.898a.562.562 0 1 0 .796-.796l-2-2a.56.56 0 0 0-.796 0l-2 2a.562.562 0 1 0 .796.796L13 12.796V15.5a.5.5 0 0 0 1 0v-2.704z"/></svg>
</template>

CSS

.icon-cloud-arrow-up-20-filled {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202c2.817%200%204.415%201.923%204.647%204.246h.07C16.532%206.246%2018%207.758%2018%209.623q0%20.143-.011.283A5.75%205.75%200%200%200%207.772%2013h-2.49C3.469%2013%202%2011.488%202%209.623s1.47-3.377%203.282-3.377h.071C5.587%203.908%207.183%202%2010%202m3.5%207a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9m1.602%204.898a.562.562%200%201%200%20.796-.796l-2-2a.56.56%200%200%200-.796%200l-2%202a.562.562%200%201%200%20.796.796L13%2012.796V15.5a.5.5%200%200%200%201%200v-2.704z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202c2.817%200%204.415%201.923%204.647%204.246h.07C16.532%206.246%2018%207.758%2018%209.623q0%20.143-.011.283A5.75%205.75%200%200%200%207.772%2013h-2.49C3.469%2013%202%2011.488%202%209.623s1.47-3.377%203.282-3.377h.071C5.587%203.908%207.183%202%2010%202m3.5%207a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9m1.602%204.898a.562.562%200%201%200%20.796-.796l-2-2a.56.56%200%200%200-.796%200l-2%202a.562.562%200%201%200%20.796.796L13%2012.796V15.5a.5.5%200%200%200%201%200v-2.704z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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