upload-solid from Dither Icons by Vijay K Singh · Solid · MIT Free for personal and commercial use.

Name
upload-solid
Set
Dither Icons
Style
Solid
Viewbox
24×24
License
MIT

2 other variants in Dither Icons

The same icon in other sets

All upload icons →

Use the upload icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M3 20h18v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1Z"/><path fill-rule="evenodd" d="M3 20V16H5V20Z"/><path fill-rule="evenodd" d="M19 20V16H21V20Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="M7 19.1H17" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M2.4 18.2l-.7-1.6M21.6 18.2l.7-1.6" opacity="0"/><path fill-rule="evenodd" d="M11 7.3V17H13V7.3Z"/><path fill-rule="evenodd" d="M11 7.3L6.7 11.5 5.3 10.1 12 3.5 18.7 10.1 17.3 11.5 13 7.3Z"/></g></svg>

React

import type { SVGProps } from "react";

export function DitherUploadSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M3 20h18v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1Z"/><path fillRule="evenodd" d="M3 20V16H5V20Z"/><path fillRule="evenodd" d="M19 20V16H21V20Z"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".7" d="M7 19.1H17" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".65" d="M2.4 18.2l-.7-1.6M21.6 18.2l.7-1.6" opacity="0"/><path fillRule="evenodd" d="M11 7.3V17H13V7.3Z"/><path fillRule="evenodd" d="M11 7.3L6.7 11.5 5.3 10.1 12 3.5 18.7 10.1 17.3 11.5 13 7.3Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M3 20h18v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1Z"/><path fill-rule="evenodd" d="M3 20V16H5V20Z"/><path fill-rule="evenodd" d="M19 20V16H21V20Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".7" d="M7 19.1H17" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M2.4 18.2l-.7-1.6M21.6 18.2l.7-1.6" opacity="0"/><path fill-rule="evenodd" d="M11 7.3V17H13V7.3Z"/><path fill-rule="evenodd" d="M11 7.3L6.7 11.5 5.3 10.1 12 3.5 18.7 10.1 17.3 11.5 13 7.3Z"/></g></svg>
</template>

CSS

.icon-upload-solid {
  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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3%2020h18v1a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3%2020V16H5V20Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19%2020V16H21V20Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.7%22%20d%3D%22M7%2019.1H17%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M2.4%2018.2l-.7-1.6M21.6%2018.2l.7-1.6%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11%207.3V17H13V7.3Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11%207.3L6.7%2011.5%205.3%2010.1%2012%203.5%2018.7%2010.1%2017.3%2011.5%2013%207.3Z%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3%2020h18v1a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3%2020V16H5V20Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19%2020V16H21V20Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.7%22%20d%3D%22M7%2019.1H17%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M2.4%2018.2l-.7-1.6M21.6%2018.2l.7-1.6%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11%207.3V17H13V7.3Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11%207.3L6.7%2011.5%205.3%2010.1%2012%203.5%2018.7%2010.1%2017.3%2011.5%2013%207.3Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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