Case 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 { IconCase } from "@devigner-ui/icons";
<IconCase className="size-6" />
<script setup>
import { IconCase } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCase class="size-6" />
</template>
<script>
import { IconCase } from "@devigner-ui/icons-svelte";
</script>
<IconCase 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="M3 12c0 3.77 0 7.66 1.32 8.83S7.76 22 12 22s6.36 0 7.68-1.17S21 15.77 21 12" stroke="currentColor" stroke-width="1.5"></path><path d="m14.66 14.2 6-1.8c.6-.18.9-.27 1.09-.48l.1-.14c.15-.24.15-.55.15-1.17 0-2.45 0-3.68-.67-4.5a3 3 0 0 0-.44-.44C20.07 5 18.84 5 16.4 5H7.61c-2.45 0-3.68 0-4.5.67a3 3 0 0 0-.44.44C2 6.93 2 8.16 2 10.6c0 .62 0 .93.15 1.17l.1.14c.19.21.49.3 1.08.48l6.01 1.8" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M6.5 5a2.15 2.15 0 0 0 1.97-1.42l.03-.08.09-.25A2 2 0 0 1 10.32 2h3.36a2 2 0 0 1 1.73 1.25l.09.25.03.08.03.1c.28.78 1.12 1.3 1.94 1.32" stroke="currentColor" stroke-width="1.5"></path><path d="M14 12.5h-4a.5.5 0 0 0-.5.5v2.16c0 .2.12.39.31.47l.7.28a4 4 0 0 0 2.98 0l.7-.28a.5.5 0 0 0 .31-.47V13a.5.5 0 0 0-.5-.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>