arrow upload progress icon

arrow-upload-progress from Material Symbols Light by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
arrow-upload-progress
Set
Material Symbols Light
Style
Regular
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
arrow-upload-progress-outline, arrow-upload-progress-outline-sharp, arrow-upload-progress-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the arrow upload progress icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.006 20.95q-1.708-.18-3.163-.951t-2.535-1.973q-1.081-1.203-1.694-2.755Q3 13.72 3 12q0-3.483 2.305-6.038t5.72-2.912v1.006q-2.994.413-5.01 2.66T4 12t2.006 5.284t5 2.66zm.5-4.642V9.614l-3.1 3.1L7.698 12l4.308-4.308L16.314 12l-.714.708l-3.094-3.094v6.694zm1.5 4.642v-1.006q1.08-.144 2.068-.54t1.832-1.065l.752.719q-1.03.765-2.206 1.234q-1.177.47-2.446.658M16.939 5.7q-.864-.65-1.848-1.075t-2.066-.57V3.05q1.27.17 2.437.648q1.167.479 2.196 1.244zm2.119 11.914l-.714-.714q.65-.844 1.056-1.832T19.95 13h1.006q-.15 1.27-.641 2.446q-.492 1.177-1.257 2.167M19.95 11q-.144-1.08-.55-2.068T18.344 7.1l.752-.752q.727 1.029 1.2 2.206q.471 1.177.66 2.446z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightArrowUploadProgress(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="M11.006 20.95q-1.708-.18-3.163-.951t-2.535-1.973q-1.081-1.203-1.694-2.755Q3 13.72 3 12q0-3.483 2.305-6.038t5.72-2.912v1.006q-2.994.413-5.01 2.66T4 12t2.006 5.284t5 2.66zm.5-4.642V9.614l-3.1 3.1L7.698 12l4.308-4.308L16.314 12l-.714.708l-3.094-3.094v6.694zm1.5 4.642v-1.006q1.08-.144 2.068-.54t1.832-1.065l.752.719q-1.03.765-2.206 1.234q-1.177.47-2.446.658M16.939 5.7q-.864-.65-1.848-1.075t-2.066-.57V3.05q1.27.17 2.437.648q1.167.479 2.196 1.244zm2.119 11.914l-.714-.714q.65-.844 1.056-1.832T19.95 13h1.006q-.15 1.27-.641 2.446q-.492 1.177-1.257 2.167M19.95 11q-.144-1.08-.55-2.068T18.344 7.1l.752-.752q.727 1.029 1.2 2.206q.471 1.177.66 2.446z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.006 20.95q-1.708-.18-3.163-.951t-2.535-1.973q-1.081-1.203-1.694-2.755Q3 13.72 3 12q0-3.483 2.305-6.038t5.72-2.912v1.006q-2.994.413-5.01 2.66T4 12t2.006 5.284t5 2.66zm.5-4.642V9.614l-3.1 3.1L7.698 12l4.308-4.308L16.314 12l-.714.708l-3.094-3.094v6.694zm1.5 4.642v-1.006q1.08-.144 2.068-.54t1.832-1.065l.752.719q-1.03.765-2.206 1.234q-1.177.47-2.446.658M16.939 5.7q-.864-.65-1.848-1.075t-2.066-.57V3.05q1.27.17 2.437.648q1.167.479 2.196 1.244zm2.119 11.914l-.714-.714q.65-.844 1.056-1.832T19.95 13h1.006q-.15 1.27-.641 2.446q-.492 1.177-1.257 2.167M19.95 11q-.144-1.08-.55-2.068T18.344 7.1l.752-.752q.727 1.029 1.2 2.206q.471 1.177.66 2.446z"/></svg>
</template>

CSS

.icon-arrow-upload-progress {
  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%22M11.006%2020.95q-1.708-.18-3.163-.951t-2.535-1.973q-1.081-1.203-1.694-2.755Q3%2013.72%203%2012q0-3.483%202.305-6.038t5.72-2.912v1.006q-2.994.413-5.01%202.66T4%2012t2.006%205.284t5%202.66zm.5-4.642V9.614l-3.1%203.1L7.698%2012l4.308-4.308L16.314%2012l-.714.708l-3.094-3.094v6.694zm1.5%204.642v-1.006q1.08-.144%202.068-.54t1.832-1.065l.752.719q-1.03.765-2.206%201.234q-1.177.47-2.446.658M16.939%205.7q-.864-.65-1.848-1.075t-2.066-.57V3.05q1.27.17%202.437.648q1.167.479%202.196%201.244zm2.119%2011.914l-.714-.714q.65-.844%201.056-1.832T19.95%2013h1.006q-.15%201.27-.641%202.446q-.492%201.177-1.257%202.167M19.95%2011q-.144-1.08-.55-2.068T18.344%207.1l.752-.752q.727%201.029%201.2%202.206q.471%201.177.66%202.446z%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%22M11.006%2020.95q-1.708-.18-3.163-.951t-2.535-1.973q-1.081-1.203-1.694-2.755Q3%2013.72%203%2012q0-3.483%202.305-6.038t5.72-2.912v1.006q-2.994.413-5.01%202.66T4%2012t2.006%205.284t5%202.66zm.5-4.642V9.614l-3.1%203.1L7.698%2012l4.308-4.308L16.314%2012l-.714.708l-3.094-3.094v6.694zm1.5%204.642v-1.006q1.08-.144%202.068-.54t1.832-1.065l.752.719q-1.03.765-2.206%201.234q-1.177.47-2.446.658M16.939%205.7q-.864-.65-1.848-1.075t-2.066-.57V3.05q1.27.17%202.437.648q1.167.479%202.196%201.244zm2.119%2011.914l-.714-.714q.65-.844%201.056-1.832T19.95%2013h1.006q-.15%201.27-.641%202.446q-.492%201.177-1.257%202.167M19.95%2011q-.144-1.08-.55-2.068T18.344%207.1l.752-.752q.727%201.029%201.2%202.206q.471%201.177.66%202.446z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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