upload-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
upload-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

1 other variant in Fluent UI System Icons

The same icon in other sets

Use the upload icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M5.25 20.5h13.498a.75.75 0 0 1 .101 1.493l-.101.007H5.25a.75.75 0 0 1-.102-1.493l.102-.007h13.498H5.25zM6.293 7.29l4.998-4.997a1 1 0 0 1 1.32-.084l.093.083l5.004 4.997a1 1 0 0 1-1.32 1.498l-.094-.083L13 5.413V18a1 1 0 0 1-.884.993L12 19a1 1 0 0 1-.993-.883L10.999 18L11 5.41L7.707 8.704a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1-.083-1.32l.083-.095l4.998-4.996l-4.998 4.996z" fill="currentColor" fill-rule="nonzero"/></svg>

React

import type { SVGProps } from "react";

export function FluentUpload24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M5.25 20.5h13.498a.75.75 0 0 1 .101 1.493l-.101.007H5.25a.75.75 0 0 1-.102-1.493l.102-.007h13.498H5.25zM6.293 7.29l4.998-4.997a1 1 0 0 1 1.32-.084l.093.083l5.004 4.997a1 1 0 0 1-1.32 1.498l-.094-.083L13 5.413V18a1 1 0 0 1-.884.993L12 19a1 1 0 0 1-.993-.883L10.999 18L11 5.41L7.707 8.704a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1-.083-1.32l.083-.095l4.998-4.996l-4.998 4.996z" fill="currentColor" fillRule="nonzero"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M5.25 20.5h13.498a.75.75 0 0 1 .101 1.493l-.101.007H5.25a.75.75 0 0 1-.102-1.493l.102-.007h13.498H5.25zM6.293 7.29l4.998-4.997a1 1 0 0 1 1.32-.084l.093.083l5.004 4.997a1 1 0 0 1-1.32 1.498l-.094-.083L13 5.413V18a1 1 0 0 1-.884.993L12 19a1 1 0 0 1-.993-.883L10.999 18L11 5.41L7.707 8.704a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1-.083-1.32l.083-.095l4.998-4.996l-4.998 4.996z" fill="currentColor" fill-rule="nonzero"/></svg>
</template>

CSS

.icon-upload-24-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%2024%2024%22%3E%3Cpath%20d%3D%22M5.25%2020.5h13.498a.75.75%200%200%201%20.101%201.493l-.101.007H5.25a.75.75%200%200%201-.102-1.493l.102-.007h13.498H5.25zM6.293%207.29l4.998-4.997a1%201%200%200%201%201.32-.084l.093.083l5.004%204.997a1%201%200%200%201-1.32%201.498l-.094-.083L13%205.413V18a1%201%200%200%201-.884.993L12%2019a1%201%200%200%201-.993-.883L10.999%2018L11%205.41L7.707%208.704a1%201%200%200%201-1.32.083l-.094-.083a1%201%200%200%201-.083-1.32l.083-.095l4.998-4.996l-4.998%204.996z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%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%20d%3D%22M5.25%2020.5h13.498a.75.75%200%200%201%20.101%201.493l-.101.007H5.25a.75.75%200%200%201-.102-1.493l.102-.007h13.498H5.25zM6.293%207.29l4.998-4.997a1%201%200%200%201%201.32-.084l.093.083l5.004%204.997a1%201%200%200%201-1.32%201.498l-.094-.083L13%205.413V18a1%201%200%200%201-.884.993L12%2019a1%201%200%200%201-.993-.883L10.999%2018L11%205.41L7.707%208.704a1%201%200%200%201-1.32.083l-.094-.083a1%201%200%200%201-.083-1.32l.083-.095l4.998-4.996l-4.998%204.996z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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