progress-upload from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
progress-upload
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the progress upload icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 2.03c4.73.47 8.5 4.22 8.95 8.97A9.976 9.976 0 0 1 13 21.93v-2c3.64-.43 6.5-3.32 6.96-6.96A7.994 7.994 0 0 0 13 4.05zm-2 .03v2c-1.43.2-2.78.78-3.9 1.68L5.67 4.26A9.83 9.83 0 0 1 11 2.06M4.26 5.67L5.69 7.1A8 8 0 0 0 4.05 11h-2c.2-1.96.95-3.81 2.21-5.33M2.06 13h2c.18 1.42.75 2.77 1.63 3.9l-1.42 1.43A10.04 10.04 0 0 1 2.06 13m5.04 5.37c1.13.88 2.48 1.45 3.9 1.63v2c-1.96-.21-3.82-1-5.33-2.26zM12 7.5L7.5 12H11v4h2v-4h3.5z"/></svg>

React

import type { SVGProps } from "react";

export function MdiProgressUpload(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="M13 2.03c4.73.47 8.5 4.22 8.95 8.97A9.976 9.976 0 0 1 13 21.93v-2c3.64-.43 6.5-3.32 6.96-6.96A7.994 7.994 0 0 0 13 4.05zm-2 .03v2c-1.43.2-2.78.78-3.9 1.68L5.67 4.26A9.83 9.83 0 0 1 11 2.06M4.26 5.67L5.69 7.1A8 8 0 0 0 4.05 11h-2c.2-1.96.95-3.81 2.21-5.33M2.06 13h2c.18 1.42.75 2.77 1.63 3.9l-1.42 1.43A10.04 10.04 0 0 1 2.06 13m5.04 5.37c1.13.88 2.48 1.45 3.9 1.63v2c-1.96-.21-3.82-1-5.33-2.26zM12 7.5L7.5 12H11v4h2v-4h3.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 2.03c4.73.47 8.5 4.22 8.95 8.97A9.976 9.976 0 0 1 13 21.93v-2c3.64-.43 6.5-3.32 6.96-6.96A7.994 7.994 0 0 0 13 4.05zm-2 .03v2c-1.43.2-2.78.78-3.9 1.68L5.67 4.26A9.83 9.83 0 0 1 11 2.06M4.26 5.67L5.69 7.1A8 8 0 0 0 4.05 11h-2c.2-1.96.95-3.81 2.21-5.33M2.06 13h2c.18 1.42.75 2.77 1.63 3.9l-1.42 1.43A10.04 10.04 0 0 1 2.06 13m5.04 5.37c1.13.88 2.48 1.45 3.9 1.63v2c-1.96-.21-3.82-1-5.33-2.26zM12 7.5L7.5 12H11v4h2v-4h3.5z"/></svg>
</template>

CSS

.icon-progress-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%22M13%202.03c4.73.47%208.5%204.22%208.95%208.97A9.976%209.976%200%200%201%2013%2021.93v-2c3.64-.43%206.5-3.32%206.96-6.96A7.994%207.994%200%200%200%2013%204.05zm-2%20.03v2c-1.43.2-2.78.78-3.9%201.68L5.67%204.26A9.83%209.83%200%200%201%2011%202.06M4.26%205.67L5.69%207.1A8%208%200%200%200%204.05%2011h-2c.2-1.96.95-3.81%202.21-5.33M2.06%2013h2c.18%201.42.75%202.77%201.63%203.9l-1.42%201.43A10.04%2010.04%200%200%201%202.06%2013m5.04%205.37c1.13.88%202.48%201.45%203.9%201.63v2c-1.96-.21-3.82-1-5.33-2.26zM12%207.5L7.5%2012H11v4h2v-4h3.5z%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%22M13%202.03c4.73.47%208.5%204.22%208.95%208.97A9.976%209.976%200%200%201%2013%2021.93v-2c3.64-.43%206.5-3.32%206.96-6.96A7.994%207.994%200%200%200%2013%204.05zm-2%20.03v2c-1.43.2-2.78.78-3.9%201.68L5.67%204.26A9.83%209.83%200%200%201%2011%202.06M4.26%205.67L5.69%207.1A8%208%200%200%200%204.05%2011h-2c.2-1.96.95-3.81%202.21-5.33M2.06%2013h2c.18%201.42.75%202.77%201.63%203.9l-1.42%201.43A10.04%2010.04%200%200%201%202.06%2013m5.04%205.37c1.13.88%202.48%201.45%203.9%201.63v2c-1.96-.21-3.82-1-5.33-2.26zM12%207.5L7.5%2012H11v4h2v-4h3.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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