Upload Track 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 { IconUploadTrack } from "@devigner-ui/icons";
<IconUploadTrack className="size-6" />
<script setup>
import { IconUploadTrack } from "@devigner-ui/icons-vue";
</script>
<template>
<IconUploadTrack class="size-6" />
</template>
<script>
import { IconUploadTrack } from "@devigner-ui/icons-svelte";
</script>
<IconUploadTrack class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 15a2 2 0 1 1-4 0 2 2 0 0 1 4 0" stroke="currentColor" stroke-width="1.5"></path><path d="M12 15V9" stroke="currentColor" stroke-width="1.5"></path><path d="m14.06 11.03-1.32-.66q-.25-.12-.35-.2a1 1 0 0 1-.37-.6c-.02-.1-.02-.2-.02-.4 0-.48 0-.73.06-.9a1 1 0 0 1 1.06-.65c.17.03.39.13.82.35l1.32.66q.25.13.35.2a1 1 0 0 1 .37.6c.02.1.02.2.02.4 0 .48 0 .73-.06.9a1 1 0 0 1-1.06.65 3 3 0 0 1-.82-.35" 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>