upload icon

upload-filled from Reicon by REICON · Filled · Arrows-action · MIT Free for personal and commercial use.

Name
upload-filled
Set
Reicon
Style
Filled
Category
Arrows-action
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All upload icons →

More arrows-action icons from Reicon

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="M12 15.75a.75.75 0 0 0 .75-.75V4.027l1.68 1.961a.75.75 0 1 0 1.14-.976l-3-3.5a.75.75 0 0 0-1.14 0l-3 3.5a.75.75 0 1 0 1.14.976l1.68-1.96V15c0 .414.336.75.75.75" clip-rule="evenodd"/><path d="M16 9c-.702 0-1.053 0-1.306.169a1 1 0 0 0-.275.275c-.169.253-.169.604-.169 1.306V15a2.25 2.25 0 1 1-4.5 0v-4.25c0-.702 0-1.053-.169-1.306a1 1 0 0 0-.275-.275C9.053 9 8.702 9 8 9c-2.828 0-4.243 0-5.121.879C2 10.757 2 12.17 2 14.999v1c0 2.83 0 4.243.879 5.122C3.757 22 5.172 22 8 22h8c2.828 0 4.243 0 5.121-.879S22 18.828 22 16v-1c0-2.829 0-4.243-.879-5.121C20.243 9 18.828 9 16 9"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconUploadFilled(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="M12 15.75a.75.75 0 0 0 .75-.75V4.027l1.68 1.961a.75.75 0 1 0 1.14-.976l-3-3.5a.75.75 0 0 0-1.14 0l-3 3.5a.75.75 0 1 0 1.14.976l1.68-1.96V15c0 .414.336.75.75.75" clipRule="evenodd"/><path d="M16 9c-.702 0-1.053 0-1.306.169a1 1 0 0 0-.275.275c-.169.253-.169.604-.169 1.306V15a2.25 2.25 0 1 1-4.5 0v-4.25c0-.702 0-1.053-.169-1.306a1 1 0 0 0-.275-.275C9.053 9 8.702 9 8 9c-2.828 0-4.243 0-5.121.879C2 10.757 2 12.17 2 14.999v1c0 2.83 0 4.243.879 5.122C3.757 22 5.172 22 8 22h8c2.828 0 4.243 0 5.121-.879S22 18.828 22 16v-1c0-2.829 0-4.243-.879-5.121C20.243 9 18.828 9 16 9"/></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="M12 15.75a.75.75 0 0 0 .75-.75V4.027l1.68 1.961a.75.75 0 1 0 1.14-.976l-3-3.5a.75.75 0 0 0-1.14 0l-3 3.5a.75.75 0 1 0 1.14.976l1.68-1.96V15c0 .414.336.75.75.75" clip-rule="evenodd"/><path d="M16 9c-.702 0-1.053 0-1.306.169a1 1 0 0 0-.275.275c-.169.253-.169.604-.169 1.306V15a2.25 2.25 0 1 1-4.5 0v-4.25c0-.702 0-1.053-.169-1.306a1 1 0 0 0-.275-.275C9.053 9 8.702 9 8 9c-2.828 0-4.243 0-5.121.879C2 10.757 2 12.17 2 14.999v1c0 2.83 0 4.243.879 5.122C3.757 22 5.172 22 8 22h8c2.828 0 4.243 0 5.121-.879S22 18.828 22 16v-1c0-2.829 0-4.243-.879-5.121C20.243 9 18.828 9 16 9"/></g></svg>
</template>

CSS

.icon-upload-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2015.75a.75.75%200%200%200%20.75-.75V4.027l1.68%201.961a.75.75%200%201%200%201.14-.976l-3-3.5a.75.75%200%200%200-1.14%200l-3%203.5a.75.75%200%201%200%201.14.976l1.68-1.96V15c0%20.414.336.75.75.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16%209c-.702%200-1.053%200-1.306.169a1%201%200%200%200-.275.275c-.169.253-.169.604-.169%201.306V15a2.25%202.25%200%201%201-4.5%200v-4.25c0-.702%200-1.053-.169-1.306a1%201%200%200%200-.275-.275C9.053%209%208.702%209%208%209c-2.828%200-4.243%200-5.121.879C2%2010.757%202%2012.17%202%2014.999v1c0%202.83%200%204.243.879%205.122C3.757%2022%205.172%2022%208%2022h8c2.828%200%204.243%200%205.121-.879S22%2018.828%2022%2016v-1c0-2.829%200-4.243-.879-5.121C20.243%209%2018.828%209%2016%209%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%22M12%2015.75a.75.75%200%200%200%20.75-.75V4.027l1.68%201.961a.75.75%200%201%200%201.14-.976l-3-3.5a.75.75%200%200%200-1.14%200l-3%203.5a.75.75%200%201%200%201.14.976l1.68-1.96V15c0%20.414.336.75.75.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16%209c-.702%200-1.053%200-1.306.169a1%201%200%200%200-.275.275c-.169.253-.169.604-.169%201.306V15a2.25%202.25%200%201%201-4.5%200v-4.25c0-.702%200-1.053-.169-1.306a1%201%200%200%200-.275-.275C9.053%209%208.702%209%208%209c-2.828%200-4.243%200-5.121.879C2%2010.757%202%2012.17%202%2014.999v1c0%202.83%200%204.243.879%205.122C3.757%2022%205.172%2022%208%2022h8c2.828%200%204.243%200%205.121-.879S22%2018.828%2022%2016v-1c0-2.829%200-4.243-.879-5.121C20.243%209%2018.828%209%2016%209%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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