Upload icon in outline, twotone, bold and bulk. Free in all four styles, for navigation, pagination, steppers, import/export, fullscreen. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconUpload } from "@devigner-ui/icons";
<IconUpload className="size-6" />
<script setup>
import { IconUpload } from "@devigner-ui/icons-vue";
</script>
<template>
<IconUpload class="size-6" />
</template>
<script>
import { IconUpload } from "@devigner-ui/icons-svelte";
</script>
<IconUpload class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M17 9c2.18.01 3.35.11 4.12.88.88.88.88 2.3.88 5.12v1c0 2.83 0 4.24-.88 5.12S18.82 22 16 22H8c-2.83 0-4.24 0-5.12-.88S2 18.82 2 16v-1c0-2.83 0-4.24.88-5.12C3.65 9.1 4.82 9 7 9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M12 15V2m0 0 3 3.5M12 2 9 5.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>