upload from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
upload
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Use the upload icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -5 24 24"><path fill="currentColor" d="M8 3.414v5.642a1 1 0 1 1-2 0V3.414L4.879 4.536A1 1 0 0 1 3.464 3.12L6.293.293a1 1 0 0 1 1.414 0l2.829 2.828A1 1 0 1 1 9.12 4.536zM1 12h12a1 1 0 0 1 0 2H1a1 1 0 0 1 0-2"/></svg>

React

import type { SVGProps } from "react";

export function JamUpload(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -5 24 24"><path fill="currentColor" d="M8 3.414v5.642a1 1 0 1 1-2 0V3.414L4.879 4.536A1 1 0 0 1 3.464 3.12L6.293.293a1 1 0 0 1 1.414 0l2.829 2.828A1 1 0 1 1 9.12 4.536zM1 12h12a1 1 0 0 1 0 2H1a1 1 0 0 1 0-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -5 24 24"><path fill="currentColor" d="M8 3.414v5.642a1 1 0 1 1-2 0V3.414L4.879 4.536A1 1 0 0 1 3.464 3.12L6.293.293a1 1 0 0 1 1.414 0l2.829 2.828A1 1 0 1 1 9.12 4.536zM1 12h12a1 1 0 0 1 0 2H1a1 1 0 0 1 0-2"/></svg>
</template>

CSS

.icon-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%22-5%20-5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%203.414v5.642a1%201%200%201%201-2%200V3.414L4.879%204.536A1%201%200%200%201%203.464%203.12L6.293.293a1%201%200%200%201%201.414%200l2.829%202.828A1%201%200%201%201%209.12%204.536zM1%2012h12a1%201%200%200%201%200%202H1a1%201%200%200%201%200-2%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%22-5%20-5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%203.414v5.642a1%201%200%201%201-2%200V3.414L4.879%204.536A1%201%200%200%201%203.464%203.12L6.293.293a1%201%200%200%201%201.414%200l2.829%202.828A1%201%200%201%201%209.12%204.536zM1%2012h12a1%201%200%200%201%200%202H1a1%201%200%200%201%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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