Upload Track2 icon in outline, twotone, bold and bulk. Free in all four styles, for player, gallery, camera, music, volume. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconUploadTrack2 } from "@devigner-ui/icons";
<IconUploadTrack2 className="size-6" />
<script setup>
import { IconUploadTrack2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconUploadTrack2 class="size-6" />
</template>
<script>
import { IconUploadTrack2 } from "@devigner-ui/icons-svelte";
</script>
<IconUploadTrack2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 15V7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><circle cx="11" cy="15" r="2" stroke="currentColor" stroke-width="1.5"></circle><path d="M16 10a3 3 0 0 1-3-3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M18 22v-7m0 0 2.5 2.5M18 15l-2.5 2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><circle opacity="1" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="1.5"></circle></svg>