Arrow Upload Ready icon

Arrow Upload Ready is a Google Material Symbol from the UI actions category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

arrow_upload_ready_outlined_fill0_wght400.svg

Arrow Upload Ready icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=arrow_upload_ready" />

<span class="material-symbols-outlined">arrow_upload_ready</span>

Arrow Upload Ready icon in React

// With the font from the HTML tab:
export function ArrowUploadReadyIcon() {
  return (
    <span className="material-symbols-outlined">
      arrow_upload_ready
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import ArrowUploadReadyIcon from "@material-symbols/svg-400/outlined/arrow_upload_ready.svg?react";

Arrow Upload Ready icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">arrow_upload_ready</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import ArrowUploadReadyIcon from "@material-symbols/svg-400/outlined/arrow_upload_ready.svg?component"; -->

Arrow Upload Ready icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">arrow_upload_ready</mat-icon>

Arrow Upload Ready icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.arrow_upload_ready, fill: 0, weight: 400)

Arrow Upload Ready icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/arrow_upload_ready.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M4.125 18.35q-.975-1.125-1.462-2.5T2 13h1.55q.2 1.15 .6 2.225t1.125 2l-1.15 1.125ZM2 11q.225-1.45 .725-2.825t1.4-2.525l1.15 1.125q-.725 .925-1.125 2t-.6 2.225H2ZM10.95 21.95q-1.45-.175-2.825-.675t-2.525-1.4l1.125-1.175q.95 .675 2.013 1.125t2.212 .625v1.5ZM6.8 5.3l-1.2-1.175q1.175-.9 2.563-1.4T11.025 2.05v1.5q-1.15 .175-2.225 .613T6.8 5.3ZM12.95 21.95v-1.5q1.175-.175 2.25-.637t2.05-1.113l1.175 1.175q-1.175 .925-2.575 1.413T12.95 21.95Zm4.35-16.65q-.95-.675-2.025-1.125t-2.25-.625v-1.5q1.475 .175 2.838 .688T18.425 4.125l-1.125 1.175Zm2.6 13.05-1.125-1.125q.7-.925 1.1-2t.6-2.225h1.55q-.225 1.45-.712 2.825T19.9 18.35Zm.575-7.35q-.2-1.15-.6-2.225t-1.1-2l1.125-1.125q.975 1.125 1.463 2.5T22.025 11h-1.55ZM11.25 17v-7.1L8.075 13.075l-1.075-1.075 5-5 5 5-1.075 1.075-3.175-3.175v7.1h-1.5Z" />
</vector>

Arrow Upload Ready icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/arrow_upload_ready.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/arrow_upload_ready.svg" width="24" height="24" alt="Arrow Upload Ready">

Arrow Upload Ready icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameArrow Upload Ready
Ligaturearrow_upload_ready
Code pointU+F3F5
CategoryUI actions
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/arrow_upload_ready.svg, arrow_upload_ready-fill.svg
FlutterSymbols.arrow_upload_ready
LicenseApache License 2.0 (© Google LLC)

Keywords

ui actionsnetworkinternetstatusprogresstrianglemovebaruptransfercompletedashshare

Related icons