Box 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 { IconBox } from "@devigner-ui/icons";
<IconBox className="size-6" />
<script setup>
import { IconBox } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBox class="size-6" />
</template>
<script>
import { IconBox } from "@devigner-ui/icons-svelte";
</script>
<IconBox 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-4 2M12 12 3 7.5m9 4.5v9.5m0-9.5 4.5-2.25.5-.25m0 0V13m0-3.5-9.5-5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>