Box Add 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 { IconBoxAdd } from "@devigner-ui/icons";
<IconBoxAdd className="size-6" />
<script setup>
import { IconBoxAdd } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBoxAdd class="size-6" />
</template>
<script>
import { IconBoxAdd } from "@devigner-ui/icons-svelte";
</script>
<IconBoxAdd class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.67 18a4 4 0 0 1-1.37 3 3.94 3.94 0 0 1-5.66-.41l-.07-.08a4 4 0 0 1-.9-2.51 3.97 3.97 0 0 1 4-4 4 4 0 0 1 2.93 1.28A4 4 0 0 1 23.67 18" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M21.16 17.98h-2.98" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M19.67 16.52v2.99" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="m3.84 7.44 8.83 5.11 8.77-5.08" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.67 21.61v-9.07" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22.28 9.17v5.8a4 4 0 0 0-5.7 5.54l-1.84 1.01a4.7 4.7 0 0 1-4.14 0l-5.34-2.96a4.7 4.7 0 0 1-2.2-3.73V9.17c0-1.38 1-3.06 2.2-3.73l5.34-2.96a4.7 4.7 0 0 1 4.14 0l5.34 2.96a4.7 4.7 0 0 1 2.2 3.73" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>