arrow upload progress icon

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

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

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="M10.012 20.789q-3.099-.699-5.055-3.155Q3 15.18 3 12q0-3.16 1.966-5.616q1.967-2.455 5.046-3.153q.244-.068.424.088t.18.406q0 .177-.095.308t-.271.167Q7.5 4.825 5.75 7T4 12t1.75 5t4.5 2.8q.177.056.271.187t.094.307q0 .25-.18.406t-.423.089m3.977-.02q-.225.068-.415-.078t-.19-.397q0-.177.085-.307q.085-.131.262-.187q.675-.15 1.322-.412q.647-.263 1.222-.638q.14-.084.305-.063q.164.02.28.155q.177.177.146.4q-.031.222-.22.362q-.648.412-1.349.698t-1.448.467m4.834-3.884q-.115-.135-.136-.29t.063-.295q.375-.575.638-1.215q.262-.64.412-1.316q.037-.177.167-.268q.131-.091.308-.091q.25 0 .406.18q.155.18.088.424q-.18.748-.467 1.449t-.698 1.349q-.14.188-.372.219t-.409-.146m1.452-6.27q-.177 0-.308-.084q-.13-.085-.167-.262q-.15-.675-.422-1.312q-.272-.638-.628-1.232q-.104-.146-.073-.31q.03-.165.146-.28q.177-.177.409-.156t.372.234q.412.648.698 1.35t.467 1.448q.068.226-.078.415q-.147.19-.416.19m-4-5.366q-.575-.375-1.212-.638T13.75 4.2q-.177-.036-.271-.167t-.094-.308q0-.25.18-.406q.18-.155.424-.088q.747.18 1.448.458t1.35.707q.194.14.225.363q.03.222-.146.399q-.116.134-.28.165q-.165.03-.311-.073m-4.637 10.915q-.144-.144-.144-.357V9.625l-2.74 2.746q-.165.166-.357.166t-.357-.166t-.168-.356t.163-.357l3.394-3.4q.237-.237.565-.237t.566.237l3.382 3.383q.166.165.169.359t-.163.36t-.36.165t-.36-.165l-2.734-2.735v6.183q0 .213-.143.357t-.357.143t-.356-.144"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightArrowUploadProgressRounded(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="M10.012 20.789q-3.099-.699-5.055-3.155Q3 15.18 3 12q0-3.16 1.966-5.616q1.967-2.455 5.046-3.153q.244-.068.424.088t.18.406q0 .177-.095.308t-.271.167Q7.5 4.825 5.75 7T4 12t1.75 5t4.5 2.8q.177.056.271.187t.094.307q0 .25-.18.406t-.423.089m3.977-.02q-.225.068-.415-.078t-.19-.397q0-.177.085-.307q.085-.131.262-.187q.675-.15 1.322-.412q.647-.263 1.222-.638q.14-.084.305-.063q.164.02.28.155q.177.177.146.4q-.031.222-.22.362q-.648.412-1.349.698t-1.448.467m4.834-3.884q-.115-.135-.136-.29t.063-.295q.375-.575.638-1.215q.262-.64.412-1.316q.037-.177.167-.268q.131-.091.308-.091q.25 0 .406.18q.155.18.088.424q-.18.748-.467 1.449t-.698 1.349q-.14.188-.372.219t-.409-.146m1.452-6.27q-.177 0-.308-.084q-.13-.085-.167-.262q-.15-.675-.422-1.312q-.272-.638-.628-1.232q-.104-.146-.073-.31q.03-.165.146-.28q.177-.177.409-.156t.372.234q.412.648.698 1.35t.467 1.448q.068.226-.078.415q-.147.19-.416.19m-4-5.366q-.575-.375-1.212-.638T13.75 4.2q-.177-.036-.271-.167t-.094-.308q0-.25.18-.406q.18-.155.424-.088q.747.18 1.448.458t1.35.707q.194.14.225.363q.03.222-.146.399q-.116.134-.28.165q-.165.03-.311-.073m-4.637 10.915q-.144-.144-.144-.357V9.625l-2.74 2.746q-.165.166-.357.166t-.357-.166t-.168-.356t.163-.357l3.394-3.4q.237-.237.565-.237t.566.237l3.382 3.383q.166.165.169.359t-.163.36t-.36.165t-.36-.165l-2.734-2.735v6.183q0 .213-.143.357t-.357.143t-.356-.144"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.012 20.789q-3.099-.699-5.055-3.155Q3 15.18 3 12q0-3.16 1.966-5.616q1.967-2.455 5.046-3.153q.244-.068.424.088t.18.406q0 .177-.095.308t-.271.167Q7.5 4.825 5.75 7T4 12t1.75 5t4.5 2.8q.177.056.271.187t.094.307q0 .25-.18.406t-.423.089m3.977-.02q-.225.068-.415-.078t-.19-.397q0-.177.085-.307q.085-.131.262-.187q.675-.15 1.322-.412q.647-.263 1.222-.638q.14-.084.305-.063q.164.02.28.155q.177.177.146.4q-.031.222-.22.362q-.648.412-1.349.698t-1.448.467m4.834-3.884q-.115-.135-.136-.29t.063-.295q.375-.575.638-1.215q.262-.64.412-1.316q.037-.177.167-.268q.131-.091.308-.091q.25 0 .406.18q.155.18.088.424q-.18.748-.467 1.449t-.698 1.349q-.14.188-.372.219t-.409-.146m1.452-6.27q-.177 0-.308-.084q-.13-.085-.167-.262q-.15-.675-.422-1.312q-.272-.638-.628-1.232q-.104-.146-.073-.31q.03-.165.146-.28q.177-.177.409-.156t.372.234q.412.648.698 1.35t.467 1.448q.068.226-.078.415q-.147.19-.416.19m-4-5.366q-.575-.375-1.212-.638T13.75 4.2q-.177-.036-.271-.167t-.094-.308q0-.25.18-.406q.18-.155.424-.088q.747.18 1.448.458t1.35.707q.194.14.225.363q.03.222-.146.399q-.116.134-.28.165q-.165.03-.311-.073m-4.637 10.915q-.144-.144-.144-.357V9.625l-2.74 2.746q-.165.166-.357.166t-.357-.166t-.168-.356t.163-.357l3.394-3.4q.237-.237.565-.237t.566.237l3.382 3.383q.166.165.169.359t-.163.36t-.36.165t-.36-.165l-2.734-2.735v6.183q0 .213-.143.357t-.357.143t-.356-.144"/></svg>
</template>

CSS

.icon-arrow-upload-progress-rounded {
  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%22M10.012%2020.789q-3.099-.699-5.055-3.155Q3%2015.18%203%2012q0-3.16%201.966-5.616q1.967-2.455%205.046-3.153q.244-.068.424.088t.18.406q0%20.177-.095.308t-.271.167Q7.5%204.825%205.75%207T4%2012t1.75%205t4.5%202.8q.177.056.271.187t.094.307q0%20.25-.18.406t-.423.089m3.977-.02q-.225.068-.415-.078t-.19-.397q0-.177.085-.307q.085-.131.262-.187q.675-.15%201.322-.412q.647-.263%201.222-.638q.14-.084.305-.063q.164.02.28.155q.177.177.146.4q-.031.222-.22.362q-.648.412-1.349.698t-1.448.467m4.834-3.884q-.115-.135-.136-.29t.063-.295q.375-.575.638-1.215q.262-.64.412-1.316q.037-.177.167-.268q.131-.091.308-.091q.25%200%20.406.18q.155.18.088.424q-.18.748-.467%201.449t-.698%201.349q-.14.188-.372.219t-.409-.146m1.452-6.27q-.177%200-.308-.084q-.13-.085-.167-.262q-.15-.675-.422-1.312q-.272-.638-.628-1.232q-.104-.146-.073-.31q.03-.165.146-.28q.177-.177.409-.156t.372.234q.412.648.698%201.35t.467%201.448q.068.226-.078.415q-.147.19-.416.19m-4-5.366q-.575-.375-1.212-.638T13.75%204.2q-.177-.036-.271-.167t-.094-.308q0-.25.18-.406q.18-.155.424-.088q.747.18%201.448.458t1.35.707q.194.14.225.363q.03.222-.146.399q-.116.134-.28.165q-.165.03-.311-.073m-4.637%2010.915q-.144-.144-.144-.357V9.625l-2.74%202.746q-.165.166-.357.166t-.357-.166t-.168-.356t.163-.357l3.394-3.4q.237-.237.565-.237t.566.237l3.382%203.383q.166.165.169.359t-.163.36t-.36.165t-.36-.165l-2.734-2.735v6.183q0%20.213-.143.357t-.357.143t-.356-.144%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%22M10.012%2020.789q-3.099-.699-5.055-3.155Q3%2015.18%203%2012q0-3.16%201.966-5.616q1.967-2.455%205.046-3.153q.244-.068.424.088t.18.406q0%20.177-.095.308t-.271.167Q7.5%204.825%205.75%207T4%2012t1.75%205t4.5%202.8q.177.056.271.187t.094.307q0%20.25-.18.406t-.423.089m3.977-.02q-.225.068-.415-.078t-.19-.397q0-.177.085-.307q.085-.131.262-.187q.675-.15%201.322-.412q.647-.263%201.222-.638q.14-.084.305-.063q.164.02.28.155q.177.177.146.4q-.031.222-.22.362q-.648.412-1.349.698t-1.448.467m4.834-3.884q-.115-.135-.136-.29t.063-.295q.375-.575.638-1.215q.262-.64.412-1.316q.037-.177.167-.268q.131-.091.308-.091q.25%200%20.406.18q.155.18.088.424q-.18.748-.467%201.449t-.698%201.349q-.14.188-.372.219t-.409-.146m1.452-6.27q-.177%200-.308-.084q-.13-.085-.167-.262q-.15-.675-.422-1.312q-.272-.638-.628-1.232q-.104-.146-.073-.31q.03-.165.146-.28q.177-.177.409-.156t.372.234q.412.648.698%201.35t.467%201.448q.068.226-.078.415q-.147.19-.416.19m-4-5.366q-.575-.375-1.212-.638T13.75%204.2q-.177-.036-.271-.167t-.094-.308q0-.25.18-.406q.18-.155.424-.088q.747.18%201.448.458t1.35.707q.194.14.225.363q.03.222-.146.399q-.116.134-.28.165q-.165.03-.311-.073m-4.637%2010.915q-.144-.144-.144-.357V9.625l-2.74%202.746q-.165.166-.357.166t-.357-.166t-.168-.356t.163-.357l3.394-3.4q.237-.237.565-.237t.566.237l3.382%203.383q.166.165.169.359t-.163.36t-.36.165t-.36-.165l-2.734-2.735v6.183q0%20.213-.143.357t-.357.143t-.356-.144%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-rounded.svg?color=%231a73e8&size=48