file upload icon

file-upload from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
file-upload
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the file upload icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M4 12v2.544c0 3.245 0 4.868.886 5.967a4 4 0 0 0 .603.603C6.59 22 8.211 22 11.456 22c.705 0 1.058 0 1.381-.114q.1-.036.197-.082c.31-.148.559-.397 1.058-.896l4.736-4.736c.579-.578.867-.867 1.02-1.235c.152-.368.152-.776.152-1.594V10c0-3.771 0-5.657-1.172-6.828S15.771 2 12 2m1 19.5V21c0-2.828 0-4.243.879-5.121C14.757 15 16.172 15 19 15h.5"/><path d="M10 5c-.59-.607-2.16-3-3-3S4.59 4.393 4 5m3-2v7"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFileUpload(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M4 12v2.544c0 3.245 0 4.868.886 5.967a4 4 0 0 0 .603.603C6.59 22 8.211 22 11.456 22c.705 0 1.058 0 1.381-.114q.1-.036.197-.082c.31-.148.559-.397 1.058-.896l4.736-4.736c.579-.578.867-.867 1.02-1.235c.152-.368.152-.776.152-1.594V10c0-3.771 0-5.657-1.172-6.828S15.771 2 12 2m1 19.5V21c0-2.828 0-4.243.879-5.121C14.757 15 16.172 15 19 15h.5"/><path d="M10 5c-.59-.607-2.16-3-3-3S4.59 4.393 4 5m3-2v7"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M4 12v2.544c0 3.245 0 4.868.886 5.967a4 4 0 0 0 .603.603C6.59 22 8.211 22 11.456 22c.705 0 1.058 0 1.381-.114q.1-.036.197-.082c.31-.148.559-.397 1.058-.896l4.736-4.736c.579-.578.867-.867 1.02-1.235c.152-.368.152-.776.152-1.594V10c0-3.771 0-5.657-1.172-6.828S15.771 2 12 2m1 19.5V21c0-2.828 0-4.243.879-5.121C14.757 15 16.172 15 19 15h.5"/><path d="M10 5c-.59-.607-2.16-3-3-3S4.59 4.393 4 5m3-2v7"/></g></svg>
</template>

CSS

.icon-file-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%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4%2012v2.544c0%203.245%200%204.868.886%205.967a4%204%200%200%200%20.603.603C6.59%2022%208.211%2022%2011.456%2022c.705%200%201.058%200%201.381-.114q.1-.036.197-.082c.31-.148.559-.397%201.058-.896l4.736-4.736c.579-.578.867-.867%201.02-1.235c.152-.368.152-.776.152-1.594V10c0-3.771%200-5.657-1.172-6.828S15.771%202%2012%202m1%2019.5V21c0-2.828%200-4.243.879-5.121C14.757%2015%2016.172%2015%2019%2015h.5%22%2F%3E%3Cpath%20d%3D%22M10%205c-.59-.607-2.16-3-3-3S4.59%204.393%204%205m3-2v7%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4%2012v2.544c0%203.245%200%204.868.886%205.967a4%204%200%200%200%20.603.603C6.59%2022%208.211%2022%2011.456%2022c.705%200%201.058%200%201.381-.114q.1-.036.197-.082c.31-.148.559-.397%201.058-.896l4.736-4.736c.579-.578.867-.867%201.02-1.235c.152-.368.152-.776.152-1.594V10c0-3.771%200-5.657-1.172-6.828S15.771%202%2012%202m1%2019.5V21c0-2.828%200-4.243.879-5.121C14.757%2015%2016.172%2015%2019%2015h.5%22%2F%3E%3Cpath%20d%3D%22M10%205c-.59-.607-2.16-3-3-3S4.59%204.393%204%205m3-2v7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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