Box Minimalistic icon in outline, twotone, bold and bulk. Free in all four styles, for props, objects and everything with no other sheet. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconBoxMinimalistic } from "@devigner-ui/icons";
<IconBoxMinimalistic className="size-6" />
<script setup>
import { IconBoxMinimalistic } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBoxMinimalistic class="size-6" />
</template>
<script>
import { IconBoxMinimalistic } from "@devigner-ui/icons-svelte";
</script>
<IconBoxMinimalistic class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m15.58 3.38 2 1.05c2.15 1.13 3.23 1.7 3.82 2.71.6 1.01.6 2.28.6 4.8v.12c0 2.52 0 3.79-.6 4.8s-1.67 1.58-3.82 2.7l-2 1.06C13.82 21.54 12.94 22 12 22s-1.82-.46-3.58-1.38l-2-1.05c-2.15-1.13-3.23-1.7-3.82-2.71-.6-1.01-.6-2.28-.6-4.8v-.12c0-2.52 0-3.79.6-4.8s1.67-1.58 3.82-2.7l2-1.06C10.18 2.46 11.06 2 12 2s1.82.46 3.58 1.38" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M21 7.5 12 12m0 0L3 7.5m9 4.5v9.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>