Box2 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 { IconBox2 } from "@devigner-ui/icons";
<IconBox2 className="size-6" />
<script setup>
import { IconBox2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBox2 class="size-6" />
</template>
<script>
import { IconBox2 } from "@devigner-ui/icons-svelte";
</script>
<IconBox2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m14.89 9.78-2.22 1.11m0 0-2.22-1.11m2.22 1.11v2.78m2.22-10.56L12.67 2l-2.22 1.11M6 18.67l-2.22-1.11v-2.78m15.56 3.89 2.22-1.11v-2.78" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="m21.56 6.91-2.22 1.11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M21.56 6.91 19.34 5.8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M21.56 6.91v2.78" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M3.78 6.91 6 5.8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M3.78 6.91 6 8.02" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M3.78 6.91v2.78" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m12.67 22.47-2.22-1.11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m12.67 22.47 2.22-1.11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.67 22.47v-2.78" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>