Backpack icon in outline, twotone, bold and bulk. Free in all four styles, for courses, library, certificates, office work. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconBackpack } from "@devigner-ui/icons";
<IconBackpack className="size-6" />
<script setup>
import { IconBackpack } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBackpack class="size-6" />
</template>
<script>
import { IconBackpack } from "@devigner-ui/icons-svelte";
</script>
<IconBackpack class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 10.91v-.18a6 6 0 0 1 4.62-5.75l.17-.04.17-.04a19 19 0 0 1 8.08 0l.17.04.17.04A6 6 0 0 1 21 10.9v5.47a4.5 4.5 0 0 1-3.54 4.4c-3.6.8-7.32.8-10.92 0A4.5 4.5 0 0 1 3 16.39z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M17.5 15.5V17" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M15.96 4.5A3 3 0 0 0 13 2h-2a3 3 0 0 0-2.96 2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M3 14a22.2 22.2 0 0 0 18 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M10 13h4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>